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.
On a 4GB computer, allocating memor...
In the actual version 1 scheme, the MQTT publish cycle was simple and fast but added some burden to the developer to handle publish while receiving reentrancy issue.
Please refer to this page for a presentation of the main drawback.
The implementati...
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 build...