A Python implementation of CCSDS Communications Operation Procedures (COP)
Currently, this includes the following:
- COP-1 services according to CCSDS 232.1-B-2
- FARM-1
- FOP-1
It does not contain implementations of the Higher or Lower Procedures which surround COP-1 services, since these require spacecraft dependent implementations. For an example of ccsds-cop in action, see the OreSat C3 repo.
For users
$ pip install ccsds-copFor developers:
$ pip install -e . --group dev