Skip to content

A rust implementation of the CCSDS File Delivery Protocol (CFDP)

License

Notifications You must be signed in to change notification settings

ASU-cubesat/cfdp-rs

Repository files navigation

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

  • CRC PDU validation
  • Metadata Segmentation
  • Data boundary segmentation
  • Delayed NAK mode
  • Immediate NAK mode
  • Prompted NAK mode
  • Asynchronous NAK mode

Inter-Agency Tests

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

  • Series F1
  • Series F2
  • Series F3
  • Series F4
  • Series F5

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.

About

A rust implementation of the CCSDS File Delivery Protocol (CFDP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages