持久化的配置文件管理工作,方便应用程序进行配置文件的加载与配置,提供便利的接口,避免用于管理配置文件的时间开销,只需要通过路径进来管理和配置参数
一种用于嵌入式系统(esp32,stm32)等平台的,类似于linux的控制台的功能模块。 A console-like function module for embedded systems (such as ESP32, STM32) platforms, similar to the Linux console.
实现一种简单的通讯协议功能,可以通过配置通讯协议的同步头、数据长度、通道、CRC校验等参数,根据用户的要求可以自动打包、解包数据协议。 Implement a configurable comm protocol for auto data packing/unpacking based on user needs.
Simple Datagram Control Protocol 在报文协议的基础之上,增加控制相关的功能,实现对不同场景下通讯适应。