diff --git a/Readme.md b/Readme.md index b15b2cc..7521495 100644 --- a/Readme.md +++ b/Readme.md @@ -1,11 +1,15 @@ # MQTT-Explorer +[![Build Status](https://travis-ci.org/thomasnordquist/MQTT-Explorer.svg?branch=master)](https://travis-ci.org/thomasnordquist/MQTT-Explorer) +### Version 0.0.5 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) +The app is prebuilt for Windows ([portable](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.0.5/MQTT-Explorer-0.0.5.exe), [installer](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.0.5/MQTT-Explorer-Setup-0.0.5.exe)), Linux ([AppImage](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.0.5/MQTT-Explorer-0.0.5-x86_64.AppImage), [rpm](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.0.5/MQTT-Explorer-0.0.5.x86_64.rpm), [deb](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.0.5/MQTT-Explorer_0.0.5_amd64.deb)) and Mac ([dmg](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.0.5/MQTT-Explorer-0.0.5.dmg)). + +More architectures and package types: [Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases) ![screen2](https://user-images.githubusercontent.com/7721625/51109225-dbe22200-17f4-11e9-8f6b-c6a27c07c90e.png) @@ -19,4 +23,4 @@ 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." +Not yet decided which license exactly, but the basic idea is: "You may do whatever you want with this tool, except sell it." diff --git a/Readme.tpl.md b/Readme.tpl.md index 7293444..6df5bea 100644 --- a/Readme.tpl.md +++ b/Readme.tpl.md @@ -1,4 +1,6 @@ # MQTT-Explorer +[![Build Status](https://travis-ci.org/thomasnordquist/MQTT-Explorer.svg?branch=master)](https://travis-ci.org/thomasnordquist/MQTT-Explorer) + ### Version {{ version }} See the whole picture of your message queue. The perfect tool to integrate new services, IoT devices in your network. @@ -21,4 +23,4 @@ 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." +Not yet decided which license exactly, but the basic idea is: "You may do whatever you want with this tool, except sell it."