sat-rs: A library to build on-board software for remote systems
Go to file
Robin Müller 42b2ed486f
remove spacepackets submodule
2023-01-25 20:37:28 +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 bump used spacepackets version 2023-01-21 12:19:05 +01:00
satrs-mib cargo fmt 2022-12-04 20:00:57 +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
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 update README 2023-01-11 10:41:52 +01:00
archive.rs split up crate and create workspace 2022-06-16 15:45:22 +02:00

README.md

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.