ESA OPS-SAT Rust Software experiment
Go to file
2024-04-13 10:56:45 +02:00
.cargo init commit 2024-04-08 16:47:31 +02:00
pytmtc delete cached json file 2024-04-10 14:31:25 +02:00
scripts better name 2024-04-08 16:48:45 +02:00
src Merge remote-tracking branch 'origin/main' into stop-logic 2024-04-10 15:02:59 +02:00
.gitignore added pus components and ping 2024-04-09 11:18:54 +02:00
Cargo.lock it works 2024-04-10 12:47:26 +02:00
Cargo.toml first test version 2024-04-09 15:25:10 +02:00
Cross.toml init commit 2024-04-08 16:47:31 +02:00
README.md README 2024-04-09 15:59:22 +02:00

ESA OPS-SAT Rust experiment

This is the primary repository for the ESA OPS-SAT experiment.

Pre-Requisites

Build

You might need to set the CROSS_CONTAINER_ENGINE and CROSS_ROOTLESS_CONTAINER_ENGINE variables manually before calling cross.

Debug Build

cross build

Release Build

cross build --release

Documentation

The wiki appears to be a useful source for documentation.