From 13cd0e00c42a6bfaddc46a91548b1c81b5bca3fd Mon Sep 17 00:00:00 2001 From: hobbyquaker Date: Mon, 18 Jul 2016 18:46:02 +0200 Subject: [PATCH] Add Python MQTT Client Shell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e56f5ef..235d7f4 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [mqtt-malaria](https://github.com/remakeelectric/mqtt-malaria) - scalability and load testing utilities for MQTT environments. * [mqtt-spy](http://kamilfb.github.io/mqtt-spy/) - Java based MQTT frontend. Supports scripting. * [mqtt-utils](https://github.com/dsell/mqtt-utils) - a collection of MQTT utilities. - +* [Python MQTT Client Shell](https://github.com/bapowell/python-mqtt-client-shell) - a text console-based, interactive shell for exercising various tasks associated with MQTT client communications. ### Clients