要用protobuf,找人帮忙在CSDN上下个代码例程

2019-12-13 18:33发布

stm32移植protobuf(nanopb-0.3.8-windows-x86)操作说明

下载地址:
https://download.csdn.net/download/wo526554981/10213509

官方网站:
https://jpa.kapsi.fi/nanopb/

CNDN是资源确实多,可惜都要积分才能下载,舍不得充钱。屌大的兄弟帮忙下载一份,传论坛上来啊。谢啦。

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
6条回答
浮华一生
1楼-- · 2019-12-13 21:31
这个github上面就有
负西弱
2楼-- · 2019-12-13 23:01
stm32使用protobuf有哪些好处呢?
kevin_me
3楼-- · 2019-12-14 03:31
负西弱 发表于 2019-1-29 15:36
stm32使用protobuf有哪些好处呢?

主要是项目中控制器与上位机使用protobuf定义数据和双向传输比较清晰,nonaPB是第三方实现的兼容protobuf的纯C实现

nanoPB Features

1.Pure C runtime
2.Small code size (2–10 kB depending on processor, plus any message definitions)
3.Small ram usage (typically ~300 bytes, plus any message structs)
4.Allows specifying maximum size for strings and arrays, so that they can be allocated statically.
5.No malloc needed: everything can be allocated statically or on the stack. Optional malloc support available.
6.You can use either encoder or decoder alone to cut the code size in half.
7.Support for most protobuf features, including: all data types, nested submessages, default values, repeated and optional fields, oneofs, packed arrays, extension fields.
8.Callback mechanism for handling messages larger than can fit in available RAM.
9.Extensive set of tests.

至于protobuf本身的优点,官网讲了一堆,可以看看:
https://developers.google.com/pr ... /overview#whynotxml
负西弱
4楼-- · 2019-12-14 08:05
 精彩回答 2  元偷偷看……
mangoes
5楼-- · 2019-12-14 13:36
kevin_me
6楼-- · 2019-12-14 16:54

一周热门 更多>