From 33bd2b7340a3b1b83a71b766e28283e9dc6b188c Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Sun, 13 Jan 2019 15:05:07 +0100 Subject: [PATCH] Update Readme.md --- Readme.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Readme.md b/Readme.md index 4cec958..76deecc 100644 --- a/Readme.md +++ b/Readme.md @@ -1 +1,24 @@ # MQTT-Explorer + +See the whole picture of your message queue. +The perfect tool to integrate new services, IoT devices in your network. +This application subscribes to all topics on your MQTT-Server and displays your message queue hierarchy, allowing you to drill-down to the topics that are of interest. + +## Download +The app is prebuilt for Windows, Linux and Mac. [Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases) + +![screenshot](https://user-images.githubusercontent.com/7721625/51086078-340c1c00-1742-11e9-83a9-07f932055467.png) + + +## Develop +PRs and issues are welcome + +Install with `npm run install`, build with `npm run build` + +Start with `npm run start` + +The `app` directory contains all the rendering logic, the `backend` directory currently contains the models, tests, connection management. + +## License +Not yet decided which licens exactly, but the basic idea is: "You may do whatever you want with this tool, except sell it." +