MeshView is a web based network vizualiser and interactive tool targeted for testing and deployment of wireless sensor/actuator devices, ones typically using Contiki-OS and others.
- Vizualise network as it forms and changes
- Realtime information of each node
- Node labeling
- Event window displaying changes in network
- Firmware Over-The-Air Update
- Currently supports only RPL networks
- Install NodeJS version 6.14.1 and NPM version 3.10.10.
- Git clone or download the MeshView repository.
- Install npm modules
npm install
- Start
npm start
- Open the chrome browser and go to
localhost:8000
MeshView Client is the software which runs on individual devices in the network. For further details goto MeshView-Client