A Discrete-Event Network Simulator
QKDNetSim v2.0 (NS-3 v3.41) @ (+)
API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
third.py File Reference

Go to the source code of this file.

Namespaces

 third
 

Variables

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