diff --git a/README.md b/README.md index 2ff6572..6252ef0 100644 --- a/README.md +++ b/README.md @@ -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.