sat-rs: A library to build on-board software for remote systems
Go to file
2022-11-20 20:42:29 +01:00
.idea/runConfigurations basic README for example 2022-11-20 20:42:29 +01:00
satrs-core all name changes 2022-11-20 19:54:14 +01:00
satrs-example basic README for example 2022-11-20 20:42:29 +01:00
spacepackets@1ec21c1bff add tmtccmd client program 2022-11-20 18:45:11 +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 all name changes 2022-11-20 19:54:14 +01:00
Cargo.toml rename subfolders, add more READMEs 2022-11-20 19:04:08 +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.