From 4aeb28d2f19ab6e638da89f86ac9f298ba639ff6 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 10 May 2025 16:14:48 +0200 Subject: [PATCH] update SIM suite name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01d0ab8..0e86c17 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This project currently contains following crates: 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-minisim`](https://egit.irs.uni-stuttgart.de/rust/sat-rs/src/branch/main/satrs-minisim): - Mini-Simulator based on [asynchronix](https://github.com/asynchronics/asynchronix) which + Mini-Simulator based on [nexosim](https://github.com/asynchronics/nexosim) which simulates some physical devices for the `satrs-example` application device handlers. * [`satrs-mib`](https://egit.irs.uni-stuttgart.de/rust/sat-rs/src/branch/main/satrs-mib): Components to build a mission information base from the on-board software directly.