https://github.com/gitgnu/gnu_bitpacket
https://github.com/gitgnu/gnu_bitpacket
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitgnu/gnu_bitpacket
- Owner: gitGNU
- License: gpl-3.0
- Created: 2017-05-05T05:33:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T05:33:58.000Z (about 9 years ago)
- Last Synced: 2025-04-04T01:14:56.693Z (about 1 year ago)
- Language: Python
- Size: 682 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: NEWS
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
* Welcome to BitPacket
BitPacket is a Python module that provides a simple objected-oriented
representation for data structures. The main purpose is to provide an
easy and extensible interface for building and parsing these structures
(e.g. network packets).
These are the three main features of BitPacket:
- Byte-oriented with support for bit fields.
- Same BitPacket definition can be used for packing and unpacking data.
- Comes with an extensible framework to customize BitPackets
representation (e.g. text tables, Gtk widgets).