sat-rs: A library to build on-board software for remote systems
Go to file
2023-01-24 11:27:29 +01:00
.idea/runConfigurations basic README for example 2022-11-20 20:42:29 +01:00
satrs-core Merge branch 'main' of https://egit.irs.uni-stuttgart.de/rust/satrs-launchpad 2023-01-22 16:58:37 +01:00
satrs-example bump used spacepackets version 2023-01-21 12:19:05 +01:00
satrs-mib cargo fmt 2022-12-04 20:00:57 +01:00
spacepackets@a268903105 update NOTICE file 2023-01-24 11:27:29 +01:00
.gitignore update .gitignore and add clion run config 2022-05-14 20:49:26 +02:00
.gitmodules actually, id prefer not to use submodules for this.. 2023-01-11 10:28:27 +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 update NOTICE file 2023-01-24 11:27:29 +01:00
README.md update README 2023-01-11 10:41:52 +01:00

sat-rs launchpad

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

Currently, it contains the following major subcrates:

  1. The spacepackets crate which contains basic ECSS and CCSDS packet protocol implementations.
  2. The satrs-core crate containing the core components of sat-rs
  3. The satrs-example crate which shows a simple example on-board software using various sat-rs components.

The satrs-example-stm32f3-disco crate contains an example of how components can be used in a bare-metal system with constrained resources.