This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:iot:examples:debugging:mqttbox [2021/03/05 23:24] – created heiko.pikner | en:iot:examples:debugging:mqttbox [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== MQTTBox ===== | + | ===== MQTTBox===== |
+ | |||
+ | MQTTBox can be downloaded [[http:// | ||
+ | |||
+ | ====Setting up the MQTTBox==== | ||
+ | |||
+ | The first step after opening the program is creating a new MQTT client. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Here you have to configure the client to connect with your selected MQTT broker. | ||
+ | The important fields are on the picture below, you can leave the rest on their default settings. | ||
+ | * **MQTT Client name** - Write a name for this settings file. A good idea is to name it after the broker you are connecting to. | ||
+ | * **MQTT Client Id** - This is the name you set for your individual device. There should be only one device with this name connected with your broker. | ||
+ | * **Protocol** - This is the protocol used for this connection. It should be mqtt/tcp when using the Raspberry broker and mqtts/tls when using the Distancelab one. | ||
+ | * **Host** - Here enter the IP (or URL) and the port of the broker. It should be formatted as " | ||
+ | * **Username and password** - If your broker has username and password enabled then enter those. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ===MQTT settings for Roboticlabs Raspberry broker=== | ||
+ | |||
+ | If you downloaded and flashed the Raspberry image file that we provided then follow the picture below to configure your MQTTBox broker settings. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ====Using MQTTBox==== | ||
+ | |||
+ | If the program does not automatically connect to the broker press the blue "Not connected" | ||
+ | |||
+ | {{: |