ASU-cubesat / cfdp-rs

A rust implementation of the CCSDS File Delivery Protocol (CFDP)
MIT License
9 stars 2 forks source link

codecov

cfdp-rs

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.

Optional Features

The following optional features are currently or planned to be impelemented

Inter-Agency Tests

This software suite currently implements the following Common Inter-Agency Tests:

Developers

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.