ESA OPS-SAT Rust Software experiment
Go to file
2024-04-16 17:13:14 +02:00
.cargo init commit 2024-04-08 16:47:31 +02:00
pytmtc initial camera handling things 2024-04-16 08:30:55 +02:00
scripts better name 2024-04-08 16:48:45 +02:00
src remove leftover files, fmt and clippy 2024-04-16 17:13:14 +02:00
test_pictures initial camera handling things 2024-04-16 08:30:55 +02:00
.gitignore create logs in subfolder 2024-04-16 15:08:34 +02:00
Cargo.lock merged main into branch 2024-04-16 16:03:06 +02:00
Cargo.toml merged main into branch 2024-04-16 16:03:06 +02:00
Cross.toml init commit 2024-04-08 16:47:31 +02:00
output.log merged main into branch 2024-04-16 16:03:06 +02:00
README.md start with mio tcp client 2024-04-13 15:16:53 +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.