Remote ns-3 with ping working
[nepi.git] / src / nepi / resources / ns3 / ns3base.py
index adcbb8b..358011a 100644 (file)
@@ -29,6 +29,8 @@ class NS3Base(ResourceManager):
     _rtype = "abstract::ns3::Object"
     _backend_type = "ns3"
 
+    SIMULATOR_UUID = "singleton::Simulator"
+
     def __init__(self, ec, guid):
         super(NS3Base, self).__init__(ec, guid)
         self._uuid = None