diff --git a/content/projects/sat-rs/description.md b/content/projects/sat-rs/description.md new file mode 100644 index 0000000..6079ce9 --- /dev/null +++ b/content/projects/sat-rs/description.md @@ -0,0 +1,10 @@ + +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 [FSFW](/projects/fsfw) +C++ framework which has flight heritage through the 2 missions +[FLP](https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/flying-laptop/) +and +[EIVE](https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/EIVE/). diff --git a/content/projects/sat-rs/index.html b/content/projects/sat-rs/index.html index b38ff02..e5e67de 100644 --- a/content/projects/sat-rs/index.html +++ b/content/projects/sat-rs/index.html @@ -8,24 +8,7 @@ draft = false

- 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 - FSFW - C++ framework which has flight heritage through the 2 missions - FLP - and - EIVE. +

{{% content "description.md" %}}