It's been some time since I last visited this forum. Glad to be back =)
Currently, I'm diving into a new project centered around ESP32, and I find myself in need of an MQTT-Broker that works with esp-idf. However, I am unable to find a compatible option.
If anyone knows of a compatible broker, I would love to hear about it.
Thank you in advance for your assistance!
These are the options for a MQTT-Broker I've come across:
Code: Select all
MQTT Broker
- https://github.com/nopnop2002/esp-idf-mqtt-broker
- No tls support
- https://github.com/alexCajas/EmbeddedMqttBroker/
- Arduino
- https://github.com/hsaturn/TinyMqtt
- Arduino
- https://github.com/mlesniew/PicoMQTT
- Arduino
- https://github.com/martin-ger/uMQTTBroker
- Arduino
- https://github.com/halfgaar/FlashMQ
- Linux
- https://github.com/nanomq/nanomq
- Linux, could be possible?
- https://github.com/eclipse/mosquitto
- Linux, requires openssl
- https://github.com/eclipse/amlen
- Linux
- https://www.bevywise.com/mqtt-broker/help.html
- Linux, windows
- https://github.com/eclipse/paho.mqtt-sn.embedded-c
-Linux