sat-rs: A library to build on-board software for remote systems
Go to file
2023-01-25 21:37:02 +01:00
.idea/runConfigurations Extend scheduler and tests 2023-01-25 01:40:44 +01:00
satrs-core docs fixes 2023-01-25 10:52:24 +01:00
satrs-example add license, ntoice files and CHANGElog where missing 2023-01-25 21:37:02 +01:00
satrs-mib add license, ntoice files and CHANGElog where missing 2023-01-25 21:37:02 +01:00
.gitignore update .gitignore and add clion run config 2022-05-14 20:49:26 +02:00
.gitmodules remove spacepackets submodule 2023-01-25 20:37:28 +01:00
archive.rs split up crate and create workspace 2022-06-16 15:45:22 +02:00
Cargo.lock use specific spacepackets release again 2023-01-22 13:25:05 +01:00
Cargo.toml trying to internalize mib codegen 2022-11-27 22:13:15 +01:00
LICENSE-APACHE add license files 2022-06-18 22:47:10 +02:00
NOTICE bugfix for scheduling file 2023-01-24 11:37:25 +01:00
README.md add sat-rs mib subcrate in README 2023-01-25 21:32:39 +01:00

sat-rs launchpad

This is the prototyping repository for the initial version of a Rust Flight Software Framework.

Its primary goal is 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.

Overview

This project currently contains following crates:

  • satrs-core: Core components of sat-rs.
  • satrs-example: Example of a simple example on-board software using various sat-rs components which can be run on a host computer or on any system with a standard runtime like a Raspberry Pi.
  • satrs-mib: Components to build a mission information base from the on-board software directly.
  • satrs-example-stm32f3-disco: Example of a simple example on-board software using sat-rs components on a bare-metal system with constrained resources.

Related projects

In addition to the crates in this repository, the sat-rs project also maintains several other libraries.

  • spacepackets: Basic ECSS and CCSDS packet protocol implementations. This repository is re-expored in the satrs-core crate.