Update readme
This commit is contained in:
39
Readme.md
39
Readme.md
@@ -1,30 +1,43 @@
|
|||||||
# MQTT-Explorer
|
# [MQTT Explorer](https://thomasnordquist.github.io/MQTT-Explorer/)
|
||||||
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
|
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
|
||||||
[](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.1.3
|
### Version 0.1.3
|
||||||
See the whole picture of your message queue.
|
|
||||||
|
See the whole picture of your broker.
|
||||||
|
- What topics are active?
|
||||||
|
- Which retained topics are abandoned?
|
||||||
|
- Where is this new device / service I connected to the broker?
|
||||||
|
|
||||||
|
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.
|
||||||
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.
|
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.1.3/MQTT-Explorer-0.1.3.exe), [installer](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.3/MQTT-Explorer-Setup-0.1.3.exe)), Linux ([AppImage](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.3/MQTT-Explorer-0.1.3-x86_64.AppImage)) and Mac ([dmg](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.3/MQTT-Explorer-0.1.3.dmg)).
|
||||||
|
|
||||||
|
## Demo
|
||||||
|

|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
The app is prebuilt for Windows ([portable](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.3/MQTT-Explorer-0.1.3.exe), [installer](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.3/MQTT-Explorer-Setup-0.1.3.exe)), Linux ([AppImage](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.3/MQTT-Explorer-0.1.3-x86_64.AppImage)) and Mac ([dmg](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.3/MQTT-Explorer-0.1.3.dmg)).
|
|
||||||
|
|
||||||
| Platform | | Downloads |
|
| Platform | | Downloads |
|
||||||
|:----------|:-------------:|:------:|
|
|:----------:|:-------------:|:------:|
|
||||||
|  | Windows | [portable](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.3/MQTT-Explorer-0.1.3.exe), [installer](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.3/MQTT-Explorer-Setup-0.1.3.exe) |
|
|  | Windows | [portable](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.3/MQTT-Explorer-0.1.3.exe), [installer](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.3/MQTT-Explorer-Setup-0.1.3.exe) |
|
||||||
|  | Linux | [AppImage](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.3/MQTT-Explorer-0.1.3-x86_64.AppImage)<br>*Run AppImage:<br>Make it executable and double-click it.* |
|
|  | Linux | [AppImage](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.3/MQTT-Explorer-0.1.3-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.1.3/MQTT-Explorer-0.1.3.dmg) |
|
|  | Mac | [dmg](https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.1.3/MQTT-Explorer-0.1.3.dmg) |
|
||||||
|
|
||||||
More architectures and package types: [Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)
|
[More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)
|
||||||
|
|
||||||
## What does MQTT-Explorer do?
|
|
||||||

|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||

|

|
||||||
|
|
||||||
|
## Performance
|
||||||
|
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.
|
||||||
|
|
||||||
|
Future releases will allow for a more granular selection of subscribed topics to handle
|
||||||
|
|
||||||
## Develop
|
## Develop
|
||||||
PRs and issues are welcome
|
PRs and issues are welcome
|
||||||
|
|
||||||
@@ -34,6 +47,12 @@ Start with `npm run start`
|
|||||||
|
|
||||||
The `app` directory contains all the rendering logic, the `backend` directory currently contains the models, tests, connection management.
|
The `app` directory contains all the rendering logic, the `backend` directory currently contains the models, tests, connection management.
|
||||||
|
|
||||||
|
## Automated Tests
|
||||||
|
To achieve a reliable product automated tests run regulary on travis.
|
||||||
|
- Data model
|
||||||
|
- MQTT integration
|
||||||
|
- UI-Tests (The demo is a recorded ui test)
|
||||||
|
|
||||||
## Telemetry
|
## Telemetry
|
||||||
The App sends telemetry and error reports, this enables me to quickly react on bugs/errors I produced.
|
The App sends telemetry and error reports, this enables me to quickly react on bugs/errors I produced.
|
||||||
This is a difficutlt task since this App runs on three different operating systems and architectures.
|
This is a difficutlt task since this App runs on three different operating systems and architectures.
|
||||||
|
|||||||
@@ -1,30 +1,43 @@
|
|||||||
# MQTT-Explorer
|
# [MQTT Explorer](https://thomasnordquist.github.io/MQTT-Explorer/)
|
||||||
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
|
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
|
||||||
[](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 {{ version }}
|
### Version {{ version }}
|
||||||
See the whole picture of your message queue.
|
|
||||||
|
See the whole picture of your broker.
|
||||||
|
- What topics are active?
|
||||||
|
- Which retained topics are abandoned?
|
||||||
|
- Where is this new device / service I connected to the broker?
|
||||||
|
|
||||||
|
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.
|
||||||
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.
|
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}}).
|
||||||
|
|
||||||
|
## Demo
|
||||||
|

|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
The app is prebuilt for Windows ({{windowsTargets}}), Linux ({{linuxTargets}}) and Mac ({{macTargets}}).
|
|
||||||
|
|
||||||
| Platform | | Downloads |
|
| Platform | | Downloads |
|
||||||
|:----------|:-------------:|:------:|
|
|:----------:|:-------------:|:------:|
|
||||||
|  | Windows | {{windowsTargets}} |
|
|  | Windows | {{windowsTargets}} |
|
||||||
|  | Linux | {{linuxTargets}}<br>*Run AppImage:<br>Make it executable and double-click it.* |
|
|  | Linux | {{linuxTargets}}<br>*Run AppImage:<br>Make it executable and double-click it.* |
|
||||||
|  | Mac | {{macTargets}} |
|
|  | Mac | {{macTargets}} |
|
||||||
|
|
||||||
More architectures and package types: [Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)
|
[More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)
|
||||||
|
|
||||||
## What does MQTT-Explorer do?
|
|
||||||

|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||

|

|
||||||
|
|
||||||
|
## Performance
|
||||||
|
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.
|
||||||
|
|
||||||
|
Future releases will allow for a more granular selection of subscribed topics to handle
|
||||||
|
|
||||||
## Develop
|
## Develop
|
||||||
PRs and issues are welcome
|
PRs and issues are welcome
|
||||||
|
|
||||||
@@ -34,6 +47,12 @@ Start with `npm run start`
|
|||||||
|
|
||||||
The `app` directory contains all the rendering logic, the `backend` directory currently contains the models, tests, connection management.
|
The `app` directory contains all the rendering logic, the `backend` directory currently contains the models, tests, connection management.
|
||||||
|
|
||||||
|
## Automated Tests
|
||||||
|
To achieve a reliable product automated tests run regulary on travis.
|
||||||
|
- Data model
|
||||||
|
- MQTT integration
|
||||||
|
- UI-Tests (The demo is a recorded ui test)
|
||||||
|
|
||||||
## Telemetry
|
## Telemetry
|
||||||
The App sends telemetry and error reports, this enables me to quickly react on bugs/errors I produced.
|
The App sends telemetry and error reports, this enables me to quickly react on bugs/errors I produced.
|
||||||
This is a difficutlt task since this App runs on three different operating systems and architectures.
|
This is a difficutlt task since this App runs on three different operating systems and architectures.
|
||||||
|
|||||||
@@ -1,2 +1,11 @@
|
|||||||
theme: jekyll-theme-architect
|
theme: jekyll-theme-architect
|
||||||
|
title: MQTT Explorer
|
||||||
|
description: Tool to visualize your MQTT topics, a MQTT swiss-army knife
|
||||||
|
author:
|
||||||
|
name: Thomas Nordquist
|
||||||
|
picture: https://avatars1.githubusercontent.com/u/7721625?s=460&v=4
|
||||||
|
github_username: thomasnordquist
|
||||||
|
logo: https://user-images.githubusercontent.com/7721625/52227945-5280b580-28b1-11e9-804c-75a842537393.png
|
||||||
|
plugins:
|
||||||
|
- jekyll-seo-tag
|
||||||
google_analytics: UA-133696837-1
|
google_analytics: UA-133696837-1
|
||||||
|
|||||||
6
_layouts/_default.html
Normal file
6
_layouts/_default.html
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
{% include head.html %}
|
||||||
|
{% seo %}
|
||||||
|
</head>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user