Update Readme & Add snap store link
This commit is contained in:
40
Readme.md
40
Readme.md
@@ -3,40 +3,44 @@
|
|||||||
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
|
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
|
||||||
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer)
|
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer)
|
||||||
|
|
||||||
### Version 0.2.0
|
### Version
|
||||||
|
|
||||||
See the whole picture of your broker.
|
A MQTT Tool to get a quick overview of your MQTT topics and integrate new devices/services more efficiently.
|
||||||
- What topics are active?
|
|
||||||
- Which retained topics are abandoned?
|
- Visualize topics and topic activity
|
||||||
- Where is this new device / service I connected to the broker?
|
- Delete retained topics
|
||||||
|
- Search/filter topics
|
||||||
|
- Delete topic recursively
|
||||||
|
- Publish topics
|
||||||
|
- Plot numeric topics
|
||||||
|
- Keep a history of each topic
|
||||||
|
|
||||||
MQTT-Explorer strives to be THE swiss-army-knife tool.
|
MQTT-Explorer strives to be THE swiss-army-knife tool.
|
||||||
The perfect tool to integrate new services, IoT devices in your network.
|
The perfect tool to integrate new services, IoT devices in your network.
|
||||||
The hierarchical view allows for a quick understanding what is going on on your broker.
|
The hierarchical view allows for a quick understanding what is going on on your broker.
|
||||||
|
|
||||||
The app is available for Windows ([portable](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.0/MQTT-Explorer-0.2.0.exe), [installer](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.0/MQTT-Explorer-Setup-0.2.0.exe)), Linux ([AppImage](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.0/MQTT-Explorer-0.2.0-x86_64.AppImage)) and Mac ([dmg](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.0/MQTT-Explorer-0.2.0.dmg)).
|
## Download
|
||||||
|
|
||||||
|
| Platform | | Downloads |
|
||||||
|
|:----------:|:-------------:|:------:|
|
||||||
|
|  | Windows | [portable](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.0/MQTT-Explorer-0.2.0.exe), [installer](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.0/MQTT-Explorer-Setup-0.2.0.exe) |
|
||||||
|
|  | Linux | [AppImage](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.0/MQTT-Explorer-0.2.0-x86_64.AppImage)<br>*Run AppImage:<br>Make it executable and double-click it.* |
|
||||||
|
|  | Ubuntu | [](https://snapcraft.io/mqtt-explorer)<br>[Ubuntu Store](snap://mqtt-explorer) |
|
||||||
|
|  | Mac | [dmg](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.0/MQTT-Explorer-0.2.0.dmg) |
|
||||||
|
|
||||||
|
[More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||

|

|
||||||
|
|
||||||
## Download
|
|
||||||
|
|
||||||
| Platform | | Downloads |
|
|
||||||
|:----------:|:-------------:|:------:|
|
|
||||||
|  | Windows | [portable](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.0/MQTT-Explorer-0.2.0.exe), [installer](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.0/MQTT-Explorer-Setup-0.2.0.exe) |
|
|
||||||
|  | Linux | [AppImage](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.0/MQTT-Explorer-0.2.0-x86_64.AppImage)<br>*Run AppImage:<br>Make it executable and double-click it.* |
|
|
||||||
|  | Mac | [dmg](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.2.0/MQTT-Explorer-0.2.0.dmg) |
|
|
||||||
|
|
||||||
[More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)
|
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||

|

|
||||||
|
|
||||||
## Performance
|
## Performance
|
||||||
This App is optimized to handle thousands of topics and at least hundreds of thousands messages per minute.
|
This App is optimized to handle thousands of topics and at least hundreds of thousands messages per minute.
|
||||||
So don't worry if you got >=10k topics and >=100k messages per minute.
|
So don't worry if you got >=30k topics and >=100.000 messages per minute.
|
||||||
|
|
||||||
Future releases will allow for a more granular selection of subscribed topics to handle
|
One can also subscribe to custom topics insted of the "root wildcard #", therefore limiting the amount of messages.
|
||||||
|
|
||||||
## Develop
|
## Develop
|
||||||
PRs and issues are welcome
|
PRs and issues are welcome
|
||||||
|
|||||||
@@ -5,38 +5,42 @@
|
|||||||
|
|
||||||
### Version {{ version }}
|
### Version {{ version }}
|
||||||
|
|
||||||
See the whole picture of your broker.
|
A MQTT Tool to get a quick overview of your MQTT topics and integrate new devices/services more efficiently.
|
||||||
- What topics are active?
|
|
||||||
- Which retained topics are abandoned?
|
- Visualize topics and topic activity
|
||||||
- Where is this new device / service I connected to the broker?
|
- Delete retained topics
|
||||||
|
- Search/filter topics
|
||||||
|
- Delete topic recursively
|
||||||
|
- Publish topics
|
||||||
|
- Plot numeric topics
|
||||||
|
- Keep a history of each topic
|
||||||
|
|
||||||
MQTT-Explorer strives to be THE swiss-army-knife tool.
|
MQTT-Explorer strives to be THE swiss-army-knife tool.
|
||||||
The perfect tool to integrate new services, IoT devices in your network.
|
The perfect tool to integrate new services, IoT devices in your network.
|
||||||
The hierarchical view allows for a quick understanding what is going on on your broker.
|
The hierarchical view allows for a quick understanding what is going on on your broker.
|
||||||
|
|
||||||
The app is available for Windows ({{windowsTargets}}), Linux ({{linuxTargets}}) and Mac ({{macTargets}}).
|
## Download
|
||||||
|
|
||||||
|
| Platform | | Downloads |
|
||||||
|
|:----------:|:-------------:|:------:|
|
||||||
|
|  | Windows | {{windowsTargets}} |
|
||||||
|
|  | Linux | {{linuxTargets}}<br>*Run AppImage:<br>Make it executable and double-click it.* |
|
||||||
|
|  | Ubuntu | [](https://snapcraft.io/mqtt-explorer)<br>[Ubuntu Store](snap://mqtt-explorer) |
|
||||||
|
|  | Mac | {{macTargets}} |
|
||||||
|
|
||||||
|
[More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||

|

|
||||||
|
|
||||||
## Download
|
|
||||||
|
|
||||||
| Platform | | Downloads |
|
|
||||||
|:----------:|:-------------:|:------:|
|
|
||||||
|  | Windows | {{windowsTargets}} |
|
|
||||||
|  | Linux | {{linuxTargets}}<br>*Run AppImage:<br>Make it executable and double-click it.* |
|
|
||||||
|  | Mac | {{macTargets}} |
|
|
||||||
|
|
||||||
[More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)
|
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||

|

|
||||||
|
|
||||||
## Performance
|
## Performance
|
||||||
This App is optimized to handle thousands of topics and at least hundreds of thousands messages per minute.
|
This App is optimized to handle thousands of topics and at least hundreds of thousands messages per minute.
|
||||||
So don't worry if you got >=10k topics and >=100k messages per minute.
|
So don't worry if you got >=30k topics and >=100.000 messages per minute.
|
||||||
|
|
||||||
Future releases will allow for a more granular selection of subscribed topics to handle
|
One can also subscribe to custom topics insted of the "root wildcard #", therefore limiting the amount of messages.
|
||||||
|
|
||||||
## Develop
|
## Develop
|
||||||
PRs and issues are welcome
|
PRs and issues are welcome
|
||||||
|
|||||||
Reference in New Issue
Block a user