From 00dd7488d2587e4c487d02782a6786257b4c5547 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 20 Aug 2024 14:30:44 +0200 Subject: [PATCH] add CFDP section --- content/projects/cfdp/description.md | 4 ++ content/projects/cfdp/index.html | 102 +++++++++++++++++++++++++++ 2 files changed, 106 insertions(+) create mode 100644 content/projects/cfdp/description.md create mode 100644 content/projects/cfdp/index.html diff --git a/content/projects/cfdp/description.md b/content/projects/cfdp/description.md new file mode 100644 index 0000000..8da0e47 --- /dev/null +++ b/content/projects/cfdp/description.md @@ -0,0 +1,4 @@ +These packages contains high-level components for implementing the CCSDS +File Delivery Protocol (CFDP). Currently, these packages are provided for Python and for Rust. +These packages should be sufficient to cover the requirements for both on-board software +and ground systems. diff --git a/content/projects/cfdp/index.html b/content/projects/cfdp/index.html new file mode 100644 index 0000000..2998113 --- /dev/null +++ b/content/projects/cfdp/index.html @@ -0,0 +1,102 @@ ++++ +title = 'CFDP' +date = 2023-01-01T08:00:00-07:00 +draft = false +tags = ["cfdp", "file-delivery", "on-board-software", "rust", "python", "aerospace"] +summary = """Software support for implementing the CCSDS File Delivery Protocol (CFDP)""" +homeSummaryHeader = "cfdp" +draft = true ++++ + +
+
+

{{% content "description.md" %}}

+
+ +

Python

+ + +

Rust

+

Repository

+ + +

Documentation

+ + +

Coverage

+ +
-- 2.43.0