Astro~/0.3
** CLI / astro ltp * PAGE 20 / 22
** Astro * CLI
** /cli/ltp

astro ltp

Licklider Transmission Protocol, decode segments.

Decode LTP segments (CCSDS 734.1-B-1, RFC 5326).

Subcommands

CommandDescription
astro ltp decodeDecode one segment: the header, then its content

astro ltp decode

Decode one segment. The header says which of the content types follows (data, report, report acknowledgement, or cancel) and the matching content is read. Cancel acknowledgements have no content at all.

astro ltp decode [file] [flags]

Flags

FlagDefaultDescription
--inputhexInput format: hex or bin
--formattextOutput format: text or json

Examples

astro ltp decode --input hex < segment.hex

See also: the protocol page for the standard and the Go API, and the conformance statement for what is and is not implemented.

** Conformance-tested CCSDS and ECSS protocols for building spacecraft and ground software. **PAGE 20 / 22