mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-17 13:07:35 +02:00
It may be the case that `block_type` is invoked directly at a chunk boundary, leading to it returning CborErrorUnexpectedEOF. This ensures that the already-constructed block entry is reused when, in this case, `block_type` is invoked again after filling up the chunk buffer. 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.