Variables | |
tuple | address = ns.internet.Ipv4AddressHelper() |
tuple | clientApps = echoClient.Install(nodes.Get(0)) |
tuple | devices = pointToPoint.Install(nodes) |
tuple | echoClient = ns.applications.UdpEchoClientHelper(interfaces.GetAddress(1), 9) |
tuple | echoServer = ns.applications.UdpEchoServerHelper(9) |
tuple | interfaces = address.Assign(devices) |
tuple | nodes = ns.network.NodeContainer() |
tuple | pointToPoint = ns.point_to_point.PointToPointHelper() |
tuple | serverApps = echoServer.Install(nodes.Get(1)) |
tuple | stack = ns.internet.InternetStackHelper() |
tuple first.address = ns.internet.Ipv4AddressHelper() |
Definition at line 37 of file first.py.
Referenced by ns3::Ipv4AddressTlvValue.Add(), ns3::Ipv6L3Protocol.AddAutoconfiguredAddress(), ns3::Mac16Address.Allocate(), ns3::Mac64Address.Allocate(), ns3::Mac48Address.Allocate(), ns3::UanAddress.Allocate(), ns3.AsciiToIpv6Host(), ns3::PacketSocket.Bind(), ns3::PacketSocket.Connect(), ns3::PacketSocketAddress.ConvertTo(), ns3::aodv::Bug772ChainTest.CreateDevices(), HwmpProactiveRegressionTest.CreateDevices(), FlameRegressionTest.CreateDevices(), HwmpDoRfRegressionTest.CreateDevices(), HwmpSimplestRegressionTest.CreateDevices(), HwmpReactiveRegressionTest.CreateDevices(), ns3::aodv::ChainRegressionTest.CreateDevices(), ns3::TapBridge.CreateTap(), ns3::SixLowPanNetDevice.DecompressLowPanHc1(), ns3::dsr::RouteCache.DeleteAllRoutesIncludeLink(), ns3::dot11s::HwmpTag.Deserialize(), ns3::aodv::RerrHeader.Deserialize(), ns3::olsr::MessageHeader::Hna.Deserialize(), NetworkAllocatorHelperTestCase.DoRun(), ns3::aodv::LoopbackTestCase.DoRun(), WifiMsduAggregatorThroughputTest.DoRun(), Ns3TcpNoDelayTestCase.DoRun(), Ns3TcpSocketTestCase1.DoRun(), Ns3WimaxSfCreationTestCase.DoRun(), NscTcpLossTestCase1.DoRun(), AddressAllocator6TestCase.DoRun(), AddressAllocatorHelperTestCase.DoRun(), AddressAllocatorTestCase.DoRun(), Ns3TcpInteroperabilityTestCase.DoRun(), ns3::BriteTopologyFunctionTestCase.DoRun(), ResetAllocatorHelperTestCase.DoRun(), NetworkAndAddress6TestCase.DoRun(), NetworkAndAddressTestCase.DoRun(), Ns3TcpSocketTestCase2.DoRun(), ExampleAddress6GeneratorTestCase.DoRun(), NscTcpLossTestCase2.DoRun(), Ns3TcpCwndTestCase1.DoRun(), ExampleAddressGeneratorTestCase.DoRun(), CsmaStarTestCase.DoRun(), Ns3WimaxSchedulingTestCase.DoRunOnce(), Ns3WimaxSFTypeTestCase.DoRunOnce(), dstSocketRecv(), ns3::dot11s::HwmpProtocolMac.ForwardPerr(), ns3::PacketSocket.ForwardUp(), ns3::UdpSocketImpl.ForwardUp(), ns3::UdpSocketImpl.ForwardUp6(), ns3::dsr::DsrRouting.GetIDfromIP(), ns3::dsr::DsrOptions.GetIDfromIP(), ns3::Ipv4L3Protocol.GetInterfaceForAddress(), ns3::Ipv6L3Protocol.GetInterfaceForAddress(), ns3::dsr::DsrRouting.GetIPfromMAC(), ns3::Ipv6InterfaceContainer.GetLinkLocalAddress(), ns3::Ping6.HandleRead(), ns3::Radvd.HandleRead(), AodvExample.InstallInternetStack(), DsdvManetExample.InstallInternetStack(), MeshTest.InstallInternetStack(), ns3::Ipv4Address.Ipv4Address(), ns3::WifiRemoteStationManager.LookupState(), main(), ns3::Ipv6AddressHelper.NewAddress(), ns3::AnimationInterfaceTestCase.PrepareNetwork(), ns3::Ipv6Address.Print(), ns3::Ipv4Interface.RemoveAddress(), ns3::Ipv4L3Protocol.RemoveAddress(), ns3::Ipv6Interface.RemoveAddress(), ns3::Ipv6L3Protocol.RemoveAddress(), ns3::dot11s::HwmpProtocol.RequestRoute(), Experiment.Run(), ns3::dsr::DsrRouting.ScheduleRreqRetry(), ns3::dsr::DsrRouting.SendErrorRequest(), ns3::dsr::DsrRouting.SendInitialRequest(), ns3::dot11s::HwmpTag.Serialize(), ns3::olsr::MessageHeader::Hna.Serialize(), ns3::Ipv4Address.Set(), ns3::WifiMacHeader.SetAddr1(), ns3::WifiMacHeader.SetAddr2(), ns3::WifiMacHeader.SetAddr3(), ns3::dot11s::MeshHeader.SetAddr4(), ns3::WifiMacHeader.SetAddr4(), ns3::dot11s::MeshHeader.SetAddr5(), ns3::dot11s::MeshHeader.SetAddr6(), ns3::Ipv6InterfaceAddress.SetAddress(), ns3::Socket.SetIpTos(), ns3::InetSocketAddress.SetIpv4(), ns3::Socket.SetIpv6Tclass(), ns3::Ipv4EndPoint.SetLocalAddress(), ns3::WimaxNetDevice.SetMacAddress(), ns3::Ipv6Interface.SetNsDadUid(), ns3::PbbMessage.SetOriginatorAddress(), ns3::Ipv4EndPoint.SetPeer(), ns3::PacketSocketAddress.SetPhysicalAddress(), ns3::Ipv6Interface.SetState(), ns3::PlanetLabFdNetDeviceHelper.SetTapIpAddress(), ns3::TapFdNetDeviceHelper.SetTapIpv4Address(), ns3::TapFdNetDeviceHelper.SetTapIpv6Address(), MyApp.Setup(), SimpleSource.Setup(), ns3::ApplicationPacketProbe.SetValue(), and ns3::ApplicationPacketProbe.TraceSink().
tuple first.clientApps = echoClient.Install(nodes.Get(0)) |
Definition at line 53 of file first.py.
Referenced by ns3::LenaFdTbfqFfMacSchedulerTestCase1.DoRun(), ns3::LenaPssFfMacSchedulerTestCase1.DoRun(), ns3::LenaTdTbfqFfMacSchedulerTestCase1.DoRun(), ns3::LteX2HandoverTestCase.DoRun(), ns3::LenaTdTbfqFfMacSchedulerTestCase2.DoRun(), ns3::LenaFdTbfqFfMacSchedulerTestCase2.DoRun(), ns3::LenaPssFfMacSchedulerTestCase2.DoRun(), ns3::LteX2HandoverMeasuresTestCase.DoRun(), UdpEchoClientSetFillTestCase.DoRun(), Ns3WimaxSchedulingTestCase.DoRunOnce(), Ns3WimaxSFTypeTestCase.DoRunOnce(), MeshTest.InstallApplication(), FlameRegressionTest.InstallApplications(), HwmpProactiveRegressionTest.InstallApplications(), HwmpDoRfRegressionTest.InstallApplications(), HwmpSimplestRegressionTest.InstallApplications(), HwmpReactiveRegressionTest.InstallApplications(), main(), and ns3::AnimationInterfaceTestCase.PrepareNetwork().
tuple first.devices = pointToPoint.Install(nodes) |
Definition at line 32 of file first.py.
Referenced by BatteryLifetimeTest.ConstantLoadTest(), ns3::aodv::Bug772ChainTest.CreateDevices(), ns3::aodv::ChainRegressionTest.CreateDevices(), BasicEnergyDepletionTest.DepletionTestCase(), ns3::aodv::LoopbackTestCase.DoRun(), Ns3TcpNoDelayTestCase.DoRun(), Ns3TcpSocketTestCase1.DoRun(), NscTcpLossTestCase1.DoRun(), ns3::SpectrumIdealPhyTestCase.DoRun(), Ns3TcpInteroperabilityTestCase.DoRun(), Ns3TcpSocketTestCase2.DoRun(), NscTcpLossTestCase2.DoRun(), Ns3TcpCwndTestCase1.DoRun(), CsmaOneSubnetTestCase.DoRun(), experiment(), ns3::WaveformGeneratorHelper.Install(), ns3::AdhocAlohaNoackIdealPhyHelper.Install(), ns3::SpectrumAnalyzerHelper.Install(), ns3::WifiHelper.Install(), ns3::MeshHelper.Install(), ns3::WimaxHelper.Install(), ns3::UanHelper.Install(), ns3::LteSimpleHelper.InstallEnbDevice(), ns3::LteHelper.InstallEnbDevice(), ns3::LteSimpleHelper.InstallUeDevice(), ns3::LteHelper.InstallUeDevice(), main(), ns3::AnimationInterfaceTestCase.PrepareNetwork(), NetAnimExperiment.Run(), Experiment.Run(), BatteryLifetimeTest.VariableLoadTest(), and WifiInterferenceTestCase.WifiSimpleInterference().
tuple first.echoClient = ns.applications.UdpEchoClientHelper(interfaces.GetAddress(1), 9) |
Definition at line 48 of file first.py.
Referenced by UdpEchoClientSetFillTestCase.DoRun(), MeshTest.InstallApplication(), HwmpProactiveRegressionTest.InstallApplications(), FlameRegressionTest.InstallApplications(), HwmpDoRfRegressionTest.InstallApplications(), HwmpSimplestRegressionTest.InstallApplications(), HwmpReactiveRegressionTest.InstallApplications(), main(), and ns3::AnimationInterfaceTestCase.PrepareNetwork().
tuple first.echoServer = ns.applications.UdpEchoServerHelper(9) |
Definition at line 42 of file first.py.
Referenced by UdpEchoClientSetFillTestCase.DoRun(), MeshTest.InstallApplication(), HwmpProactiveRegressionTest.InstallApplications(), FlameRegressionTest.InstallApplications(), HwmpDoRfRegressionTest.InstallApplications(), HwmpSimplestRegressionTest.InstallApplications(), HwmpReactiveRegressionTest.InstallApplications(), main(), and ns3::AnimationInterfaceTestCase.PrepareNetwork().
tuple first.interfaces = address.Assign(devices) |
Definition at line 40 of file first.py.
Referenced by ns3::aodv::Bug772ChainTest.CreateDevices(), ns3::aodv::ChainRegressionTest.CreateDevices(), ns3::aodv::LoopbackTestCase.DoRun(), Ns3TcpInteroperabilityTestCase.DoRun(), Ns3TcpCwndTestCase1.DoRun(), UdpEchoClientSetFillTestCase.DoRun(), CsmaOneSubnetTestCase.DoRun(), ns3::OlsrHelper.ExcludeInterface(), ns3::dot11s::PeerManagementProtocol.Install(), ns3::dot11s::HwmpProtocol.Install(), ns3::flame::FlameProtocol.Install(), main(), ns3::AnimationInterfaceTestCase.PrepareNetwork(), and ns3::olsr::RoutingProtocol.SendHello().
tuple first.nodes = ns.network.NodeContainer() |
Definition at line 25 of file first.py.
Referenced by ns3::Ns2MobilityHelperTest.CreateNodes(), ns3::CsmaStarHelper.CsmaStarHelper(), ns3::aodv::LoopbackTestCase.DoRun(), ns3::RocketfuelTopologyReaderTest.DoRun(), ns3::RandomRoomPositionAllocatorTestCase.DoRun(), Ns3TcpInteroperabilityTestCase.DoRun(), ns3::BuildingsHelperOneTestCase.DoRun(), ns3::SameRoomPositionAllocatorTestCase.DoRun(), Ns3TcpSocketTestCase2.DoRun(), Ns3TcpCwndTestCase1.DoRun(), UdpEchoClientSetFillTestCase.DoRun(), CsmaOneSubnetTestCase.DoRun(), CsmaPacketSocketTestCase.DoRun(), experiment(), ns3::RocketfuelTopologyReader.GenerateFromMapsFile(), ns3::RocketfuelTopologyReader.GenerateFromWeightsFile(), main(), ns3::RocketfuelTopologyReader.Read(), ns3::OrbisTopologyReader.Read(), ns3::InetTopologyReader.Read(), RoutingExperiment.Run(), Experiment.Run(), and ns3::PyViz.SetNodesOfInterest().
tuple first.pointToPoint = ns.point_to_point.PointToPointHelper() |
Definition at line 28 of file first.py.
Referenced by Ns3TcpNoDelayTestCase.DoRun(), Ns3TcpSocketTestCase1.DoRun(), NscTcpLossTestCase1.DoRun(), Ns3TcpInteroperabilityTestCase.DoRun(), NscTcpLossTestCase2.DoRun(), Ns3TcpCwndTestCase1.DoRun(), Ns3TcpCwndTestCase2.DoRun(), main(), and ns3::AnimationInterfaceTestCase.PrepareNetwork().
tuple first.serverApps = echoServer.Install(nodes.Get(1)) |
Definition at line 44 of file first.py.
Referenced by ns3::LenaFdTbfqFfMacSchedulerTestCase1.DoRun(), ns3::LenaPssFfMacSchedulerTestCase1.DoRun(), ns3::LenaTdTbfqFfMacSchedulerTestCase1.DoRun(), ns3::LteX2HandoverTestCase.DoRun(), ns3::LenaTdTbfqFfMacSchedulerTestCase2.DoRun(), ns3::LenaFdTbfqFfMacSchedulerTestCase2.DoRun(), ns3::LenaPssFfMacSchedulerTestCase2.DoRun(), ns3::LteX2HandoverMeasuresTestCase.DoRun(), UdpEchoClientSetFillTestCase.DoRun(), Ns3WimaxSchedulingTestCase.DoRunOnce(), Ns3WimaxSFTypeTestCase.DoRunOnce(), MeshTest.InstallApplication(), FlameRegressionTest.InstallApplications(), HwmpProactiveRegressionTest.InstallApplications(), HwmpDoRfRegressionTest.InstallApplications(), HwmpSimplestRegressionTest.InstallApplications(), HwmpReactiveRegressionTest.InstallApplications(), main(), and ns3::AnimationInterfaceTestCase.PrepareNetwork().
tuple first.stack = ns.internet.InternetStackHelper() |
Definition at line 34 of file first.py.
Referenced by ns3::BriteTopologyStructureTestCase.DoRun(), WifiMsduAggregatorThroughputTest.DoRun(), Ns3WimaxSfCreationTestCase.DoRun(), Ns3TcpInteroperabilityTestCase.DoRun(), ns3::BriteTopologyFunctionTestCase.DoRun(), Ns3TcpCwndTestCase1.DoRun(), Ns3WimaxSchedulingTestCase.DoRunOnce(), Ns3WimaxSFTypeTestCase.DoRunOnce(), AodvExample.InstallInternetStack(), DsdvManetExample.InstallInternetStack(), main(), ns3::PointToPointGridHelper.PointToPointGridHelper(), ns3::AnimationInterfaceTestCase.PrepareNetwork(), and ns3::Ns3NscStack.SetStack().