Categories
BitPacket
BitPacket is a Python module to represent bit field structures in an easy object-oriented way. BitPacket provides three classes: BitField, BitStructure and BitVariableStructure which represent simple bit fields, and fixed and variable structures of bit fields respectively. BitStructure and BitVariableStructure are BitField themselves and all of them can be used together in order to build packets. That is, we can add any BitField subclass into a BitStructure or BitVariableStructure.
Last updated 3 Apr, 2009
Versions
0.1.0
- Released: 3 Apr, 2009
- Code Maturity: Beta
- Source Archive: http://hacks-galore.org/aleix/BitPacket/files/B...
- Licenses: GPLv2
- Interfaces: Command Line, Library




