Robobot MQTT topics: Difference between revisions

From Rsewiki
(Created page with "Back to Robobot == MQTT == MQTT (Message Queuing Telemetry Transport) is a lightweight protocol that transports messages between processes and networks. == Robobot == Robobot uses MQTT file:robobot-mqtt-2025.png")
 
No edit summary
Line 4: Line 4:


MQTT (Message Queuing Telemetry Transport) is a lightweight protocol that transports messages between processes and networks.
MQTT (Message Queuing Telemetry Transport) is a lightweight protocol that transports messages between processes and networks.
The used MQTT server is Mosquitto from https://mosquitto.org/
The interface library used in both the Teensy_interface and the MQTT_client is paho-mqtt: https://eclipse.dev/paho/files/paho.mqtt.python/html/index.html


== Robobot ==
== Robobot ==
Line 10: Line 14:


[[file:robobot-mqtt-2025.png]]
[[file:robobot-mqtt-2025.png]]
The MQTT server connects the Teensy_interface with the behaviour part of the robot.

Revision as of 08:30, 15 February 2025

Back to Robobot

MQTT

MQTT (Message Queuing Telemetry Transport) is a lightweight protocol that transports messages between processes and networks.

The used MQTT server is Mosquitto from https://mosquitto.org/

The interface library used in both the Teensy_interface and the MQTT_client is paho-mqtt: https://eclipse.dev/paho/files/paho.mqtt.python/html/index.html

Robobot

Robobot uses MQTT

The MQTT server connects the Teensy_interface with the behaviour part of the robot.