当前位置: 首页 > 工具软件 > nanopb > 使用案例 >

Nanopb的安装与使用

茅秦斩
2023-12-01

github下载

https://github.com/nanopb/nanopb

安装python3.6

配置pip下载安装python以来库

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

安装python依赖库

pip install protobuf grpcio-tools

在generator目录下使用simple.proto测试生成(可能报支持包没有)

protoc.bat simple.proto -o simple.pb

python nanopb_generator.py simple.pb

直接生成可以

python .\nanopb_generator.py .\simple.pb

 

 

 

 类似资料: