You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assignments/05-walkie-talkie-discover/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,8 @@ Extend your settings.toml file with the entries for the MQTT server and fill in
45
45
When connected to an MQTT broker, a device can **subscribe** to a topic to receive data, and **publish** to a topic to send data.
46
46
Publishing sends a message to the broker, which then forwards it to all devices that are subscribed to that topic.
47
47
48
+
You can verify whether you're connected to the MQTT broker and see the messages sent through this website: [Shiftr.io](https://ide-education.cloud.shiftr.io/)
0 commit comments