Go to the source code of this file.
Namespaces | |
namespace | third |
Variables | |
third.address = ns.Ipv4AddressHelper() | |
third.apDevices = wifi.Install(phy, mac, wifiApNode) | |
third.channel = ns.YansWifiChannelHelper.Default() | |
third.clientApps = echoClient.Install(wifiStaNodes.Get(nWifi.value - 1)) | |
third.cmd = ns.CommandLine(__file__) | |
third.csma = ns.CsmaHelper() | |
third.csmaDevices = csma.Install(csmaNodes) | |
third.csmaInterfaces = address.Assign(csmaDevices) | |
third.csmaNodes = ns.NodeContainer() | |
third.echoClient = ns.UdpEchoClientHelper(csmaInterfaces.GetAddress(nCsma.value).ConvertTo(), 9) | |
third.echoServer = ns.UdpEchoServerHelper(9) | |
third.mac = ns.WifiMacHelper() | |
third.mobility = ns.MobilityHelper() | |
third.nCsma = c_int(3) | |
third.nWifi = c_int(3) | |
third.p2pDevices = pointToPoint.Install(p2pNodes) | |
third.p2pInterfaces = address.Assign(p2pDevices) | |
third.p2pNodes = ns.NodeContainer() | |
third.phy = ns.YansWifiPhyHelper() | |
third.pointToPoint = ns.PointToPointHelper() | |
third.serverApps = echoServer.Install(csmaNodes.Get(nCsma.value)) | |
third.ssid = ns.Ssid("ns-3-ssid") | |
third.stack = ns.InternetStackHelper() | |
third.staDevices = wifi.Install(phy, mac, wifiStaNodes) | |
third.tracing = c_bool(False) | |
third.verbose = c_bool(True) | |
third.wifi = ns.WifiHelper() | |
third.wifiApNode = p2pNodes.Get(0) | |
third.wifiStaNodes = ns.NodeContainer() | |