Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 727 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 727 Bytes

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.