sat-rs/README.md

15 lines
690 B
Markdown
Raw Normal View History

2022-11-20 19:04:08 +01:00
sat-rs launchpad
2022-06-09 12:52:01 +02:00
=========
This is the prototyping repository for the initial version of a
Rust Flight Software Framework.
2022-11-20 19:04:08 +01:00
Currently, it contains the following major subcrates:
1. The [`spacepackets`](https://egit.irs.uni-stuttgart.de/rust/spacepackets) crate which contains
basic ECSS and CCSDS packet protocol implementations.
2022-11-20 20:07:08 +01:00
2. The [`satrs-core`](https://egit.irs.uni-stuttgart.de/rust/satrs-launchpad/src/branch/main/satrs-core)
2022-11-20 19:04:08 +01:00
crate containing the core components of sat-rs
2022-11-20 20:07:08 +01:00
3. The [`satrs-example`](https://egit.irs.uni-stuttgart.de/rust/satrs-launchpad/src/branch/main/satrs-example)
2022-11-20 19:04:08 +01:00
crate which shows a simple example on-board software using various sat-rs components.