This commit is contained in:
parent
f8f3d69402
commit
f53d46b654
@ -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]
|
||||||
|
@ -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)
|
||||||
|
@ -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).
|
||||||
|
Loading…
Reference in New Issue
Block a user