add CFDP section

This commit is contained in:
Robin Müller 2024-08-20 14:30:44 +02:00
parent 7a75a53c8b
commit 00dd7488d2
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 106 additions and 0 deletions

View File

@ -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.

View File

@ -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
+++
<div class="container text-center">
<div class="d-flex justify-content-center mx-auto w-75">
<p class="text-start">{{% content "description.md" %}}</p>
</div>
<h1>Python</h1>
<div class="row row-cols-2 w-md-50 mx-auto my-4 gx-3">
<div class="col">
<a
href="https://github.com/us-irs/cfdp-py"
class="col d-flex flex-column justify-content-center text-decoration-none"
target="_blank"
>
<span class="content-button-bg">
<span class="content-button-text"
><i class="bi bi-git"></i> Repository</span
>
</span>
</a>
</div>
<div class="col">
<a
href="https://cfdp-py.readthedocs.io/en/latest/"
class="col d-flex flex-column justify-content-center text-decoration-none text-break"
target="_blank"
>
<span class="content-button-bg">
<span class="content-button-text"
><i class="bi bi-file-text"></i> Documentation</span
>
</span>
</a>
</div>
</div>
<h1>Rust</h1>
<h2><i class="bi bi-git"></i> Repository</h2>
<div class="row row-cols-2 w-md-50 mx-auto my-4 gx-3">
<div class="col">
<a
href="https://egit.irs.uni-stuttgart.de/rust/cfdp"
class="col d-flex flex-column justify-content-center text-decoration-none"
target="_blank"
>
<span class="content-button-bg">
<span class="content-button-text">Gitea</span>
</span>
</a>
</div>
<div class="col">
<a
href="https://github.com/us-irs/cfdp"
class="col d-flex flex-column justify-content-center text-decoration-none"
target="_blank"
>
<span class="content-button-bg">
<span class="content-button-text">Github (Mirror)</span>
</span>
</a>
</div>
</div>
<h2><i class="bi bi-file-text"></i> Documentation</h2>
<div class="row w-sm-50 w-md-25 mx-auto pb-3 my-3">
<div class="col">
<a
href="https://docs.rs/cfdp-rs"
class="col d-flex flex-column justify-content-center text-decoration-none"
target="_blank"
>
<span class="content-button-bg">
<span class="content-button-text">docs.rs</span>
</span>
</a>
</div>
</div>
<h2><i class="bi bi-check"></i> Coverage</h2>
<div class="row w-md-25 mx-auto pb-3 my-3">
<div class="col">
<a
href="/projects/cfdp/coverage-rs/latest"
class="col d-flex flex-column justify-content-center text-decoration-none"
target="_blank"
>
<span class="content-button-bg">
<span class="content-button-text">Latest</span>
</span>
</a>
</div>
</div>
</div>