Basic knowledge
Installation and Use of Mqtt -- MQTT.fx
Installation and use of mqtt.fx
MQTT.fx is currently a mainstream mqtt client that can quickly verify whether it can communicate with the IoT Hub service to publish or subscribe to messages. The device sends the current status as an MQTT topic to the IoT Hub, with each MQTT topic having a different level of name, such as "Building/Floor/Temperature." The MQTT proxy server sends the received topic to all subscribed clients.
The current download address for the latest version (supports Windows, Linux, and Mac)
http://www.jensd.de/apps/mqttfx/1.5.0/
Use of mqtt.fx
When you open the software, you will be prompted for updates. It is best not to click Yes, as an error will be reported and it will not work.
Write a picture description here
Write a picture description here
If you want to update it, check to see if there is a new version from the website above
Open the configuration and first configure the MQTT agent
Write a picture description here
Next, return to the main interface and click Connect to connect to the MQTT proxy server. Then, you can perform the subscription and publishing message tests.
Write a picture description here
The use method of the software itself is relatively simple, and it can also be used across platforms, facilitating testing. The main reason is that the official website cannot be opened and the software is not easy to download.