This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:iot:examples:debugging:mqttfx [2021/03/11 08:07] – admin | en:iot:examples:debugging:mqttfx [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
=====MQTT.fx ===== | =====MQTT.fx ===== | ||
- | MQTT.fx can be downloaded [[https://mqttfx.jensd.de/index.php/download|here]] | + | MQTT.fx can be downloaded [[http://www.jensd.de/apps/ |
====Setting up the MQTT.fx==== | ====Setting up the MQTT.fx==== | ||
- | To create a new MQTT client click on the configuration icon next to "Connect" | + | To create a new MQTT client click on the configuration icon next to **Connect** or from the dropdown |
{{: | {{: | ||
Line 17: | Line 17: | ||
The important fields are on the picture below, you can leave the rest on their default settings. | The important fields are on the picture below, you can leave the rest on their default settings. | ||
* **Profile Name** - Write a name for this settings file. A good idea is to name it after the broker you are connecting to. | * **Profile Name** - Write a name for this settings file. A good idea is to name it after the broker you are connecting to. | ||
- | * **Profile Type** - Keep as "MQTT Broker" | + | * **Profile Type** - Keep as **MQTT Broker** |
* **Broker Address** - Here enter the IP (or URL) of the broker. | * **Broker Address** - Here enter the IP (or URL) of the broker. | ||
* **Broker Port** - Here enter the port of the broker. By default it is 1883 | * **Broker Port** - Here enter the port of the broker. By default it is 1883 | ||
Line 27: | Line 27: | ||
====Using MQTT.fx==== | ====Using MQTT.fx==== | ||
- | To connect to the broker click on the "Connect" | + | To connect to the broker click on the **Connect** button as shown in a previous picture. |
- | If you are connected successfully the light on the right will turn green otherwise it will turn red and you will get a message | + | If you are connected successfully the light on the right will turn green otherwise it will turn red and you will get a message |
After successfully connecting you can publish and subscribe to topics from their respective categories. | After successfully connecting you can publish and subscribe to topics from their respective categories. | ||
{{: | {{: |