If you need to interact with a real network you could try using the RealtimeSimulatorImpl on each of the partitions.
If that doesn't work (because the virtual time skew between ns-3 instances is too great) you'll need something like the "distributed real time" simulator implementation done by Ken Renard several years ago. I don't think he ever released the source, unfortunately. I'll ping him and see if he can contribute to this discussion.
Peter
If you need to interact with a real network you could try using the RealtimeSimulatorImpl on each of the partitions.
If that doesn't work (because the virtual time skew between ns-3 instances is too great) you'll need something like the "distributed real time" simulator implementation done by Ken Renard several years ago. I don't think he ever released the source, unfortunately. I'll ping him and see if he can contribute to this discussion.
If you need to interact with a real network you could try using the RealtimeSimulatorImpl on each of the partitions.
If this work it would be greate. But how can i tell each partition to run in Realtime-Implementation? Could you give me an example how to do this .
$ NS_GLOBAL_VALUE="SimulatorImplementationType=RealtimeSimulatorImpl" ./waf --run <script>
$ ./waf --run "<script> --SimulatorImplementationType=RealtimeSimulatorImpl"