Files
unison/src/visualizer/examples
Gabriel Ferreira 33f2ee841b doc: update ns3 API
2022-01-19 16:25:03 -03:00
..
2021-12-01 12:29:55 -08:00
2022-01-19 16:25:03 -03:00

For activating the visualizer, with any example, just pass the option
--SimulatorImplementationType=ns3::VisualSimulatorImpl to it, assuming the
script uses ns-3's command line parser (class CommandLine), and add 'visualizer'
as a module dependency to that program.

Alternatively, run the example with ns3 run adding the --visualize option.
For example:

./ns3 run wifi-simple-adhoc-grid --visualize