A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
first.py File Reference

Go to the source code of this file.

Namespaces

namespace  first
 

Variables

 first.address = ns.Ipv4AddressHelper()
 
 first.clientApps = echoClient.Install(nodes.Get(0))
 
 first.devices = pointToPoint.Install(nodes)
 
 first.echoClient = ns.UdpEchoClientHelper(address, 9)
 
 first.echoServer = ns.UdpEchoServerHelper(9)
 
 first.interfaces = address.Assign(devices)
 
 first.nodes = ns.NodeContainer()
 
 first.pointToPoint = ns.PointToPointHelper()
 
 first.serverApps = echoServer.Install(nodes.Get(1))
 
 first.stack = ns.InternetStackHelper()