Versions Compared

Key

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

...

  • 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>]
Note

Brackets are not required when issuing a command. For example, to run a 5 motes simulating network, using following command:

Code Block
scons rungui --sim --simCount=5

It's the same for following two cases: CLI and Web interface.

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>]

...

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

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

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