32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
+++
|
|
title = 'sat-rs'
|
|
date = 2023-01-01T08:00:00-07:00
|
|
draft = false
|
|
+++
|
|
|
|
<div class="container text-center">
|
|
<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">
|
|
<p class="text-justify">
|
|
sat-rs is a framework with the primary goal to provide re-usable
|
|
components to write on-board software for remote systems like rovers or
|
|
satelites. It is specifically written for the special requirements for
|
|
these systems. A lot of the architecture and general design considerations
|
|
are based on the
|
|
<a href="index.html">FSFW</a>
|
|
C++ framework which has flight heritage through the 2 missions
|
|
<a
|
|
href="https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/flying-laptop/"
|
|
target="_blank"
|
|
>FLP</a
|
|
>
|
|
and
|
|
<a
|
|
href="https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/EIVE/"
|
|
target="_blank"
|
|
>EIVE</a
|
|
>.
|
|
</p>
|
|
</div>
|
|
</div>
|