Skip to content

NICOLASGON/netgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Netgraph

Web application to visualize network topology graph with an MQTT api.

Getting Started

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"]}'

Built With

  • d3js - The svg manipulation framework
  • mqttws31 - MQTT javascript client library

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors