EmbeddedMqttBroker
EmbeddedMqttBroker copied to clipboard
README lacks basic information: does this support MQTT over TCP, HTTP or both?
that should be right in the headline.
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
Yes, is over TCP/IP and handle by WiFi.h library.