2023-12-09 02:01:11 +01:00
|
|
|
+++
|
2023-12-09 18:33:26 +01:00
|
|
|
title = 'sat-rs'
|
2023-12-09 02:01:11 +01:00
|
|
|
date = 2023-01-01T08:00:00-07:00
|
|
|
|
draft = false
|
2023-12-11 00:16:55 +01:00
|
|
|
tags = ["framework", "on-board-software", "rust", "sat-rs"]
|
2023-12-11 12:22:12 +01:00
|
|
|
summary = """A Rust framework to develop On-Board Software for remote systems
|
2023-12-11 00:16:55 +01:00
|
|
|
like satellites and rovers."""
|
|
|
|
homeLogoCss = "satrs-img"
|
2023-12-11 12:22:12 +01:00
|
|
|
[[resources]]
|
|
|
|
name = "logo"
|
|
|
|
src = "sat-rs_logo.png"
|
2023-12-09 02:01:11 +01:00
|
|
|
+++
|
|
|
|
|
|
|
|
<div class="container text-center">
|
2023-12-09 18:33:26 +01:00
|
|
|
<img src="sat-rs_logo.png" class="img-fluid mx-auto my-3 w-50" />
|
|
|
|
<div class="d-flex justify-content-center mx-auto w-75">
|
2023-12-10 19:29:43 +01:00
|
|
|
<p class="text-justify">{{% content "description.md" %}}</p>
|
2023-12-09 18:33:26 +01:00
|
|
|
</div>
|
2023-12-10 19:09:29 +01:00
|
|
|
|
|
|
|
<h2><i class="bi bi-file-text"></i> Documentation</h2>
|
2023-12-12 16:55:46 +01:00
|
|
|
<div class="row row-cols-2 w-md-50 mx-auto my-4 gx-3">
|
|
|
|
<div class="col">
|
2023-12-10 19:09:29 +01:00
|
|
|
<a
|
|
|
|
href="/projects/sat-rs/book"
|
2023-12-10 19:29:43 +01:00
|
|
|
class="col d-flex flex-column justify-content-center text-decoration-none"
|
|
|
|
target="_blank"
|
2023-12-10 19:09:29 +01:00
|
|
|
>
|
2023-12-10 19:29:43 +01:00
|
|
|
<span class="content-button-bg">
|
|
|
|
<span class="content-button-text">BOOK</span>
|
|
|
|
</span>
|
2023-12-10 19:09:29 +01:00
|
|
|
</a>
|
|
|
|
</div>
|
2023-12-12 16:55:46 +01:00
|
|
|
<div class="col">
|
2023-12-10 19:09:29 +01:00
|
|
|
<a
|
|
|
|
href="https://docs.rs/satrs-core"
|
2023-12-10 19:29:43 +01:00
|
|
|
class="col d-flex flex-column justify-content-center text-decoration-none"
|
|
|
|
target="_blank"
|
2023-12-10 19:09:29 +01:00
|
|
|
>
|
2023-12-10 19:29:43 +01:00
|
|
|
<span class="content-button-bg">
|
|
|
|
<span class="content-button-text">CORE API</span>
|
|
|
|
</span>
|
2023-12-10 19:09:29 +01:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2023-12-10 20:55:31 +01:00
|
|
|
<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 19:09:29 +01:00
|
|
|
<a
|
|
|
|
href="https://egit.irs.uni-stuttgart.de/rust/sat-rs"
|
2023-12-10 19:29:43 +01:00
|
|
|
class="col d-flex flex-column justify-content-center text-decoration-none"
|
2023-12-10 19:09:29 +01:00
|
|
|
target="_blank"
|
|
|
|
>
|
2023-12-10 19:29:43 +01:00
|
|
|
<span class="content-button-bg">
|
|
|
|
<span class="content-button-text">GITEA</span>
|
|
|
|
</span>
|
|
|
|
</a>
|
2023-12-10 19:09:29 +01:00
|
|
|
</div>
|
2023-12-11 14:02:31 +01:00
|
|
|
<div class="col">
|
2023-12-10 19:09:29 +01:00
|
|
|
<a
|
|
|
|
href="https://github.com/us-irs/sat-rs"
|
2023-12-10 19:29:43 +01:00
|
|
|
class="col d-flex flex-column justify-content-center text-decoration-none"
|
2023-12-10 19:09:29 +01:00
|
|
|
target="_blank"
|
|
|
|
>
|
2023-12-10 19:29:43 +01:00
|
|
|
<span class="content-button-bg">
|
|
|
|
<span class="content-button-text">GITHUB (MIRROR)</span>
|
|
|
|
</span>
|
|
|
|
</a>
|
2023-12-10 19:09:29 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2023-12-10 20:55:31 +01:00
|
|
|
<h2><i class="bi bi-lightbulb"></i> Examples</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 19:09:29 +01:00
|
|
|
<div class="col">
|
|
|
|
<a
|
|
|
|
href="https://egit.irs.uni-stuttgart.de/rust/sat-rs/src/branch/main/satrs-example"
|
2023-12-10 19:29:43 +01:00
|
|
|
class="col d-flex flex-column justify-content-center text-decoration-none"
|
2023-12-10 19:09:29 +01:00
|
|
|
target="_blank"
|
|
|
|
>
|
2023-12-10 19:29:43 +01:00
|
|
|
<span class="content-button-bg">
|
|
|
|
<span class="content-button-text">EXAMPLE APP</span>
|
|
|
|
</span>
|
|
|
|
</a>
|
2023-12-10 19:09:29 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2023-12-09 02:01:11 +01:00
|
|
|
</div>
|