This commit is contained in:
Sebastian Raff
2018-05-08 21:04:38 +02:00
committed by GitHub
parent 79d844eda8
commit 60d249d0b4

View File

@@ -69,6 +69,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
### Tools
* [imqtt](https://github.com/shafreeck/imqtt) - Interactive MQTT packet manipulation shell based on IPython.
* [moxy](https://github.com/jvermillard/moxy) - A Golang MQTT proxy providing useful output traces to monitor and troubleshoot your MQTT communications.
* [mqtt-admin](https://github.com/hobbyquaker/mqtt-admin/) - Web based MQTT frontend. [Direct Link](https://hobbyquaker.github.io/mqtt-admin/).
* [mqtt-benchmark](https://github.com/chirino/mqtt-benchmark) - A benchmarking tool for MQTT Servers.
* [mqttcli](https://github.com/shirou/mqttcli) - MQTT Client for shell scripting.