From fa83ba0da097458156dc3bea040ed8cc0342f38c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 25 Jan 2023 21:32:39 +0100 Subject: [PATCH] add sat-rs mib subcrate in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f3140e5..89767e4 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ This project currently contains following crates: * [`satrs-example`](https://egit.irs.uni-stuttgart.de/rust/satrs-launchpad/src/branch/main/satrs-example): Example of a simple example on-board software using various sat-rs components which can be run on a host computer or on any system with a standard runtime like a Raspberry Pi. +* [`satrs-mib`](https://egit.irs.uni-stuttgart.de/rust/satrs-launchpad/src/branch/main/satrs-mib): + Components to build a mission information base from the on-board software directly. * [`satrs-example-stm32f3-disco`](https://egit.irs.uni-stuttgart.de/rust/satrs-example-stm32f3-disco): Example of a simple example on-board software using sat-rs components on a bare-metal system with constrained resources.