Client software that runs on network devices and feeds data to MeshView server.
- Currently ported on Contiki-OS only
- Clone or download Contiki-OS
- Clone MeshView-Client folder to contiki/apps folder using:
cd contiki/apps
git clone https://github.com/bhaumik90/MeshView-Client.git mv-client
- To add MeshView in your project:
- Add
APPS+=mv-client
to your project Makefile - In your project contiki process add
mv_client_init(nwType, nodeType)
Please check MeshView-Client-Test example to know more.