From fa91105a0cf34aa5a5cbd119b16fe684e4015f7a Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Mon, 16 May 2016 11:09:37 +0200 Subject: [PATCH] adds node-red-dashboard --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0428df..13a8816 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi - [Gadgets](#gadgets) - [Smart Metering](#smart-metering) - [Messaging](#messaging) - - [Visualization](#visualization) + - [Visualization, Dashboards](#visualization-dashboards) - [Architecture](#architecture) @@ -203,12 +203,13 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [twitter-to-mqtt](https://github.com/knolleary/twitter-to-mqtt) - A python daemon that uses the Twitter Streaming API to access tweets and republishes them to an MQTT topic. -#### Visualization +#### Visualization, Dashboards +* [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. -Other tools that can be used to create Visualization/Dashboards/UI-Editors can be found under [Smart Home Software](#smart-home-software) (i.e. ioBroker.vis, net-commander, ...) +Other tools that can be used to create Visualization/Dashboards can be found under [Smart Home Integration Software](#smart-home-integration-software) ### Architecture