From 259c94e90d73b1d19cecd8ec3f07871843ff5918 Mon Sep 17 00:00:00 2001 From: Dirk Heinke Date: Tue, 13 Aug 2019 20:47:09 +0200 Subject: [PATCH] Add SimpleMQTT to tools section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c05af4..d8a0e20 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ Core analytics * [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. * [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. ### Clients