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
- CRC PDU validation
- Metadata Segmentation
- Data boundary segmentation
- Delayed NAK mode
- Immediate NAK mode
- Prompted NAK mode
- Asynchronous NAK mode
This software suite currently implements the following Common Inter-Agency Tests:
- Series F1
- Series F2
- Series F3
- Series F4
- Series F5
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.