Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.22 KB

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.