Improving ns-3 examples
[nepi.git] / examples / ns3 / local_p2p_ping.py
similarity index 98%
rename from examples/ns3/local_ping.py
rename to examples/ns3/local_p2p_ping.py
index 1a31958..8b9f379 100644 (file)
@@ -20,7 +20,7 @@
 
 from nepi.execution.ec import ExperimentController 
 
-ec = ExperimentController(exp_id = "ns3-local-ping")
+ec = ExperimentController(exp_id = "ns3-local-p2p-ping")
 
 # Simulation will executed in the local machine
 node = ec.register_resource("LinuxNode")