rename subfolders, add more READMEs

This commit is contained in:
Robin Müller 2022-11-20 19:04:08 +01:00
parent db6fb0ab5c
commit 2e249ec086
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
43 changed files with 12 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[workspace]
members = [
"fsrc-core",
"satrs-core",
"spacepackets",
"fsrc-example"
"satrs-example"
]

View File

@ -1,5 +1,14 @@
Rust Flight Software Framework Launchpad
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`](https://egit.irs.uni-stuttgart.de/rust/spacepackets) crate which contains
basic ECSS and CCSDS packet protocol implementations.
2. The [`fsrc-core`](https://egit.irs.uni-stuttgart.de/rust/fsrc-launchpad/src/branch/main/fsrc-core)
crate containing the core components of sat-rs
3. The [`fscr-example`](https://egit.irs.uni-stuttgart.de/rust/fsrc-launchpad/src/branch/main/fsrc-example)
crate which shows a simple example on-board software using various sat-rs components.

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

0
satrs-example/README.md Normal file
View File