Documentation: https://space-packet-parser.readthedocs.io/en/latest/
Stable ReadTheDocs Build | |
---|---|
Latest ReadTheDocs Build |
Space Packet Parser is a package for decoding CCSDS telemetry packets according to an XTCE packet structure definition. It is based on the UML model of the XTCE spec and aims to support all but the most esoteric elements of the XTCE telemetry packet specification.
Resources:
- XTCE (Green Book - Informational Report)
- XTCE Element Description (Green Book - Informational Report)
- XTCE (Blue Book - Recommended Standard)
From PyPI
pip install space_packet_parser
From Anaconda (distributed on the lasp
channel):
conda install -c lasp space_packet_parser