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

This commit is contained in:
Robin Müller 2023-09-29 14:13:22 +02:00
parent 183aca3219
commit 7cfa4f9785
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F

View File

@ -57,8 +57,9 @@ and corresponding op codes (`-o` flag) for each service.
The example project contains components which could also be expected to be part of a production
On-Board Software.
1. A UDP server to receive telecommands and poll telemetry from. This might be an optional
component for an OBSW which is only used during the development phase on ground.
1. A UDP and TCP server to receive telecommands and poll telemetry from. This might be an optional
component for an OBSW which is only used during the development phase on ground. The TCP
server parses space packets by using the CCSDS space packet ID as the packet start delimiter.
2. A PUS service stack which exposes some functionality conformant with the ECSS PUS service. This
currently includes the following services:
- Service 1 for telecommand verification.