add CFDP section
This commit is contained in:
parent
7a75a53c8b
commit
00dd7488d2
4
content/projects/cfdp/description.md
Normal file
4
content/projects/cfdp/description.md
Normal 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.
|
102
content/projects/cfdp/index.html
Normal file
102
content/projects/cfdp/index.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user