...
...
...
The simplest way to access and visualize the data you publish is to connect your SmartMesh IP manager to a computer running DustLink. DustLink is a web-based SmartMesh IP management application that connects to your SmartMesh IP manager. It is intended for use as a demo
...
ehicle/quick prototyping tool, and can be installed on any computer that supports Python. Among other advanced features, you can create a data parser "app" to display the formatted data that you publish from your motes. Below we will show you how to create such an app that can parse the data sent by the SimplePublish example application provided in the QSL.
Setup
A DustLink User's Guide and a link to the source code can be found on the DustLink dustcloud page. It also has a blog post about how to set it up on a RPi: Raspberry Pi as a SmartMesh Gateway.
Because it is a Python script, "installing" DustLink simply means that you need to fetch the source code and make sure that you install the necessary packages listed in requirements.txt. Refer to the User's Guide if you run into any trouble.
Note |
---|
DustLink is written for Python 2: Running it with Python 3 will not work. |
Create DustLink App
Assuming you have completed the setup above and logged in as admin:
...