embedded-framework/middleware/IpcConfig/README.md
2024-05-17 14:26:28 +08:00

16 lines
485 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1. IPC配置文件库
## 1.1. 概述
  配置文件库用于读写IPC的配置文件。适用于打猎机产品。
## 1.2. 软件设计
1. 使用了第三方开源库libconfig
2. 本库使用结构体保存数据,可拓展不使用第三方开源库,直接保存结构体数据即可;在资源受限时,可动/静态取消第三方开源库;
3. 配置文件明文显示,可加密;
## 1.3. 数据丢失还原机制
## 1.4. 数据备份还原机制