diff --git a/readme.md b/readme.md index 6211234..8c8e032 100644 --- a/readme.md +++ b/readme.md @@ -48,6 +48,8 @@ There is an MQTT library for [Processing](https://github.com/256dpi/processing-m [MyMQTT](https://play.google.com/store/apps/details?id=at.tripwire.mqtt.client&hl=en_US&gl=US&pli=1) is a good Android MQTT client app. +[MQTT Studio](https://www.mqttstudio.com) is a practical MQTT client designed for developers to efficiently create, test, and manage MQTT-based applications, enhancing their development and support workflows. + There are multiple other desktop and command line client apps. ## MQTT Brokers @@ -124,4 +126,4 @@ Table 1 below shows the settings for each of three client tools: the ArduinoMqtt | | Initializer: |WiFiSSLClient | wss:// | useSSL: true in client.connect() | | | Address:| test.mosquitto.org | same | same | | | Port: | 8886 | 8081| 8081| -| | Credentials: | none | none | none | \ No newline at end of file +| | Credentials: | none | none | none |