This repository has been archived on 2023-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
sat-sw-website-legacy/fsfw.html

127 lines
3.8 KiB
HTML
Raw Permalink Normal View History

2023-12-01 13:57:52 +01:00
<!doctype html>
<html>
<head>
<title>IRS Software Projects</title>
2023-12-01 14:02:41 +01:00
<link rel="stylesheet" href="index.css" />
2023-12-01 13:57:52 +01:00
</head>
<body>
<nav class="top-nav">
<div class="navbar">
<a href="https://www.irs.uni-stuttgart.de/" target="_blank"
><img src="images/unilogo_schriftzug_white.png" clas="navbar-logo"
/></a>
<p>Software Projects</p>
<a href="#" class="contact">Contact</a>
</div>
</nav>
<div class="container">
<div class="side-bar-container">
<ul class="side-bar">
<li id="home-click"><a href="index.html">Home</a></li>
<li id="fsfw-click"><a href="fsfw.html">FSFW</a></li>
<li id="sat-click"><a href="sat-rs.html">sat-rs</a></li>
<li id="sp-click"><a href="spacepackets.html">spacepackets</a></li>
</ul>
</div>
<div class="content">
<div id="sat-rs-content">
<div class="img-container">
<img class="logo-fsfw" src="images/FSFW_Logo_V3_bw.png" />
</div>
<p class="fsfw-desc">
The Flight Software Framework is a C++ Object Oriented Framework for
unmanned, automated systems like Satellites. It 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>
<h1>Documentation and Coverage</h1>
<div id="fsfw-links">
<div class="left-box">
<ul>
<li>
<a
2023-12-01 16:32:40 +01:00
href="/projects/fsfw/development/"
2023-12-01 13:57:52 +01:00
target="_blank"
>DEVELOP</a
>
</li>
<li>
<a
2023-12-01 16:32:40 +01:00
href="/projects/fsfw/coverage/development/"
2023-12-01 13:57:52 +01:00
target="_blank"
>&#8594; COVERAGE</a
>
</li>
</ul>
</div>
<div class="right-box">
<ul>
<li>
<a
2023-12-01 16:32:40 +01:00
href="/projects/fsfw/master/"
2023-12-01 13:57:52 +01:00
target="_blank"
>MASTER</a
>
</li>
<li>
<a
2023-12-01 16:32:40 +01:00
href="/projects/fsfw/coverage/master/"
2023-12-01 13:57:52 +01:00
target="_blank"
>&#8594; COVERAGE</a
>
</li>
</ul>
</div>
</div>
<h1>Repository</h1>
<div class="single-box">
<p>
<a
href="https://egit.irs.uni-stuttgart.de/fsfw/fsfw"
target="_blank"
class="repo"
>REPOSITORY</a
>
</p>
</div>
</div>
</div>
</div>
<footer class="footer">
<ul>
<li>
<a href="https://www.irs.uni-stuttgart.de/" target="_blank"
>IRS University of Stuttgart</a
>
</li>
<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>&copy; 2023 Website by Nadine Eunous</li>
</ul>
</footer>
</body>
</html>