ESA OPS-SAT Rust Software experiment
Go to file
2024-04-19 18:04:27 +02:00
.cargo init commit 2024-04-08 16:47:31 +02:00
docs add some docs 2024-04-19 18:04:27 +02:00
pytmtc Networking update 2024-04-19 17:40:38 +02:00
scripts Networking update 2024-04-19 17:40:38 +02:00
src Networking update 2024-04-19 17:40:38 +02:00
templates Networking update 2024-04-19 17:40:38 +02:00
test_pictures initial camera handling things 2024-04-16 08:30:55 +02:00
.gitignore Networking update 2024-04-19 17:40:38 +02:00
Cargo.lock Networking update 2024-04-19 17:40:38 +02:00
Cargo.toml Networking update 2024-04-19 17:40:38 +02:00
Cross.toml init commit 2024-04-08 16:47:31 +02:00
README.md add some docs 2024-04-19 18:04:27 +02:00

ESA OPS-SAT Rust experiment

This is the primary repository for the ESA OPS-SAT experiment. The primary repository to generate packages for ESOC can be found here. You can also find some more general documentation about OPS-SAT there.

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

Commanding Infrastructure

Commanding of the ops-sat-rs application is possible by different means.

Networking and Commanding Structure

Using the pyclient and pyserver applications