alexCajas / EmbeddedMqttBroker

This is a Mqtt broker for embedded devices, developed in C++, FreeRTOS to use advanced multitasking capabilities, and arduino core. Tested in an Esp32 and esp8266.
https://github.com/alexCajas/EmbeddedMqttBroker
MIT License
71 stars 14 forks source link

README lacks basic information: does this support MQTT over TCP, HTTP or both? #18

Open mhaberler opened 5 months ago

mhaberler commented 5 months ago

that should be right in the headline.

mhaberler commented 5 months ago

ok, by reading the source I conclude this is MQTT over TCP, correct?

https://github.com/alexCajas/EmbeddedMqttBroker/blob/main/src/ConcurrentTasks/NewClientListenerTask.cpp#L8

alexCajas commented 5 months ago

Yes, is over TCP/IP and handle by WiFi.h library.