ESA OPS-SAT Rust Software experiment
Go to file
2024-04-16 13:08:10 +02:00
.cargo init commit 2024-04-08 16:47:31 +02:00
pytmtc some minor fixes for python client 2024-04-10 15:44:39 +02:00
scripts better name 2024-04-08 16:48:45 +02:00
src extend mio client to allow reconnection 2024-04-16 13:08:10 +02:00
.gitignore added pus components and ping 2024-04-09 11:18:54 +02:00
Cargo.lock extend mio client to allow reconnection 2024-04-16 13:08:10 +02:00
Cargo.toml extend mio client to allow reconnection 2024-04-16 13:08:10 +02:00
Cross.toml init commit 2024-04-08 16:47:31 +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.