2023-12-09 18:37:16 +01:00
|
|
|
+++
|
|
|
|
title = 'spacepackets'
|
|
|
|
date = 2023-01-01T08:00:00-07:00
|
2023-12-11 00:16:55 +01:00
|
|
|
tags = ["spacepackets", "ccsds", "ecss", "python"]
|
2023-12-11 12:22:12 +01:00
|
|
|
summary = "A collection of CCSDS and ECSS packet standard implementations."
|
|
|
|
homeSummaryHeader = "spacepackets"
|
2023-12-09 18:37:16 +01:00
|
|
|
draft = false
|
|
|
|
+++
|
|
|
|
|
|
|
|
<div class="container text-center">
|
|
|
|
<div class="d-flex justify-content-center mx-auto w-75">
|
2023-12-10 23:01:34 +01:00
|
|
|
<p class="text-justify">{{% content "description.md" %}}</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h1>Python</h1>
|
2023-12-12 16:55:46 +01:00
|
|
|
<div class="row row-cols-2 w-md-50 mx-auto my-4 gx-3">
|
2023-12-11 14:02:31 +01:00
|
|
|
<div class="col">
|
2023-12-10 23:01:34 +01:00
|
|
|
<a
|
|
|
|
href="https://github.com/us-irs/spacepackets-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>
|
2023-12-11 14:02:31 +01:00
|
|
|
<div class="col">
|
2023-12-10 23:01:34 +01:00
|
|
|
<a
|
|
|
|
href="https://spacepackets.readthedocs.io/en/latest/"
|
2023-12-11 14:02:31 +01:00
|
|
|
class="col d-flex flex-column justify-content-center text-decoration-none text-break"
|
2023-12-10 23:01:34 +01:00
|
|
|
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>
|
2023-12-12 16:55:46 +01:00
|
|
|
<div class="row row-cols-2 w-md-50 mx-auto my-4 gx-3">
|
2023-12-11 14:02:31 +01:00
|
|
|
<div class="col">
|
2023-12-10 23:01:34 +01:00
|
|
|
<a
|
|
|
|
href="https://egit.irs.uni-stuttgart.de/rust/spacepackets"
|
|
|
|
class="col d-flex flex-column justify-content-center text-decoration-none"
|
|
|
|
target="_blank"
|
|
|
|
>
|
|
|
|
<span class="content-button-bg">
|
2023-12-12 13:06:39 +01:00
|
|
|
<span class="content-button-text">Gitea</span>
|
2023-12-10 23:01:34 +01:00
|
|
|
</span>
|
|
|
|
</a>
|
|
|
|
</div>
|
2023-12-11 14:02:31 +01:00
|
|
|
<div class="col">
|
2023-12-10 23:01:34 +01:00
|
|
|
<a
|
|
|
|
href="https://github.com/us-irs/spacepackets-rs"
|
|
|
|
class="col d-flex flex-column justify-content-center text-decoration-none"
|
|
|
|
target="_blank"
|
|
|
|
>
|
|
|
|
<span class="content-button-bg">
|
2023-12-12 13:06:39 +01:00
|
|
|
<span class="content-button-text">Github (Mirror)</span>
|
2023-12-10 23:01:34 +01:00
|
|
|
</span>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h2><i class="bi bi-file-text"></i> Documentation</h2>
|
2023-12-12 16:55:46 +01:00
|
|
|
<div class="row w-sm-50 w-md-25 mx-auto pb-3 my-3">
|
2023-12-10 23:01:34 +01:00
|
|
|
<div class="col">
|
|
|
|
<a
|
|
|
|
href="https://docs.rs/spacepackets"
|
|
|
|
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-25 mx-auto pb-3 my-3">
|
|
|
|
<div class="col">
|
|
|
|
<a
|
2023-12-12 13:13:55 +01:00
|
|
|
href="/projects/spacepackets/coverage-rs/latest"
|
2023-12-10 23:01:34 +01:00
|
|
|
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>
|
2023-12-09 18:37:16 +01:00
|
|
|
</div>
|
|
|
|
</div>
|