Skip to content

python asyncio socket服务器,练习protobuf, tkinter

Notifications You must be signed in to change notification settings

hofa/py_game_ddz_asyncio_protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protoc 协议生成

protoc -I=. --python_out=./proto sb.proto

protoc -I=. --python_out=./protocols game.proto protoc -I=. --python_out=./client/protocols game.proto

启动服务器

python3 server.py

启动客户端

python3 client/start.py

测试式客户端启动

python3 startTest.py

py3依赖安装

pip3 install -e requirement.txt

tag 0.0.2

About

python asyncio socket服务器,练习protobuf, tkinter

Resources

Stars

Watchers

Forks

Packages

No packages published