搜索资源列表
protobuf-2.3.0
- Protocol Buffers 是一种可用于通讯协议、数据存储等领域的语言无关、平台无关、可扩展的序列化结构数据格式。目前提供了 C++、Java、Python 三种语言的 API。 只需使用 Protocol Buffers 对数据结构进行一次描述,即可利用各种不同语言或从各种不同数据流中对你的结构化数据轻松读写。 Protocol Buffers 可扩展性好,“向后”兼容性好,你甚至不必破坏已部署的、依靠“老”数据格式的程序就可以对数据结构进行升级。 Protocol Buff
bsip
- bsip通信协议包 包括了通信协议 XML解析器 XML解析器十分好用,有需要的可参考一下 -bsip communication protocol packet includes a communication protocol is very easy to use XML parser XML parser, there is need to refer to
SocketDemo
- 一个基于UDP的协议调试器,灵活,方便,只需要在udpmsg.def中定义自己的协议格式,程序就能自动按照格式解析和收发协议包。-UDP-based protocol of a universal debugger
HttpAnalysing
- http协议解析器,专门针对http协议写的一个协议分析器工具,居于VC++和winpcap平台。过滤出http协议包,并判断包的响应方式是get,还是post-this is a Http protocol Analysing tool, written specifically for the http protocol a protocol analyzer tool,it base on VC++ and winpcap,filter http packets,and judge the
jrpc.tar
- json rpc的c语言实现,包括jsmn(json底层解析器)、libfmt(json上层解析器)、liba(后台执行库)、libipsc(ssl协议封装)和libjrpc(json rpc库)。-json rpc c implementation
fakegame
- 用 libevent 和 google protocol buffer 写了一个模拟游戏接入器,实现了网络高并发和协议的解析-a connector server with libevent and google protocol buffer