Worksheet 3 - Experimenting with Mosquitto and MQTT: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 October 2024

18 October 2024

  • curprev 18:4218:42, 18 October 2024EdmondLascaris talk contribs 1,868 bytes +1,868 Created page with "An MQTT broker is a central server that facilitates the communication between devices using the MQTT (Message Queuing Telemetry Transport) protocol. The broker manages the message traffic by receiving data (messages) from publishers and routing it to subscribers who have subscribed to specific topics. It ensures that messages are delivered in a lightweight, efficient manner, making it ideal for IoT systems where bandwidth and power consumption are limited. Steps to Set..."