Sen descrición

吴晗 adb5cd9151 Update README.md %!s(int64=6) %!d(string=hai) anos
examples e943319bb2 Ready for v1.0.0 %!s(int64=6) %!d(string=hai) anos
src 1bd48a16b3 Initial Commit %!s(int64=6) %!d(string=hai) anos
.gitignore 1bd48a16b3 Initial Commit %!s(int64=6) %!d(string=hai) anos
LICENSE 1bd48a16b3 Initial Commit %!s(int64=6) %!d(string=hai) anos
README.md adb5cd9151 Update README.md %!s(int64=6) %!d(string=hai) anos
SConscript 8219a4b351 Fix Sconscript error %!s(int64=6) %!d(string=hai) anos

README.md

protobuf-c

1、介绍

Google 的 prototol buffer 一种轻便高效的数据存储格式,可以很方便地把结构化的数据用二进制的格式保存起来,很适合高效地数据存储和传输。

2、项目说明

名称 说明
doc 文档目录
examples 例子目录
src 源代码目录

3、如何使用 protobuf-c

使用 protobuf-c 需要在 RT-Thread 的包管理器中选择它,具体路径如下:

RT-Thread online packages
  IoT - internet of things  --->
      [*] protobuf-c: a C implementation of the Google Protocol Buffers data serialization format on RT-Thread

然后让 RT-Thread 的包管理器自动更新,或者使用 pkgs --update 命令更新包到 BSP 中。

4、注意事项

  • 如果使用了 encode_decode_file 例程,需要打开文件系统支持

5、感谢

6、联系方式