description now in markdown file as well

This commit is contained in:
2023-12-10 18:55:59 +01:00
parent 6459227294
commit a88ff24300
2 changed files with 11 additions and 18 deletions

View File

@ -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/).