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 mem...

MJPGServer documentation

The MJPGServer is a streaming server software for usual USB2.0 camera (or any supported V4L2 source) that supports multiple resolution streaming.

It can be used to both monitor a 3D printer with a low resolution video stream and capture high resolution picture to bui...