usnistgov / NetSimulyzer-ns3-module

A flexible 3D visualizer for displaying, debugging, presenting, and understanding ns-3 scenarios.
Other
33 stars 5 forks source link

Begin polling Node positions at StartTime #12

Closed bpe2 closed 4 years ago

bpe2 commented 4 years ago

Currently, if the Orchestrator has a StartTime defined and PollMobility enabled, it will still schedule mobility polls starting from the beginning of the simulation. This seems rather unintuitive, since the StartTime may be in the center of two poll calls.

Start timers for mobility polls at StartTime if one is defined