Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 334 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 334 Bytes

Robot Communcation

Basic testing

Broker

Clone the repository and run docker-compose up -d to start the MQTT server.

Clients

On the client, run python app.py --broker "mqtt://{IP_FOR_BROKER}" --label "{LABEL}" --topics-publish {PUBLISH TOPICS} --topics-subscribe {SUBSCRIBE TOPICS} to start the Python test client.