From 60d249d0b439418b729b274aa2449035840eddba Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Tue, 8 May 2018 21:04:38 +0200 Subject: [PATCH] add moxy --- README.md | 1 + 1 file changed, 1 insertion(+) 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.