BesLogic / releaf-genparker

MIT License
5 stars 1 forks source link

Introduce MQTT #28

Open andy2great opened 3 months ago

andy2great commented 3 months ago

BEFORE TAKING THIS TASK A meeting will be made with a specialise team for iot devices.

As part of a way to optimise the platform, we would need to avoid using HTTP as the way to transport data from a device to the genparker server: image

This would require to have a new MQTT server in place where we publish from the devices and we subscribe directly from kafka: image

This will require a decision on the platform. Ideally one that can be hosted locally such as Mosquitto.

From there we will establish the task for the devices.