Hey guys am Implementing a real-time communication between IoT devices using the MQTT protocol. I'm working on the embedded software written in C++. The devices will act as both a publishers and subscribers, I'm using ESP32 platform,
What are some key steps or considerations for implementing real-time communication with MQTT in this environment, are there any required C++ libraries for working with MQTT on embedded platforms?
@Middleware & OS