8000 GitHub - sjchaohao/ConfigProtocol: 使用protobuf3构建的消息协议配置文件(服务端和客户端通讯的协议)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sjchaohao/ConfigProtocol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

消息协议配置文件

目录结构预览

├─Code 生成的代码
├─generate.bat 生成代码的执行文件
├─protoc.exe proto生成工具
│ ├─cs c#代码
│ └─java java代码
├─proto proto文件
├─xml 通讯配置文件
└─src
└─Main.java 消息生成工具入口

使用方式

运行 generate.bat即可生成java和c#的proto通讯文件 运行 Main.java 生成消息协议文件

模块

  • 1=user
  • 2=gm
   Copyright 2017 ChessGame Group

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

About

使用protobuf3构建的消息协议配置文件(服务端和客户端通讯的协议)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.6%
  • Shell 1.7%
  • Batchfile 0.7%
0