EmbeddedMqttBroker icon indicating copy to clipboard operation
EmbeddedMqttBroker copied to clipboard

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

Open mhaberler opened this issue 1 year ago • 2 comments

that should be right in the headline.

mhaberler avatar Mar 16 '24 10:03 mhaberler

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

mhaberler avatar Mar 16 '24 10:03 mhaberler

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

alexCajas avatar Mar 20 '24 22:03 alexCajas