From 7cd3a1a45129b542526972d413f54451d55a443d Mon Sep 17 00:00:00 2001 From: Anne-Mirthe Stam Date: Sat, 6 Mar 2021 17:10:22 +0100 Subject: [PATCH] Added MQTT UI tool (#95) Co-authored-by: Mirthe Stam --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7a9bb1..10dd1e6 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ Core analytics * [MQTTInspector](https://github.com/ckrey/MQTTInspector) - A general MQTT testing app for iOS (iPhone and iPad). * [MQTTLens](https://chrome.google.com/webstore/detail/mqttlens/hemojaaeigabkbcookmlgmdigohjobjm) - A Google Chrome application, which connects to a MQTT broker and is able to subscribe and publish to MQTT topics. * [MQTT Explorer](https://mqtt-explorer.com/) - Tool to visualize your MQTT topics in a topic hierarchy, a MQTT swiss-army knife. +* [MQTT TUI](https://github.com/EdJoPaTo/mqttui) - Simple lightweight terminal based MQTT monitor and publisher. * [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. * [SimpleMQTT](https://simplemqtt.theoi.de/) - A Slack app to send messages from Slack to MQTT brokers with slash commands. * [Wireshark-MQTT](https://github.com/menudoproblema/Wireshark-MQTT) - MQTT dissector for Wireshark.