mirror of
https://github.com/thomasnordquist/MQTT-Explorer.git
synced 2026-09-12 01:23:31 +00:00
Compare commits
11
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf3ad3b91f | ||
|
|
6e17fc06b3 | ||
|
|
1655ee6e13 | ||
|
|
4a6b31bc4c | ||
|
|
8b18689456 | ||
|
|
b81e9b2b79 | ||
|
|
8acf6fe27c | ||
|
|
ff599c470a | ||
|
|
ca90f4d32d | ||
|
|
9c6846a281 | ||
|
|
50be3e8b0b |
@@ -30,7 +30,7 @@ The app is available for Windows ([portable](https://github.com/t
|
||||
[More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)
|
||||
|
||||
## Demo
|
||||

|
||||

|
||||
|
||||
## Performance
|
||||
This App is optimized to handle thousands of topics and at least hundreds of thousands messages per minute.
|
||||
|
||||
+2
-1
@@ -2,6 +2,7 @@
|
||||
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
|
||||
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer/releases)
|
||||
[](https://travis-ci.org/thomasnordquist/MQTT-Explorer)
|
||||

|
||||
|
||||
### Version {{ version }}
|
||||
|
||||
@@ -30,7 +31,7 @@ The app is available for Windows ({{windowsTargets}}), Linux ({{linuxTargets}})
|
||||
[More Downloads](https://github.com/thomasnordquist/MQTT-Explorer/releases)
|
||||
|
||||
## Demo
|
||||

|
||||

|
||||
|
||||
## Performance
|
||||
This App is optimized to handle thousands of topics and at least hundreds of thousands messages per minute.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "MQTT-Explorer",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.0-alpha",
|
||||
"description": "Explore your message queues",
|
||||
"main": "dist/src/electron.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user