2023-09-06 19:02:58 +02:00
<!DOCTYPE html>
< html >
< head >
2023-09-11 21:28:07 +02:00
< title > IRS Software Projects< / title >
2023-09-06 19:02:58 +02:00
< link rel = "stylesheet" href = "index.css" / >
< script src = "index.js" defer > < / script >
< / head >
< body >
< nav class = "top-nav" >
< div class = "navbar" >
2023-09-11 21:59:34 +02:00
< img src = "images/IRS_Uni_invers.jpg" clas = "navbar-logo" / >
2023-09-11 21:28:07 +02:00
< p > IRS Satellite Software Projects< / p >
< a href = "#" class = "contact" > Contact< / a >
2023-09-06 19:02:58 +02:00
< / div >
< / nav >
< div class = "container" >
< div class = "side-bar-container" >
< ul class = "side-bar" >
< li id = "fsfw-click" > FSFW< / li >
< li id = "sat-click" > sat-rs< / li >
< / ul >
< / div >
< div class = "content" >
2023-09-11 21:28:07 +02:00
< div id = "homepage" class = "hidden" >
< p > < / p >
< / div >
2023-09-08 12:19:44 +02:00
< div id = "fsfw-content" class = "visible" >
2023-09-06 19:02:58 +02:00
< img
2023-09-11 21:59:34 +02:00
src="images/FSFW_Logo_V3_bw.png"/>
2023-09-11 21:28:07 +02:00
< p class = "fsfw-desc" >
The Flight Software Framework is a C++ Object Oriented Framework for unmanned, automated systems like Satellites.< br >
The initial version of the Flight Software Framework was developed during the Flying Laptop Project by the University of Stuttgart in cooperation with Airbus Defence and Space GmbH.
< / p >
< h1 > Documentation and Coverage< / h1 >
2023-09-06 19:02:58 +02:00
< div id = "fsfw-links" >
2023-09-11 21:28:07 +02:00
< / h1 >
2023-09-06 19:02:58 +02:00
< div class = "develop" >
2023-09-11 21:28:07 +02:00
2023-09-06 19:02:58 +02:00
< ul >
2023-09-11 21:28:07 +02:00
< li > < a href = "https://documentation.irs.uni-stuttgart.de/fsfw/development/" target = "_blank" > develop< / a > < / li >
< li > < a href = "https://documentation.irs.uni-stuttgart.de/fsfw/coverage/development/" target = "_blank" > → coverage< / a > < / li >
2023-09-06 19:02:58 +02:00
< / ul >
< / div >
< div class = "master" >
< ul >
2023-09-11 21:28:07 +02:00
< li > < a href = "https://documentation.irs.uni-stuttgart.de/fsfw/master/" target = "_blank" > master< / a > < / li >
< li > < a href = "https://documentation.irs.uni-stuttgart.de/fsfw/" target = "_blank" > → coverage< / a > < / li >
2023-09-06 19:02:58 +02:00
< / ul >
2023-09-11 21:28:07 +02:00
2023-09-06 19:02:58 +02:00
< / div >
2023-09-11 21:28:07 +02:00
2023-09-11 21:59:34 +02:00
< / div >
2023-09-11 21:28:07 +02:00
< h1 > Repository< / h1 >
< div class = "repo-container" >
< a href = "https://egit.irs.uni-stuttgart.de/fsfw/fsfw" target = "_blank" class = "repo" > Repository< / a >
2023-09-06 19:02:58 +02:00
< / div >
2023-09-08 12:19:44 +02:00
< / div >
2023-09-06 19:02:58 +02:00
2023-09-08 12:19:44 +02:00
< div id = "sat-rs-content" class = "hidden" >
2023-09-11 21:28:07 +02:00
< img
2023-09-11 21:59:34 +02:00
src="images/sat-rs_logo.png"/>
2023-09-11 21:28:07 +02:00
< p class = "sat-rs-desc" > 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 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
< 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 >
2023-09-08 12:19:44 +02:00
< div id = "sat-rs-links" >
< div class = "links" >
2023-09-11 21:28:07 +02:00
< h1 > Repository< / h1 >
< div class = "repo-container" >
< a href = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" target = "_blank" class = "repo" > Gitea< / a >
< / div >
< div class = "repo-container" >
< a href = "https://github.com/us-irs/sat-rs" target = "_blank" class = "repo2" > Github (Mirror)< / a >
< / div >
2023-09-06 19:02:58 +02:00
< / div >
2023-09-08 12:19:44 +02:00
< / div >
< / div >
2023-09-11 21:28:07 +02:00
< / div >
< / div >
< footer class = "footer" >
< ul >
< li > < a href = "https://www.uni-stuttgart.de/impressum" target = "_blank" > imprint< / a > < / li >
< li > < a href = "https://info.irs.uni-stuttgart.de/datenschutz/datenschutzWebmit.html" target = "_blank" > protection of privacy< / a > < / li >
< li > © 2023 Website by Nadine Eunous< / li >
< / ul >
< / footer >
2023-09-06 19:02:58 +02:00
< / body >
< / html >