ops-sat-rs/README.md

39 lines
1.2 KiB
Markdown
Raw Normal View History

2024-04-08 16:47:31 +02:00
ESA OPS-SAT Rust experiment
========
This is the primary repository for the ESA OPS-SAT experiment.
2024-04-19 17:40:38 +02:00
The primary repository to generate packages for ESOC can be found [here](https://egit.irs.uni-stuttgart.de/rust/ops-sat-experiment).
You can also find some more general documentation about OPS-SAT there.
2024-04-08 19:23:46 +02:00
## Pre-Requisites
2024-04-09 14:25:51 +02:00
- Containerization provider like [docker](https://www.docker.com/) or
2024-04-08 19:26:09 +02:00
[podman](https://podman.io/) installed
2024-04-08 19:23:46 +02:00
- [`cross`](https://github.com/cross-rs/cross) package installed
## Build
2024-04-09 14:24:51 +02:00
You might need to set the [`CROSS_CONTAINER_ENGINE`](https://github.com/cross-rs/cross/wiki/FAQ#explicitly-choose-the-container-engine)
and [`CROSS_ROOTLESS_CONTAINER_ENGINE`](https://github.com/cross-rs/cross/blob/main/docs/environment_variables.md#configuring-cross-with-environment-variables)
variables manually before calling cross.
2024-04-09 15:59:22 +02:00
### Debug Build
2024-04-08 19:23:46 +02:00
```sh
cross build
```
2024-04-09 15:59:22 +02:00
### Release Build
```sh
cross build --release
```
2024-04-19 18:04:27 +02:00
## Commanding Infrastructure
Commanding of the `ops-sat-rs` application is possible by different means.
![Networking and Commanding Structure](docs/networking-structure.png "Networking and Commanding Structure")
### Using the `pyclient` and `pyserver` applications