sat-rs: A library to build on-board software for remote systems
.idea/runConfigurations | ||
satrs-core | ||
satrs-example | ||
satrs-mib | ||
spacepackets@2756670efe | ||
.gitignore | ||
.gitmodules | ||
archive.rs | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE-APACHE | ||
NOTICE | ||
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:
- The
spacepackets
crate which contains basic ECSS and CCSDS packet protocol implementations. - The
satrs-core
crate containing the core components of sat-rs - The
satrs-example
crate which shows a simple example on-board software using various sat-rs components.