https://github.com/hardillb/d3-mqtt-topic-tree
A MQTT Topic Tree viewer using the d3 collapsable tree and MQTT over websockets
https://github.com/hardillb/d3-mqtt-topic-tree
Last synced: over 1 year ago
JSON representation
A MQTT Topic Tree viewer using the d3 collapsable tree and MQTT over websockets
- Host: GitHub
- URL: https://github.com/hardillb/d3-mqtt-topic-tree
- Owner: hardillb
- Created: 2013-03-26T21:03:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T20:19:37.000Z (over 5 years ago)
- Last Synced: 2025-02-27T19:02:57.801Z (over 1 year ago)
- Language: JavaScript
- Size: 170 KB
- Stars: 98
- Watchers: 10
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
d3-MQTT-Topic-Tree
==================
A MQTT Topic Tree viewer using the d3 collapsable tree and MQTT over websockets
-- d3
The Collapasable tree orginally came from here:
http://mbostock.github.io/d3/talk/20111018/tree.html
I've wrapped it with a little code to allow for dynamically adding nodes and to add the topic segments to each node.