eMQTT5 icon indicating copy to clipboard operation
eMQTT5 copied to clipboard

An embedded MQTTv5 client in C++ with minimal footprint, maximal performance

Results 3 eMQTT5 issues
Sort by recently updated
recently updated
newest added

Hi, I tried to port it to RA6M5 Renesas MCU. In `Types.hpp`, there is several pre-processors macro such as `_WIN32`, `_POSIX`, and `ESP_PLATFORM`. As RA6M5 is not fall under one...

It needs a clientID to initialize the Network::Client::MQTTv5, but if we don't have clientID, how to connect to the server? for example, connect to a remote broker.

Hi, This repo is active for long time but why there is no release version?