Go to the source code of this file.
Namespaces | |
namespace | first |
Variables | |
ns | first.address = ns.internet.Ipv4AddressHelper() |
ns | first.clientApps = echoClient.Install(nodes.Get(0)) |
ns | first.devices = pointToPoint.Install(nodes) |
ns | first.echoClient = ns.applications.UdpEchoClientHelper(address, 9) |
ns | first.echoServer = ns.applications.UdpEchoServerHelper(9) |
ns | first.interfaces = address.Assign(devices) |
ns | first.nodes = ns.network.NodeContainer() |
ns | first.pointToPoint = ns.point_to_point.PointToPointHelper() |
ns | first.serverApps = echoServer.Install(nodes.Get(1)) |
ns | first.stack = ns.internet.InternetStackHelper() |