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

Bumps [next](https://github.com/vercel/next.js) from 14.0.4 to 14.1.1. Commits 5f59ee5 v14.1.1 f48b90b even more 7f789f4 more timeout ab71c4c update timeout 75f60d9 update trigger release workflow 74b3f0f Server Action tests (#62655) a6946b6 Backport...

dependencies

It would be very useful if the web UI had a way to list what bundles are "pending" in storage. Maybe something like add a button that would trigger a...

I am currently working with the `support-hdtn` branch of `DTNSim` and encountered an issue when trying to run the `hdtn_demo` example. When I execute the router command as specified in...

The current decoding behavior in `Bpv7AbstractSecurityBlock::DeserializeIdValuePairBpv7()` requires that the implementation have type-specific handling for all possible security context IDs, which is an incredibly difficult ask of HDTN. Even if #51...

The current `outduct_element_config_t` has a way to ensure a specific LTP local port with `ltpSenderBoundPort` but there is no way to do the equivalent thing with the outgoing UDP source...

Using figure 8 (HDTN Four Nodes STCP Routing test) from the user guide as reference. The desired setup is to have node 4 act as a final destination sink. Node...

The class `JsonSerializable` is a virtual base class but it is missing its virtual destructor function. This can cause derived classes to fail to clean up properly because of [unspecified...

Currently, bundles are released only by the final destination. This can cause issues for scheduling algorithms that could schedule different routes for bundles in storage that have the same final...

Currently, within the `BundleViewV7::Load()` function, the calls to `Virtual_DeserializeExtensionBlockDataBpv7()` are not isolated and a failure to process any single block's block type-specific data (BSTD) will result in the entire bundle...

The current definition of `Bpv7AbstractSecurityBlock::security_results_t` is defined to be a single vector of type-value pairs, which then gets encoded so that each target corresponds with a length-1 array of results...