API Documentation

This package is split into multiple submodules:

  • spacepackets.ccsds: Contains CCSDS specific code. This includes the CCSDS space packet helpers and the CCSDS time implementations in the spacepackets.ccsds.time module.

  • spacepackets.cfdp: Contains packet implementations related to the CCSDS File Delivery Protocol

  • spacepackets.ecss: Contains packet implementations related to the ECSS PUS standard.

  • spacepackets.uslp: Contains packet implementations related to the USLP standard.

To avoid specifying packet configuration which generally stays the same repeatedly, some parameters can also be set via conf modules inside each subpackage.

This package also uses the logging package to emit warnings.