mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-16 13:01:06 +02:00
See also the previous changes to application_agent.c. If this macro is set to 0 in config.mk, we do not want to enable the compatibility behavior. Signed-off-by: Felix Walter <felix.walter@d3tn.com> |
||
|---|---|---|
| .. | ||
| bundle7.c | ||
| bundle_age.c | ||
| create.c | ||
| eid.c | ||
| fragment.c | ||
| hopcount.c | ||
| parser.c | ||
| README.md | ||
| reports.c | ||
| serializer.c | ||
| timestamp.c | ||
Bundle Protocol v7 Parser
C implementation of the Bundle Protcol v7 as specified in the IETF Draft.
Dependencies
µD3TN
The bundle7 library requires some header files of the ud3tn library as
well as its generic bundle functions from bundle.c, bundle_fragmenter.c*
and a small part of its platform abstraction, namely hal_time.
TinyCBOR
The TinyCBOR library is required for parsing and serializing bundle7 data.