ud3tn/test/aap2recvfile
Felix Walter 8c0d76e445 test: Validate that the AAP 2 client can be compiled for C++
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2026-03-19 13:48:56 +01:00
..
main.c test: Validate that the AAP 2 client can be compiled for C++ 2026-03-19 13:48:56 +01:00
README.md test: Implement C tools to send and receive files via AAP 2 2025-10-22 16:28:49 +02:00

aap2recvfile

This is a simple C utility to receive a single bundle ADU into a file via AAP2, which also serves as an example for using the µD3TN AAP2 C API.

It is mainly intended as a utility for testing and as an example how to use the C API. The code intentionally does not implement all features such as displaying received bundle flags or registering for already-used agent IDs with a secret.

For usage instructions, execute aap2recvfile -h.