Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 758 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 758 Bytes

MeshView Client

Client software that runs on network devices and feeds data to MeshView server.

Limitations

How to use

  1. Clone or download Contiki-OS
  2. Clone MeshView-Client folder to contiki/apps folder using:
  cd contiki/apps
  git clone https://github.com/bhaumik90/MeshView-Client.git mv-client
  1. 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.