https://github.com/wuhanstudio/protobuf-c
Google 的 protobuf 协议在 RT-Thread 上的移植
https://github.com/wuhanstudio/protobuf-c
Last synced: 4 months ago
JSON representation
Google 的 protobuf 协议在 RT-Thread 上的移植
- Host: GitHub
- URL: https://github.com/wuhanstudio/protobuf-c
- Owner: wuhanstudio
- License: other
- Created: 2019-07-31T02:58:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T02:35:46.000Z (over 5 years ago)
- Last Synced: 2023-03-05T04:54:15.248Z (about 2 years ago)
- Language: C
- Size: 35.2 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rt-thread - protobuf-c - Protobuf-c library for rt-thread. (Packages / IoT)
- awesome-rt-thread - protobuf-c - Protobuf-c library for rt-thread. (Packages / IoT)
README
# 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、感谢
- protobuf-c: [https://github.com/protobuf-c/protobuf-c](https://github.com/protobuf-c/protobuf-c)
## 6、联系方式
- 维护:Wu Han
- 主页:http://wuhanstudio.cc
- 联系:https://github.com/wuhanstudio/protobuf-c/issues