mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +02:00
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>
5 lines
634 B
Markdown
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).
|