Menu

Tree [36362d] master /
 History

HTTPS access


File Date Author Commit
 play-api-examples 2020-09-10 jinbin jinbin [36362d] new project examples
 play-base-examples 2020-09-10 jinbin jinbin [36362d] new project examples
 play-client-examples 2020-09-10 jinbin jinbin [36362d] new project examples
 play-handler-examples 2020-09-10 jinbin jinbin [36362d] new project examples
 .gitignore 2020-09-10 jinbin jinbin [36362d] new project examples
 README.md 2020-09-10 jinbin jinbin [36362d] new project examples

Read Me

play-common-examples

play-common 项目的示例

使用 protobuf 在 TCP 之上进行通信

数据包格式:

位置 类型 说明
第一段 int 指令数据长度
第二段 int 指令号 id
第三段 protobuf (byte[]) 指令数据

指令名称格式:

[node]_[actions_name]_[id]
e.g. C_LoginAccount_10004
id 说明
node C:由客户端发起,S:由服务端下发
actions_name 操作名称,与 proto 文件对应
id 指令号,纯数字
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.