From bbb051446dd4643b9d3f411ead456044354dc899 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 18 Apr 2024 17:47:37 +0200 Subject: [PATCH] move some docs --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 069dd95..d1bbabd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ 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](https://egit.irs.uni-stuttgart.de/rust/ops-sat-experiment). ## Pre-Requisites @@ -26,17 +27,3 @@ cross build ```sh cross build --release ``` - -## Documentation - -The [wiki](https://opssat1.esoc.esa.int/projects/experimenter-information/wiki) -appears to be a useful source for documentation. - -- [OBSW documents](https://opssat1.esoc.esa.int/projects/experimenter-information/dmsf?folder_id=7) -- [Software Integration Process](https://opssat1.esoc.esa.int/dmsf/files/34/view) -- [SPP/TCP bridge](https://opssat1.esoc.esa.int/dmsf/files/65/view) -- [Cross-compiling SEPP](https://opssat1.esoc.esa.int/projects/experimenter-information/wiki/Cross-compiling_SEPP_application) -- [TMTC infrastructure](https://opssat1.esoc.esa.int/projects/experimenter-information/wiki/Live_TM_TC_data) -- [Submitting an Experiment](https://opssat1.esoc.esa.int/projects/experimenter-information/wiki/Building_and_submitting_your_application_to_ESOC) -- [Building with Yocto and Docker](https://opssat1.esoc.esa.int/projects/experimenter-information/wiki/Building_an_application_locally_using_Yocto_Toolchain_in_a_Docker) -- [SPP over CAN](https://opssat1.esoc.esa.int/projects/experimenter-information/wiki/SPP_over_CAN_communication)