Technical review for minimization of resources in eMQTT5
eMQTT5 is a MQTT v5.0 client that's targetting low resource usage for embedded system.
In order to achieve this goal, we've used many tricks and technics that we'll present below.
No heap allocation
On a 4GB computer, allocating memor...