dtn7-gold icon indicating copy to clipboard operation
dtn7-gold copied to clipboard

Delay-tolerant networking software suite, Bundle Protocol Version 7 (deprecated)

Results 15 dtn7-gold issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I'm wondering if there is any collaboration with the [IPNSIG Pilot Projects Working Group - PWG](https://ipnsigpwg.blogspot.com/p/about-ipnsig-pilot-projects-working.html) around compatibility testing with...

enhancement

While using `dtn7-go` in a large-ish setup, we found that the daemon would regularly lock up completely. We eventually traced the problem to the interaction between the cla-manager, manager-elem and...

bug

I guess it's time for us to start writing some actual documentation. As-is, if you don't already know how to use this software, it can be a bit obtuse. Feel...

help wanted

A tool to inspect bundles as they fly through the network would be neat. Let's call it `dtndump`, or find an even better name.

enhancement

Is there any plan to support bundle protocol security bpsec? https://tools.ietf.org/html/draft-ietf-dtn-bpsec-26 It looks like bpsec is making its way to a proposed standard and will most probably become mandatory for...

enhancement

A bundle received by dtnd addressed to its namespace gets marked as received internally. However, if no agent exists to process this bundle, it also gets tossed away.

bug

Implement the [Bundle Protocol Security Specification `draft-ietf-dtn-bpsec-10`](https://tools.ietf.org/html/draft-ietf-dtn-bpsec-10) to provide end to end data integrity and confidentiality.

enhancement

For a quick and easy introduction a step-by-step tutorial would be fruitful. Possible parts could be: - Installation - Configuration - Execution in a simulated environment - Data transfer -...

enhancement

A fundamental TCPCL implementation was added in #15. However, some features are still missing. - [x] Fix tests - [ ] TLS support - [ ] Session Extension - [...

enhancement

With Cut-through [1] bundle forwarding much lower end-to-end latencies and higher total throughput will be possible in static scenarios. [1] https://en.wikipedia.org/wiki/Cut-through_switching

enhancement