A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
third.py File Reference

Go to the source code of this file.

Namespaces

 third
 

Variables

tuple third.address = ns.internet.Ipv4AddressHelper()
 
tuple third.apDevices = wifi.Install(phy, mac, wifiApNode)
 
tuple third.channel = ns.wifi.YansWifiChannelHelper.Default()
 
tuple third.clientApps = echoClient.Install(wifiStaNodes.Get (nWifi - 1))
 
tuple third.cmd = ns.core.CommandLine()
 
tuple third.csma = ns.csma.CsmaHelper()
 
tuple third.csmaDevices = csma.Install(csmaNodes)
 
tuple third.csmaInterfaces = address.Assign(csmaDevices)
 
tuple third.csmaNodes = ns.network.NodeContainer()
 
tuple third.echoClient = ns.applications.UdpEchoClientHelper(csmaInterfaces.GetAddress(nCsma), 9)
 
tuple third.echoServer = ns.applications.UdpEchoServerHelper(9)
 
tuple third.mac = ns.wifi.WifiMacHelper()
 
tuple third.mobility = ns.mobility.MobilityHelper()
 
tuple third.nCsma = int(cmd.nCsma)
 
tuple third.nWifi = int(cmd.nWifi)
 
tuple third.p2pDevices = pointToPoint.Install(p2pNodes)
 
tuple third.p2pInterfaces = address.Assign(p2pDevices)
 
tuple third.p2pNodes = ns.network.NodeContainer()
 
tuple third.phy = ns.wifi.YansWifiPhyHelper.Default()
 
tuple third.pointToPoint = ns.point_to_point.PointToPointHelper()
 
tuple third.serverApps = echoServer.Install(csmaNodes.Get(nCsma))
 
tuple third.ssid = ns.wifi.Ssid("ns-3-ssid")
 
tuple third.stack = ns.internet.InternetStackHelper()
 
tuple third.staDevices = wifi.Install(phy, mac, wifiStaNodes)
 
 third.verbose = cmd.verbose
 
tuple third.wifi = ns.wifi.WifiHelper()
 
tuple third.wifiApNode = p2pNodes.Get(0)
 
tuple third.wifiStaNodes = ns.network.NodeContainer()