sat-rs: A library to build on-board software for remote systems
Go to file
2022-09-23 11:00:08 +02:00
.idea/runConfigurations basic TMTC infastructure for example 2022-08-28 00:28:29 +02:00
fsrc-core Merge branch 'main' into 2022-09-23 10:09:46 +02:00
fsrc-example unittests for UDP TC server 2022-09-11 16:20:30 +02:00
spacepackets@94489da003 added some failure tests 2022-09-06 10:14:47 +02:00
.gitignore removed .gitignore from .gitignore 2022-08-09 18:54:58 +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 remove unused dependency 2022-09-11 16:32:17 +02:00
Cargo.toml set up new example repo 2022-08-18 01:32:02 +02: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 README updated 2022-09-23 11:00:08 +02:00

Rust Flight Software Framework Launchpad

This is the prototyping repository for the initial version of a Rust Flight Software Framework.

Build instructions

Prerequisites

Do not forget to git submodule update --init. Also remember to git submodule update after each branch change or merge.

Build and run

Then it is a simple cargo build then can be run using cargo run --bin <binary>. Binaries are obsw, client, test.