Casper 1e720df7b8 update: 更新代码 hai 2 meses
..
README-usage.md 1e720df7b8 update: 更新代码 hai 2 meses
SRI202407-服务器端通讯测试文档(共6个).txt 1e720df7b8 update: 更新代码 hai 2 meses
protocol.proto 1e720df7b8 update: 更新代码 hai 2 meses
protocol_pb2.py 1e720df7b8 update: 更新代码 hai 2 meses

README-usage.md

NOTE

ubuntu下安装python的protobuf

apt update
apt install protobuf-compiler -y
protoc --version
protoc --python_out=. protocol.proto

apt install python3-protobuf