From 07d0dc929d4987055898d6f3e5306aaaa1b84f3d Mon Sep 17 00:00:00 2001 From: MartinGeier <76175954+MartinGeier@users.noreply.github.com> Date: Sat, 2 Dec 2023 11:30:14 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69eb78e..79069a1 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ Core analytics * [mqtt_recorder](https://github.com/rpdswtk/mqtt_recorder) - Simple cli tool for recording and replaying MQTT messages. * [mqtt-shell](https://github.com/pidster-dot-org/mqtt-shell) - A simple interactive shell for MQTT. * [mqtt-spy](http://kamilfb.github.io/mqtt-spy/) - Java based MQTT frontend. Supports scripting. +* [mqtt-studio](https://www.mqttstudio.com) - A practical MQTT Tool with innotvative UI, designed for developers to efficiently create, test, and manage MQTT-based applications, enhancing their development and support workflows. * [mqtt_tree](https://github.com/poggenpower/mqtt_tree) - Displays all Topics in an expandable tree, helps to get an overview if you have a lot of clients publishing. (python, tkinter) * [mqtt-utils](https://github.com/dsell/mqtt-utils) - A collection of MQTT utilities. * [mqtt-wall](https://github.com/bastlirna/mqtt-wall) - Subscription only web-based client – like Twitter wall for MQTT. From ede194fea1602da121b77635c0028bfb0c83fdc8 Mon Sep 17 00:00:00 2001 From: MartinGeier <76175954+MartinGeier@users.noreply.github.com> Date: Sat, 2 Dec 2023 11:31:01 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79069a1..25c8d24 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Core analytics * [mqtt_recorder](https://github.com/rpdswtk/mqtt_recorder) - Simple cli tool for recording and replaying MQTT messages. * [mqtt-shell](https://github.com/pidster-dot-org/mqtt-shell) - A simple interactive shell for MQTT. * [mqtt-spy](http://kamilfb.github.io/mqtt-spy/) - Java based MQTT frontend. Supports scripting. -* [mqtt-studio](https://www.mqttstudio.com) - A practical MQTT Tool with innotvative UI, designed for developers to efficiently create, test, and manage MQTT-based applications, enhancing their development and support workflows. +* [mqtt-studio](https://www.mqttstudio.com) - A practical MQTT Tool with an innovative UI, designed for developers to efficiently create, test, and manage MQTT-based applications, enhancing their development and support workflows. * [mqtt_tree](https://github.com/poggenpower/mqtt_tree) - Displays all Topics in an expandable tree, helps to get an overview if you have a lot of clients publishing. (python, tkinter) * [mqtt-utils](https://github.com/dsell/mqtt-utils) - A collection of MQTT utilities. * [mqtt-wall](https://github.com/bastlirna/mqtt-wall) - Subscription only web-based client – like Twitter wall for MQTT.