ud3tn/doc/usage/decoder.md
Felix Walter 8a00f81e7e doc: Fix some broken links
Some links changed when moving docs around. This fixes them.

See: https://gitlab.com/d3tn/ud3tn/-/merge_requests/190#note_2212654238

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-11-15 11:32:21 +01:00

5 lines
634 B
Markdown

# µD3TN Data Decoder
This sub-project is designed to build a small binary that invokes µD3TN's parsers on data provided via a file and prints the decoded result. It serves multiple purposes, such as gathering information about [BPv6](https://datatracker.ietf.org/doc/html/rfc5050)/[BPv7](https://datatracker.ietf.org/doc/rfc9171/) bundles and [SSP](https://public.ccsds.org/Pubs/133x0b2e2.pdf) or [AAP](../ud3tn_aap.md) packets captured from the network, as well as performing fuzz testing on the parsers.
For more information, please refer to [this page](https://gitlab.com/d3tn/ud3tn/-/tree/master/test/decoder?ref_type=heads).