Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added MQTT Studio #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 |
| | Credentials: | none | none | none |