This project aims to be a feature-complete, cross-platform, open source Rust implementation of the CCSDS File Delivery Protocol (CFDP).
The User interface is left as an application specific implementation with attaches to the underlying Daemon through the primitive_tx channel in the Daemon constructor. As such, each implementation specific User is responsible for initializing and running the Daemon in the background.
The following optional features are currently or planned to be impelemented
This software suite currently implements the following Common Inter-Agency Tests:
This package includes a pre-commit
hook for any interested developer to ensure standard formatting and checking.
The hooks can be installed via the python package pre-commit
if desired.