Merge pull request #11 from shafreeck/master

Add imqtt
This commit is contained in:
Sebastian Raff
2016-07-21 20:38:03 +02:00
committed by GitHub

View File

@@ -74,6 +74,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
* [mqtt-spy](http://kamilfb.github.io/mqtt-spy/) - Java based MQTT frontend. Supports scripting. * [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. * [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. * [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.
* [imqtt](https://github.com/shafreeck/imqtt) - Iteractive MQTT packet manipulation shell based on IPython.
### Clients ### Clients