Versions Compared

Key

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

...

Running it

The OpenVisualizer contains a consists of core set of modules, and several visualization optionstypes of user interfaces:

  • a graphical user interface (GUI)
  • a command-line interface (CLI)
  • a web interface

Gliffy

...

name

Image Removed

To start OpenVisualizer, use SCons on the command line:

Code Block
C:\develop\openwsn-sw\software\openvisualizer> scons rungui
Info

Must run as Administrator under Windows, or as superuser on Linux ('sudo').

Prior to August 2013, OpenVisualizer was started via double click on openVisualizerGui.py, or via command line:

...

languagetext

...

openvisualizer_interfaces

You can use whichever user interface suits you best. The choice of user interface does not impact the function of the core module.

You start the OpenVisualizer in several ways:

  • by invoking the Python script directly (or double-clicking on it)
  • by using SCons

graphical user interface

You have two options to start it:

  • double-click on openwsn-sw/software/openvisualizer/bin/openVisualizerApp/openVisualizerGui.py
  • enter the following command from openwsn-sw/software/openvisualizer/:

    Code Block
    scons rungui
    Expand
    titleFull output...
    Code Block
    C:\Users\Thomas\Desktop\openwsn-sw\software\openvisualizer>scons rungui
    scons: Reading SConscript files ...
     ___                 _ _ _  ___  _ _
    | . | ___  ___ ._ _ | | | |/ __>| \ |
    | | || . \/ ._>| ' || | | |\__ \|   |
    `___'|  _/\___.|_|_||__/_/ <___/|_\_|
         |_|                  openwsn.org
    scons: done reading SConscript files.
    scons: Building targets ...
    uiRunner(["bin\openVisualizerApp\openVisualizerGui"], ["bin\openVisualizerApp\openVisualizerGui.py"])
    scons: done building targets.

The user interface looks like this:

 

 

Image Added


Code Organization

Gliffy
size700
nameOpenVisualizerArch

...