From d328a3591cb04aa61e00abd9902cc7fa5b971898 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 13 Sep 2023 15:18:50 +0200 Subject: [PATCH] add first links to doc --- satrs-book/src/communication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/satrs-book/src/communication.md b/satrs-book/src/communication.md index 1bb66a5..447ebfd 100644 --- a/satrs-book/src/communication.md +++ b/satrs-book/src/communication.md @@ -15,8 +15,8 @@ it is still centered around small packets. `sat-rs` provides support for these E standards and also attempts to fill the gap to the internet protocol by providing the following components. -1. UDP TMTC Server. UDP is already packet based which makes it an excellent fit for exchanging - space packets. +1. [UDP TMTC Server](https://docs.rs/satrs-core/0.1.0-alpha.0/satrs_core/hal/host/udp_server/index.html#). + UDP is already packet based which makes it an excellent fit for exchanging space packets. 2. TCP TMTC Server. This is a stream based protocol, so the server uses the COBS framing protocol to always deliver complete packets.