From 75000ca181e9cb3134c67851baf23c1093c34058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ern=C5=91=20Horv=C3=A1th?= Date: Tue, 13 Apr 2021 09:23:57 +0200 Subject: [PATCH] Added PlotJuggler --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 10dd1e6..64b3a9e 100644 --- a/README.md +++ b/README.md @@ -405,6 +405,9 @@ Here are complete firmwares to turn them into MQTT-controlled smart home nodes: * [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. * [mqtt2highcharts](https://github.com/matbor/mqtt2highcharts) - Plotting live numbered data from a subscribed MQTT topic using Highcharts. * [node-red-dashboard](https://github.com/node-red/node-red-dashboard) - A dashboard UI for Node-RED. +* [PlotJuggler](https://github.com/facontidavide/PlotJuggler) - PlotJuggler is a tool to visualize time series (from sources such as: MQTT, Websockets, ZeroMQ, UDP, etc., supports data formats such as JSON, CBOR, BSON, Message Pack, etc.). It is a fast, powerful and intuitive cross-platform tool. + + Other tools that can be used to create Visualization/Dashboards can be found under [Platforms](#platforms) and [Smart Home Integration Software](#smart-home-integration-software).