A high-performance, high-stability, cross-platform MQTT client, developed based on the socket API, can be used on embedded devices (FreeRTOS / LiteOS / RT-Thread / TencentOS tiny), Linux, Windows, Mac, with a very concise The API interface realizes the quality of service of QOS2 with very few resources, and seamlessly connects the mbedtls encryption library.
系统中不同开发团队的多个功能模块可能都会依赖ssl模块,比如http和mqtt都需要使用mbedtls进行链路加密,为了便于多个模块复用mbedtls,以及mbedtls版本的升级,建议将mbedtls从本工程中独立出来。