A Discrete-Event Network Simulator
QKDNetSim v2.0 (NS-3 v3.41) @ (+)
API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
second.py File Reference

Go to the source code of this file.

Namespaces

 second
 

Variables

 second.address = ns.internet.Ipv4AddressHelper()
 
 second.clientApps = echoClient.Install(p2pNodes.Get(0))
 
 second.cmd = ns.CommandLine(__file__)
 
 second.csma = ns.csma.CsmaHelper()
 
 second.csmaDevices = csma.Install(csmaNodes)
 
 second.csmaInterfaces = address.Assign(csmaDevices)
 
 second.csmaNodes = ns.network.NodeContainer()
 
 second.echoClient
 
 second.echoServer = ns.applications.UdpEchoServerHelper(9)
 
 second.nCsma = c_int(3)
 
 second.p2pDevices = pointToPoint.Install(p2pNodes)
 
 second.p2pInterfaces = address.Assign(p2pDevices)
 
 second.p2pNodes = ns.network.NodeContainer()
 
 second.pointToPoint = ns.point_to_point.PointToPointHelper()
 
 second.serverApps = echoServer.Install(csmaNodes.Get(nCsma.value))
 
 second.stack = ns.internet.InternetStackHelper()
 
 second.value
 
 second.verbose = c_bool(True)