<!doctype html>
<html>
<head>
<title>IRS Software Projects</title>
<link rel="stylesheet" media="screen and (max-width: 699px)" href="phone.css"/>
<link rel="stylesheet" media="screen and (min-width: 700px)" href="index.css"/>
</head>
<body>
<nav class="top-nav">
<div class="navbar">
<img src="images/unilogo_schriftzug_white.png" class="navbar-logo" />
<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="sat-click"><a href="spacepackets.html">spacepackets</a></li>
</ul>
<div class="content">
<div id="sat-rs-content">
<p class="sat-rs-desc">
These packages contains generic implementations for various CCSDS (Consultative
Committee for Space Data Systems) and ECSS (European Cooperation for Space
Standardization) packet standards. Currently, these packages are provided for
Python and for Rust.
</p>
<h1>Python</h1>
<div id="sat-rs-links">
<div class="left-box">
<ul>
<li><a href="https://github.com/us-irs/spacepackets-py" target="_blank">Repository</a></li>
<div class="right-box">
<li><a href="https://spacepackets.readthedocs.io/en/latest/" target="_blank">Documentation</a></li>
<h1>Rust</h1>
<h2>Repository</h2>
<li><a href="https://egit.irs.uni-stuttgart.de/rust/spacepackets" target="_blank">EGit</a></li>
<li><a href="https://github.com/us-irs/spacepackets-rs" target="_blank">Github (Mirror)</a></li>
<h2>Documentation</h2>
<div class="single-box">
<p>
<a
href="https://docs.rs/spacepackets"
target="_blank"
>docs.rs</a
>
<footer class="footer">
<li>
<a href="https://www.uni-stuttgart.de/impressum" target="_blank"
>imprint</a
</li>
href="https://info.irs.uni-stuttgart.de/datenschutz/datenschutzWebmit.html"
>protection of privacy</a
<li>© 2023 Website by Nadine Eunous</li>
</footer>
</body>
</html>