From 8e6677417e800e8de571067e5bb4be56a88294eb Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Fri, 6 May 2016 10:18:16 +0200 Subject: [PATCH] Adds mqtt-svg-dash --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3d96a35..79ea675 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,9 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi #### Visualization * [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. + + ### Architecture