Skip to content
Joakim Eriksson edited this page Jan 5, 2017 · 8 revisions

The sparrow demo is based on a Python based device server that keep track of sparrow devices that have joined the network. It adds a web and web socket server to enable interaction with the user.

Main features of the demo:

  • Show joined devices
  • Allow configuration of border-router and serial radio
  • Able to show sniffer data on any 802.15.4 channel as hex-dump
  • Allow RSSI scanning for detecting which channels are best for 6LoWPAN networking (3D RSSI scanner).

Starting the demo

First start up a border router (using a serial radio) on your machine. Then move to the examples/sparrow/ directory.

./wsdemoserver.py

Clone this wiki locally