sat-rs: A library to build on-board software for remote systems
Go to file
Robin Mueller c606fe7d0c
Some checks failed
Rust/sat-rs/pipeline/head This commit looks good
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
satrs-book init
2023-08-15 21:10:12 +02:00
.idea/runConfigurations remove spacepackets run configs 2023-01-25 23:04:32 +01:00
automation only check no_std for satrs-core 2023-07-12 14:06:47 +02:00
satrs-book satrs-book init 2023-08-15 21:10:12 +02:00
satrs-core box not necessary here.. 2023-07-19 11:37:29 +02:00
satrs-example verif reporter API non-mut now 2023-07-19 11:27:35 +02:00
satrs-example-stm32f3-disco add license file 2023-01-25 22:20:12 +01:00
satrs-mib more cleaning and restructuring 2023-07-05 11:25:23 +02:00
.gitignore ignore Cargo.lock 2023-01-25 21:41:33 +01:00
.gitmodules remove spacepackets submodule 2023-01-25 20:37:28 +01:00
Cargo.toml exclude stm32f3 example from workspace 2023-01-26 00:52:24 +01:00
LICENSE-APACHE add license files 2022-06-18 22:47:10 +02:00
NOTICE update all NOTICE files 2023-01-25 21:39:35 +01:00
README.md use english links 2023-07-14 12:58:14 +02:00

sat-rs

This is the repository of the sat-rs 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.

A lot of the architecture and general design considerations are based on the FSFW C++ framework which has flight heritage through the 2 missions FLP and EIVE.

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.

Each project has its own CHANGELOG.md.

Related projects

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

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