# ProtosockBase **Repository Path**: codessheng/ProtosockBase ## Basic Information - **Project Name**: ProtosockBase - **Description**: protocol buffer + socket - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #ProtosockBase protocol buffer + socket ### 说明 produce.sh - 用于生成proto文件对应的C++文件,包括.h和.cpp clientdir - 客户端代码 serverdir - 服务端代码 ### 执行 make -生成服务器端可执行程序. 文件路径: serverdir/ make client - 生成客户端可执行程序。文件路径: clientdir/