Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Start to document Web UI

...

The following commands are available:

  • TODO

web interface

...

[ This section is a work in progress. ]

The web interface

...

includes both the server and the browser to view the UI. At present, both server and browser must be on the same host computer.

starting

You have one option to start it:

  • enter the following command fromĀ openwsn-sw/software/openvisualizer/:

    Code Block
    scons runweb

    The server listens on port 8080.

usage

To get started, point your browser to the following URL: http://localhost:8080/moteview. The web user interface includes the same information as the GUI described above, although the location of individual data elements is not precisely the same. See the screenshot below.

The "motes" dropdown lists all the motes connected to the OpenVisualizer (either physically over a serial port, or as emulated motes):

[ insert screenshot ]

Info

By default, none of the motes act as the DAG root. The DAGroot (seeĀ RFC6550) is the gateway of your OpenWSN network. It is both the root of the routing and synchronization Directed Acyclic Graphs (DAGs). You need exactly one DAGroot in your OpenWSN network, and it can be any OpenWSN node.

From the "motes" top menu, select the mote to be used as a DAG root and the "toggle" button. The other motes will now synchronize to it and form a DAG.

Code Organization

Gliffy
size700
nameOpenVisualizerArch

...