IoTineSalt / eyeotine

Eyeotine uses ESP32 cameras to detect the location of people in a room.
GNU General Public License v3.0
4 stars 0 forks source link

MQTT #6

Closed BlobbyBob closed 3 years ago

BlobbyBob commented 3 years ago

We decided to use MQTT as a protocol for communication between modules on the central server.

What MQTT broker should we use and why? We also need some more information, what MQTT is capable of and how we should structure our internal APIs.

janphilg commented 3 years ago

This site gives a first overview of MQTT broker and client-side libraries.

https://mqtt.org/software/#servers-brokers

janphilg commented 3 years ago

Mosquitto

Official image for Docker

janphilg commented 3 years ago

Client:

Paho

janphilg commented 3 years ago

Paho documentation