From 7033ccd7db5c26123a90b29f81644b6cbedb6b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Ho=C5=99=C4=8Dica?= Date: Fri, 2 Sep 2016 21:02:54 +0200 Subject: [PATCH] Add d3-MQTT-Topic-Tree Add link to https://github.com/hardillb/d3-MQTT-Topic-Tree into Visualization category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eeb0f2a..48512af 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi ### Visualization, Dashboards +* [d3-MQTT-Topic-Tree](https://github.com/hardillb/d3-MQTT-Topic-Tree) - A MQTT Topic Tree viewer using the d3 collapsable tree and MQTT over websockets * [node-red-dashboard](https://github.com/node-red/node-red-dashboard) - A dashboard UI for Node-RED. * [mqtt-panel](https://github.com/fabaff/mqtt-panel) - A web interface for MQTT. * [mqtt-svg-dash](https://github.com/jpmens/mqtt-svg-dash) - Subscribe to MQTT, extract JSON from a message and make lights blink on an SVG page.