Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update web UI section to reflect the latest updates

...

The web interface is provided by a server application, and of course a browser to view the UI. At present, both server and browser must be on the same host computer.

starting

You have one option two options to start it:

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

    Code Block
    scons runweb

    The By default, the server listens on port 8080 on all network interfaces. The command line accepts options for alternate values. Run scons --help for details.

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; however, most of the information is grouped under one of three tabs. See the screenshot below.

...