Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As with the OpenVisualizer, there are several options, listed below

...

visualizations available.

graphical user interface

...

 

In order to easily run a simulated network based on the code, you can use the OpenSim integration provided by OpenVisualizer; so, in your ./openwsn-sw/ folder:

No Format
python openVisualizerGui.py --sim True -n <NumEmulatedMotes>

...

(GUI)

You have two options to start it:

  • from the command line, navigate to openwsn-sw/software/openvisualizer/bin/openVisualizerApp/ and enter the following command:

    Code Block
    python openVisualizerGui.py --sim [--simCount <number of simulated nodes>]
  • enter the following command from openwsn-sw/software/openvisualizer/:

    Code Block
    scons rungui --sim [--simCount <number of simulated nodes>]

command line interface (CLI)

You have two options to start it:

  • from the command line, navigate to openwsn-sw/software/openvisualizer/bin/openVisualizerApp/ and enter the following command:

    Code Block
    python openVisualizerCli.py --sim [--simCount <number of simulated nodes>]
  • enter the following command from openwsn-sw/software/openvisualizer/:

    Code Block
    scons runcli --sim [--simCount <number of simulated nodes>]