Skip to content

BrianSipos/dtn-bpbis-udpcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DTN UDPCL

Source for for UDPCLbis draft document.

The final specification is hosted at draft-sipos-dtn-udpcl.

A local build of the current main branch is available draft-sipos-dtn-udpcl.html.

A local build can be made with commands:

(mkdir -p build && cd build && cmake .. && cmake --build .)

Demo Convergence Layer Agent

The demo agent is in a separate project dtn-demo-agent.

Wireshark Protocols and Dissectors

The wireshark modules are in a separate project dtn-wireshark.