Skip to content

EliAndrewC/protlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

50862b4 · Apr 15, 2022

History

3 Commits
Nov 19, 2016
Apr 15, 2022
Apr 15, 2022
Nov 19, 2016
Nov 19, 2016
Nov 19, 2016
Nov 27, 2016
Nov 19, 2016
Apr 15, 2022
Nov 19, 2016
Apr 15, 2022
Apr 15, 2022

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages