From 5cd076a1e4bab5f390432566f8341031b24515b9 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 14 Jul 2023 12:57:21 +0200 Subject: [PATCH 1/2] some more background information --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dc80783..f29cbe9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ This is the repository of the sat-rs framework. Its primary goal is to provide r to write on-board software for remote systems like rovers or satellites. 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](https://egit.irs.uni-stuttgart.de/fsfw/fsfw) C++ framework which has flight heritage +through the 2 missions [FLP](https://www.irs.uni-stuttgart.de/forschung/satellitentechnik/kleinsatellitenprogramm/flying-laptop/) +and [EIVE](https://www.irs.uni-stuttgart.de/forschung/satellitentechnik/kleinsatellitenprogramm/eive/). + # Overview This project currently contains following crates: -- 2.43.0 From 0b189af249067a9fcffe8cd74275ed51b8f749fc Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 14 Jul 2023 12:58:14 +0200 Subject: [PATCH 2/2] use english links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f29cbe9..75a6b0d 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ for the special requirements for these systems. A lot of the architecture and general design considerations are based on the [FSFW](https://egit.irs.uni-stuttgart.de/fsfw/fsfw) C++ framework which has flight heritage -through the 2 missions [FLP](https://www.irs.uni-stuttgart.de/forschung/satellitentechnik/kleinsatellitenprogramm/flying-laptop/) -and [EIVE](https://www.irs.uni-stuttgart.de/forschung/satellitentechnik/kleinsatellitenprogramm/eive/). +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/). # Overview -- 2.43.0