CalPack icon indicating copy to clipboard operation
CalPack copied to clipboard

Packets in Python Simplified

Results 14 CalPack issues
Sort by recently updated
recently updated
newest added

## 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...

code - core functionality
docs - User Guide
docs - Developer Guide
docs - Source Code

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...

code - enhancement

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...

help wanted
good first issue
test

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...

code - enhancement

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.

code - enhancement
help wanted
docs
good first issue