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

Go to the source code of this file.

Namespaces

namespace  third
 

Variables

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