MQTT server
Implement a MQTT server.
It should broadcast any updates, similar to how the WebSockets server does (one update equal one message). Specific updates should go through specific MQTT topics.
Implement a MQTT server.
It should broadcast any updates, similar to how the WebSockets server does (one update equal one message). Specific updates should go through specific MQTT topics.