Documentation for eMQTT5 client
Introduction
eMQTT5 is a MQTT client for protocol version 5.0 written in C++.
It's main purpose is to provide a lightweight client both in term of binary size, memory footprint and code size that's implementing as much as possible of the standard.
It is...