HDTN icon indicating copy to clipboard operation
HDTN copied to clipboard

High-rate Delay Tolerant Network (HDTN) Software

Results 18 HDTN issues
Sort by recently updated
recently updated
newest added

There are a few cases where `CMAKE_SOURCE_DIR` (the project root) is used as a path anchor which breaks if HDTN is used as a sub-project from some other project source...

I am building HDTN on a raspberry pi using the raspberry pi os terminal. I am currently in the HDTN/build directory and have executed `cmake .. -DCMAKE_SYSTEM_PROCESSOR=arm ` After doing...

In case the bind port is already used, `boost::system::system_error` is thrown which leads to terminate and a coredump: ``` [ bpsink ][ info ]: This is HDTN version 1.0.0 [...

We would like to be able to see bundle metadata for incoming bundles through API. Fields include: - Final destination - Source - Creation time - Lifespan - Priority -...

Hi, I saw your paper "New Horizons for a Practical and Performance-Optimized Solar System Internet" and saw that you were using a bundle size of 0.5MB for the performance results....

How do you feel about documentation for the internals of the project's main components? Starting with LTP, while the RFCs cover the high-level logic, the implementation could perhaps benefit from...

Add functionality to gracefully handle memory full conditions that may occur during operations. If the amount of data being received by HDTN cannot be handled, the suggested operation is to...

The different overloads/forms of `LtpEngine::TransmissionRequest` seem to behave differently about sending segments after starting a new outgoing transfer session. The function `TrySendPacketIfAvailable()` is called for the forms that take a...