Decode LTP segments (CCSDS 734.1-B-1, RFC 5326).
Subcommands
| Command | Description |
|---|---|
astro ltp decode | Decode 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
| Flag | Default | Description |
|---|---|---|
--input | hex | Input format: hex or bin |
--format | text | Output format: text or json |
Examples
astro ltp decode --input hex < segment.hexSee also: the protocol page for the standard and the Go API, and the conformance statement for what is and is not implemented.