link corrections
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2024-02-08 16:23:24 +01:00
parent f8f3d69402
commit f53d46b654
Signed by: muellerr
GPG Key ID: A649FB78196E3849
3 changed files with 7 additions and 3 deletions

View File

@ -4,3 +4,5 @@ language = "en"
multilingual = false multilingual = false
src = "src" src = "src"
title = "The sat-rs book" title = "The sat-rs book"
[output.linkcheck]

View File

@ -1,3 +1,5 @@
<div id="communication-chapter"/>
# Communication with sat-rs based software # Communication with sat-rs based software
Communication is a vital topic for remote system which are usually not (directly) Communication is a vital topic for remote system which are usually not (directly)

View File

@ -39,7 +39,7 @@ The most important components of the TMTC infrastructure include the following c
- A TM sink sink component which is the target of all sent telemetry and sends it to downlink - A TM sink sink component which is the target of all sent telemetry and sends it to downlink
handlers like the UDP and TCP server. handlers like the UDP and TCP server.
You can read the [Communications chapter](#communication-with-sat-rs-based-software) for more You can read the [Communications chapter](./communication.md) for more
background information on the chose TMTC infrastructure approach. background information on the chose TMTC infrastructure approach.
### PUS Service Components ### PUS Service Components
@ -62,8 +62,8 @@ service. This currently includes the following services:
### Event Management Component ### Event Management Component
An [event manager]([Event Manager Component](https://docs.rs/satrs-core/0.1.0-alpha.1/satrs_core/event_man/index.html) An event manager based on the sat-rs
) [event manager component](https://docs.rs/satrs-core/0.1.0-alpha.1/satrs_core/event_man/index.html)
is provided to handle the event IPC and FDIR mechanism. The event message are converted to PUS 5 is provided to handle the event IPC and FDIR mechanism. The event message are converted to PUS 5
telemetry by the telemetry by the
[PUS event dispatcher](https://docs.rs/satrs-core/0.1.0-alpha.1/satrs_core/pus/event_man/alloc_mod/struct.PusEventDispatcher.html). [PUS event dispatcher](https://docs.rs/satrs-core/0.1.0-alpha.1/satrs_core/pus/event_man/alloc_mod/struct.PusEventDispatcher.html).