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::LrWpanHelper.AssociateToPan(), ns3::PacketSocket.Bind(), ns3::PacketSocket.Connect(), ns3::PacketSocketAddress.ConvertTo(), Bug772ChainTest.CreateDevices(), FlameRegressionTest.CreateDevices(), HwmpProactiveRegressionTest.CreateDevices(), HwmpDoRfRegressionTest.CreateDevices(), HwmpSimplestRegressionTest.CreateDevices(), HwmpReactiveRegressionTest.CreateDevices(), 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(), ns3::RipNg.DoInitialize(), NetworkAllocatorHelperTestCase.DoRun(), ns3::aodv::LoopbackTestCase.DoRun(), Ns3WimaxSfCreationTestCase.DoRun(), WifiMsduAggregatorThroughputTest.DoRun(), Ns3TcpNoDelayTestCase.DoRun(), Ns3TcpSocketTestCase1.DoRun(), NscTcpLossTestCase1.DoRun(), AddressAllocator6TestCase.DoRun(), AddressAllocatorHelperTestCase.DoRun(), AddressAllocatorTestCase.DoRun(), Ns3TcpInteroperabilityTestCase.DoRun(), BriteTopologyFunctionTestCase.DoRun(), ResetAllocatorHelperTestCase.DoRun(), NetworkAndAddress6TestCase.DoRun(), NetworkAndAddressTestCase.DoRun(), Ns3TcpSocketTestCase2.DoRun(), NscTcpLossTestCase2.DoRun(), ExampleAddress6GeneratorTestCase.DoRun(), Ns3TcpCwndTestCase1.DoRun(), ExampleAddressGeneratorTestCase.DoRun(), CsmaStarTestCase.DoRun(), Ns3WimaxSchedulingTestCase.DoRunOnce(), Ns3WimaxSFTypeTestCase.DoRunOnce(), dstSocketRecv(), ns3::dot11s::HwmpProtocolMac.ForwardPerr(), ns3::UdpSocketImpl.ForwardUp(), ns3::PacketSocket.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(), AodvExample.InstallInternetStack(), DsdvManetExample.InstallInternetStack(), MeshTest.InstallInternetStack(), ns3::Ipv4Address.Ipv4Address(), ns3::WifiRemoteStationManager.LookupState(), ns3::Ipv6AddressHelper.NewAddress(), ns3::RipNg.NotifyInterfaceUp(), 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::LrWpanMac.SetExtendedAddress(), 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::LrWpanMac.SetShortAddress(), 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 54 of file first.py.
Referenced by ns3::LenaDeactivateBearerTestCase.DoRun(), LenaCqaFfMacSchedulerTestCase1.DoRun(), LenaPssFfMacSchedulerTestCase1.DoRun(), LenaFdTbfqFfMacSchedulerTestCase1.DoRun(), LenaTdTbfqFfMacSchedulerTestCase1.DoRun(), LteX2HandoverTestCase.DoRun(), LenaCqaFfMacSchedulerTestCase2.DoRun(), LenaPssFfMacSchedulerTestCase2.DoRun(), LenaTdTbfqFfMacSchedulerTestCase2.DoRun(), LenaFdTbfqFfMacSchedulerTestCase2.DoRun(), LteX2HandoverMeasuresTestCase.DoRun(), LteDistributedFfrAreaTestCase.DoRun(), UdpEchoClientSetFillTestCase.DoRun(), MeshTest.InstallApplication(), FlameRegressionTest.InstallApplications(), HwmpProactiveRegressionTest.InstallApplications(), HwmpDoRfRegressionTest.InstallApplications(), HwmpSimplestRegressionTest.InstallApplications(), HwmpReactiveRegressionTest.InstallApplications(), and AnimationInterfaceTestCase.PrepareNetwork().
tuple first.devices = pointToPoint.Install(nodes) |
Definition at line 32 of file first.py.
Referenced by ns3::LrWpanHelper.AssociateToPan(), BatteryLifetimeTest.ConstantLoadTest(), Bug772ChainTest.CreateDevices(), ChainRegressionTest.CreateDevices(), WaveNetDeviceExample.CreateWaveNodes(), TestCaseHelper.CreatWaveDevice(), BasicEnergyDepletionTest.DepletionTestCase(), ns3::aodv::LoopbackTestCase.DoRun(), Ns3TcpNoDelayTestCase.DoRun(), Ns3TcpSocketTestCase1.DoRun(), NscTcpLossTestCase1.DoRun(), SpectrumIdealPhyTestCase.DoRun(), Ns3TcpInteroperabilityTestCase.DoRun(), Ns3TcpSocketTestCase2.DoRun(), NscTcpLossTestCase2.DoRun(), Ns3TcpCwndTestCase1.DoRun(), ChannelRoutingTestCase.DoRun(), CsmaOneSubnetTestCase.DoRun(), experiment(), ns3::LrWpanHelper.Install(), ns3::WaveformGeneratorHelper.Install(), ns3::AdhocAlohaNoackIdealPhyHelper.Install(), ns3::SpectrumAnalyzerHelper.Install(), ns3::WifiHelper.Install(), ns3::MeshHelper.Install(), ns3::WimaxHelper.Install(), ns3::WaveHelper.Install(), ns3::UanHelper.Install(), ns3::LteSimpleHelper.InstallEnbDevice(), ns3::LteHelper.InstallEnbDevice(), ns3::LteSimpleHelper.InstallUeDevice(), ns3::LteHelper.InstallUeDevice(), AnimationInterfaceTestCase.PrepareNetwork(), NetAnimExperiment.Run(), Experiment.Run(), WaveNetDeviceExample.SendIpExample(), WaveNetDeviceExample.SendIpPacket(), WaveNetDeviceExample.SendOneWsmpPacket(), WaveNetDeviceExample.SendWsaExample(), WaveNetDeviceExample.SendWsmpExample(), BatteryLifetimeTest.VariableLoadTest(), and WifiInterferenceTestCase.WifiSimpleInterference().
tuple first.echoClient = ns.applications.UdpEchoClientHelper(interfaces.GetAddress(1), 9) |
Definition at line 49 of file first.py.
Referenced by UdpEchoClientSetFillTestCase.DoRun(), MeshTest.InstallApplication(), FlameRegressionTest.InstallApplications(), HwmpProactiveRegressionTest.InstallApplications(), HwmpDoRfRegressionTest.InstallApplications(), HwmpSimplestRegressionTest.InstallApplications(), HwmpReactiveRegressionTest.InstallApplications(), and AnimationInterfaceTestCase.PrepareNetwork().
tuple first.echoServer = ns.applications.UdpEchoServerHelper(9) |
Definition at line 43 of file first.py.
Referenced by UdpEchoClientSetFillTestCase.DoRun(), MeshTest.InstallApplication(), FlameRegressionTest.InstallApplications(), HwmpProactiveRegressionTest.InstallApplications(), HwmpDoRfRegressionTest.InstallApplications(), HwmpSimplestRegressionTest.InstallApplications(), HwmpReactiveRegressionTest.InstallApplications(), and AnimationInterfaceTestCase.PrepareNetwork().
tuple first.interfaces = address.Assign(devices) |
Definition at line 41 of file first.py.
Referenced by Bug772ChainTest.CreateDevices(), ChainRegressionTest.CreateDevices(), ns3::aodv::LoopbackTestCase.DoRun(), Ns3TcpInteroperabilityTestCase.DoRun(), Ns3TcpCwndTestCase1.DoRun(), UdpEchoClientSetFillTestCase.DoRun(), CsmaOneSubnetTestCase.DoRun(), ns3::OlsrHelper.ExcludeInterface(), ns3::RipNgHelper.ExcludeInterface(), ns3::dot11s::PeerManagementProtocol.Install(), ns3::dot11s::HwmpProtocol.Install(), ns3::flame::FlameProtocol.Install(), AnimationInterfaceTestCase.PrepareNetwork(), and ns3::olsr::RoutingProtocol.SendHello().
tuple first.nodes = ns.network.NodeContainer() |
Definition at line 25 of file first.py.
Referenced by Ns2MobilityHelperTest.CreateNodes(), WaveNetDeviceExample.CreateWaveNodes(), TestCaseHelper.CreatWaveDevice(), ns3::CsmaStarHelper.CsmaStarHelper(), ns3::aodv::LoopbackTestCase.DoRun(), PacketSocketAppsTest.DoRun(), RocketfuelTopologyReaderTest.DoRun(), Ipv6ForwardingTest.DoRun(), Ipv6RipngTest.DoRun(), Ipv6RawSocketImplTest.DoRun(), Ipv4RawSocketImplTest.DoRun(), RandomRoomPositionAllocatorTestCase.DoRun(), Ns3TcpInteroperabilityTestCase.DoRun(), Ipv4FragmentationTest.DoRun(), BuildingsHelperOneTestCase.DoRun(), SameRoomPositionAllocatorTestCase.DoRun(), UdpSocketImplTest.DoRun(), Ns3TcpSocketTestCase2.DoRun(), Ns3TcpCwndTestCase1.DoRun(), Ipv6RipngCountToInfinityTest.DoRun(), UdpEchoClientSetFillTestCase.DoRun(), Udp6SocketImplTest.DoRun(), CsmaOneSubnetTestCase.DoRun(), CsmaPacketSocketTestCase.DoRun(), experiment(), ns3::RocketfuelTopologyReader.GenerateFromMapsFile(), ns3::RocketfuelTopologyReader.GenerateFromWeightsFile(), ns3::RocketfuelTopologyReader.Read(), ns3::OrbisTopologyReader.Read(), ns3::InetTopologyReader.Read(), ns3::BsmApplication.ReceiveWavePacket(), 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(), and AnimationInterfaceTestCase.PrepareNetwork().
tuple first.serverApps = echoServer.Install(nodes.Get(1)) |
Definition at line 45 of file first.py.
Referenced by ns3::LenaDeactivateBearerTestCase.DoRun(), LenaCqaFfMacSchedulerTestCase1.DoRun(), LenaPssFfMacSchedulerTestCase1.DoRun(), LenaFdTbfqFfMacSchedulerTestCase1.DoRun(), LenaTdTbfqFfMacSchedulerTestCase1.DoRun(), LteX2HandoverTestCase.DoRun(), LenaCqaFfMacSchedulerTestCase2.DoRun(), LenaPssFfMacSchedulerTestCase2.DoRun(), LenaTdTbfqFfMacSchedulerTestCase2.DoRun(), LenaFdTbfqFfMacSchedulerTestCase2.DoRun(), LteX2HandoverMeasuresTestCase.DoRun(), LteDistributedFfrAreaTestCase.DoRun(), UdpEchoClientSetFillTestCase.DoRun(), MeshTest.InstallApplication(), FlameRegressionTest.InstallApplications(), HwmpProactiveRegressionTest.InstallApplications(), HwmpDoRfRegressionTest.InstallApplications(), HwmpSimplestRegressionTest.InstallApplications(), HwmpReactiveRegressionTest.InstallApplications(), and AnimationInterfaceTestCase.PrepareNetwork().
tuple first.stack = ns.internet.InternetStackHelper() |
Definition at line 34 of file first.py.
Referenced by BriteTopologyStructureTestCase.DoRun(), Ns3WimaxSfCreationTestCase.DoRun(), WifiMsduAggregatorThroughputTest.DoRun(), Ns3TcpInteroperabilityTestCase.DoRun(), BriteTopologyFunctionTestCase.DoRun(), Ns3TcpCwndTestCase1.DoRun(), Ns3WimaxSchedulingTestCase.DoRunOnce(), Ns3WimaxSFTypeTestCase.DoRunOnce(), AodvExample.InstallInternetStack(), DsdvManetExample.InstallInternetStack(), ns3::PointToPointGridHelper.PointToPointGridHelper(), AnimationInterfaceTestCase.PrepareNetwork(), and ns3::Ns3NscStack.SetStack().