Go to the source code of this file.
Namespaces | |
namespace | nsclick-simple-lan |
Variables | |
ns | nsclick-simple-lan.appcont = ns.ApplicationContainer() |
os | nsclick-simple-lan.clickConfigFolder = os.path.dirname(__file__) |
ns | nsclick-simple-lan.clickinternet = ns.ClickInternetStackHelper() |
ns | nsclick-simple-lan.csma = ns.CsmaHelper() |
ns | nsclick-simple-lan.csmaDevices = csma.Install(csmaNodes) |
ns | nsclick-simple-lan.csmaNodes = ns.NodeContainer() |
ns | nsclick-simple-lan.internet = ns.InternetStackHelper() |
ns | nsclick-simple-lan.ipv4 = ns.Ipv4AddressHelper() |
ns | nsclick-simple-lan.LocalAddress = ns.InetSocketAddress(ns.Ipv4Address.GetAny(), 50000).ConvertTo() |
ns | nsclick-simple-lan.onOffHelper = ns.OnOffHelper("ns3::TcpSocketFactory", ns.Address()) |
ns | nsclick-simple-lan.packetSinkHelper = ns.PacketSinkHelper("ns3::TcpSocketFactory", LocalAddress) |
ns | nsclick-simple-lan.recvapp = packetSinkHelper.Install(csmaNodes.Get(1)) |
ns | nsclick-simple-lan.remoteAddress = ns.InetSocketAddress(ns.Ipv4Address("172.16.1.2"), 50000).ConvertTo() |