EliAndrewC / protlib

Easily implement binary network protocols

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protlib makes it easy to implement binary network protocols. It uses
the struct and SocketServer modules from the standard library. It
provides support for default and constant struct fields, nested structs, 
arrays of structs, better handling for strings and arrays, struct 
inheritance, and convenient syntax for instantiating and using your 
custom structs.

protlib supports Python 2.6 and 2.7 as well as Python 3.2 and later.

protlib is free for use under the BSD license.  See the LICENSE.txt
file in this directory for details.

Full documentation for protlib can be found in the docs/ folder
or online at http://pythonhosted.org/protlib/

About

Easily implement binary network protocols

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 96.8%Language:Makefile 2.7%Language:CSS 0.4%Language:Shell 0.1%