bplib icon indicating copy to clipboard operation
bplib copied to clipboard

Results 50 bplib issues
Sort by recently updated
recently updated
newest added

The constraint on the number of fills per dacs leaves a lot of wiggle room in what the actual size of the bundle will be. Things like headers and the...

There should be an api to force the generation of a DACS bundle that contains the current aggregation of bundle acknowledgments.

The current design requires that there is an open slot in the active table before a bundle is dequeued, in case it requests custody transfer. But in reality, even if...

If the cache in the file storage service is smaller than the active table, then it could be improved by adding look ahead logic where there is a thread in...

Shipping with python bindings as a standard part of the library will facilitate prototyping and easier incorporation of the software. This could also lay the ground work for a test...

It should be possible to point the storage service to an existing persistent data store and ask it to rebuild the bundle storage memory structures needed to pick up where...

The custodian ID is a variable length string. The code needs to be updated to allocated a fixed 16 byte buffer to the custodian ID string and zero-pad out.

Implement updated BPbis and BPsec standards to operate alongside BP version 6

**Describe the contribution** DTNN-330, replace TinyCBOR APIs with QCBOR APIs **Testing performed** Steps taken to test the contribution: 1. Build and install QCBOR 2. Built standalone POSIX version of bplib...

**Describe the contribution** Addresses DTNN-653. Rebaselines the repo with the necessary build structure and initial files needed for v7 development **Testing performed** Unit and build tests **Expected behavior changes** Library...