Robin Mueller 9bec69291b
Some checks are pending
Rust/sat-rs/pipeline/pr-main Build started...
re-point MIB dependency to satrs-core
2023-09-26 17:31:48 +02:00
2023-09-21 19:50:13 +02:00
2023-09-06 21:56:48 +02:00
2023-09-21 19:54:02 +02:00
2023-09-26 17:30:41 +02:00
2023-09-18 15:01:40 +02:00
2023-01-25 21:41:33 +01:00
2023-01-25 20:37:28 +01:00
2023-09-21 16:34:18 +02:00
2022-06-18 22:47:10 +02:00
2023-09-06 21:58:56 +02:00
2023-09-13 15:26:20 +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.
Description
sat-rs: A library to build on-board software for remote systems
Readme 16 MiB
2024-11-15 12:05:20 +01:00
Languages
Rust 95.6%
Python 4.1%
Dockerfile 0.1%
GDB 0.1%