A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
openflow-switch.py File Reference

Go to the source code of this file.

Namespaces

namespace  openflow-switch
 

Variables

ns openflow-switch.app = onoff.Install(terminals.Get(0))
 
ns openflow-switch.container = ns.NodeContainer()
 
ns openflow-switch.controller = ns.ofi.DropController()
 
ns openflow-switch.csma = ns.CsmaHelper()
 
ns openflow-switch.csmaSwitch = ns.NodeContainer()
 
ns openflow-switch.internet = ns.InternetStackHelper()
 
ns openflow-switch.ipv4 = ns.Ipv4AddressHelper()
 
ns openflow-switch.link = csma.Install(container)
 
ns openflow-switch.onoff
 
int openflow-switch.port = 9
 
ns openflow-switch.sink
 
ns openflow-switch.switchDevices = ns.NetDeviceContainer()
 
ns openflow-switch.switchNode = csmaSwitch.Get(0)
 
ns openflow-switch.swtch = ns.OpenFlowSwitchHelper()
 
ns openflow-switch.terminalDevices = ns.NetDeviceContainer()
 
ns openflow-switch.terminals = ns.NodeContainer()
 
 openflow-switch.try :