ud3tn/components/bundle7
Felix Walter e3ee8cf0cb OPS-SAT: router_task/bundle_fragmenter: Force passing the target payload size
This forces the bundle fragmenter to create a fragment with a specific
target payload size, to be able to use a conservative estimation in the
router.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2021-11-17 15:03:09 +01:00
..
bundle7.c bundle7: Fix calculation of fragment header lengths 2021-07-30 17:00:47 +02:00
bundle_age.c Add Bundle Age Extension Block 2021-07-22 16:33:52 +02:00
create.c Pass a proper sequence number upon local bundle creation 2021-07-22 17:51:26 +02:00
eid.c Adapt core include path from upcn/ to ud3tn/ 2020-11-17 15:51:10 +01:00
fragment.c OPS-SAT: router_task/bundle_fragmenter: Force passing the target payload size 2021-11-17 15:03:09 +01:00
hopcount.c Initial import of uPCN v0.8.0 source code 2020-11-14 11:56:40 +01:00
parser.c Change DTN timestamp to milliseconds 2021-01-14 14:42:55 +01:00
README.md Adapt mentions of uPCN to uD3TN in code files and headers 2020-11-17 15:51:10 +01:00
reports.c Pass a proper sequence number upon local bundle creation 2021-07-22 17:51:26 +02:00
serializer.c Change DTN timestamp to milliseconds 2021-01-14 14:42:55 +01:00
timestamp.c Change DTN timestamp to milliseconds 2021-01-14 14:42:55 +01:00

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.