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

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