5 Commits
Author SHA1 Message Date
llang 06ce74da9f Added MQTT.md 2025-04-26 00:09:40 +02:00
llang 0acb2a2538 fix udp on macOS 2025-04-25 23:39:56 +02:00
llang bd300f163e Add MQTT documentation and client support
Create MQTT.md with protocol overview and usage examples.

Update client/bin/src/main.rs to initialize a Paho MQTT client with environment-configured broker, connect, and publish combined weather and transit data to the ledboard/data topic.
2025-04-25 23:07:32 +02:00
llang 25da1ac04b feat: add MQTT support and configuration documentation 2025-04-25 21:59:51 +02:00
llang ce7afca13c Synchronously execute MQTT publish with block_on 2025-04-25 19:38:59 +02:00