Page 1 of 1

MQTT client and broker on one ESP32

Posted: Mon Feb 06, 2017 9:07 am
by preetam
Hi Team,

Is it possible to have a MQTT client and broker running on the same ESP32 simultaneously?

Thanks
Preetam

Re: MQTT client and broker on one ESP32

Posted: Mon Feb 06, 2017 3:29 pm
by kolban
I would imagine that you can ... however, you may have to choose an MQTT implementation that supports that. MQTT, as you realize, is a protocol/specification and then you need an implementation to support it. So the question will really be "given a specific implementation" will IT support the capability you need.