Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] Python-based MQTT Client Shell

Although not directly related to Mosquitto, folks on this mailing list may be interested in using a text console-based MQTT client shell that I've written:


It's handy for those times when you want to interactively test against MQTT servers, but a full GUI is not available to run something like mqtt-spy.

It works with Python 2 or 3. See the GitHub page for documentation, including what a sample session looks like.

Brad


Back to the top