Web application to visualize network topology graph with an MQTT api.
Open the index.html with a browser and try to add a node :
mosquitto_pub -t "netgraph/" -h iot.eclipse.org -m '{"id": "node_01", "neighbors": []}'
Add a new node with a link to the first one :
mosquitto_pub -t "netgraph/" -h iot.eclipse.org -m '{"id": "node_02", "neighbors": ["node_01"]}'
- Ross Kirsling - Initial work - Directed Graph Editor
- Nicolas Gonzalez
- Benjamin Freeman
This project is licensed under the MIT License - see the LICENSE.md file for details