sat-rs: A library to build on-board software for remote systems
Go to file
2023-01-04 14:39:56 +01:00
.idea/runConfigurations basic README for example 2022-11-20 20:42:29 +01:00
satrs-core cargo update and completed new send API 2023-01-04 14:39:56 +01:00
satrs-example split up error type to avoid unecessary generics 2023-01-03 20:44:28 +01:00
satrs-mib cargo fmt 2022-12-04 20:00:57 +01:00
spacepackets@ae55c394bb now it compiles for no_std 2022-12-30 23:09:58 +01:00
.gitignore update .gitignore and add clion run config 2022-05-14 20:49:26 +02:00
.gitmodules re-add spacepackets as submodule 2022-06-18 22:53:09 +02:00
archive.rs split up crate and create workspace 2022-06-16 15:45:22 +02:00
Cargo.lock cargo update and completed new send API 2023-01-04 14:39:56 +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 add license files 2022-06-18 22:47:10 +02:00
README.md bump README again 2022-11-20 20:07:08 +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.