CalPack
CalPack copied to clipboard
Packets in Python Simplified
## Brief Description When using the FlagField it adds extra "unused" bits to the packet. Since this is intended to the a single bit, it would be nice to have...
Python 2 will no longer be supported within just a few short years. There are optimizations that we can leavy for CalPack that Python 3 offers. It's time that I...
When parsing packets from a file using binary data, it would be nice to be able to use the builtin function of `read_into` from the file object. It would be...
The ArrayField is like a list in python. However, it shouldn't be allowed to use the add and other things that makes a list more mutable than necessary for this...
There are times where packets are encountered that are variable in length. In these cases, there is typically a length field that correlates the size of the packet and may...
To ensure that current code version and documentation are correctly working, doc tests should be run as a apart of the Travis CI test script.