From a93053b1c343ccde1c2c9ad5f276e5ee48c23a24 Mon Sep 17 00:00:00 2001 From: Alina Quereilhac Date: Mon, 23 Jun 2014 15:18:14 +0200 Subject: [PATCH] ns-3 local ping example --- examples/linux/ns3/{ping.py => local_ping.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename examples/linux/ns3/{ping.py => local_ping.py} (96%) diff --git a/examples/linux/ns3/ping.py b/examples/linux/ns3/local_ping.py similarity index 96% rename from examples/linux/ns3/ping.py rename to examples/linux/ns3/local_ping.py index 041771ec..e00c48da 100644 --- a/examples/linux/ns3/ping.py +++ b/examples/linux/ns3/local_ping.py @@ -21,9 +21,9 @@ from nepi.execution.ec import ExperimentController from nepi.execution.trace import TraceAttr -ec = ExperimentController(exp_id = "ns3-p2p-ping") +ec = ExperimentController(exp_id = "ns3-local-ping") -# Simulation will run in the local machine +# Simulation will executed in the local machine node = ec.register_resource("LinuxNode") ec.set(node, "hostname", "localhost") -- 2.43.0