forked from EliAndrewC/protlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Easily implement binary network protocols
License
rolandkoller/protlib
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Fork with removed 2to3 setup flag. --- 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 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 0
No packages published
Languages
- Python 96.5%
- Makefile 3.0%
- Other 0.5%