From 4fc3ff89be46fa5f928e885d9e342783278180c0 Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Fri, 10 Mar 2017 21:14:36 +0100 Subject: [PATCH] Add MQTT Dash Android App --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df39ee4..1a2a895 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [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. * [mqtt2highcharts](https://github.com/matbor/mqtt2highcharts) - plotting live numbered data from a subscribed mqtt topic using highcharts. +* [MQTT Dash](https://play.google.com/store/apps/details?id=net.routix.mqttdash&hl=de) - Android App: With the app you can create dashboards for your MQTT enabled IoT Smart Home devices and applications. * [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.