Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briansipos/dtn-bpbis-udpcl
DTN UDPCLv2
https://github.com/briansipos/dtn-bpbis-udpcl
dtn dtn-bpbis
Last synced: 12 days ago
JSON representation
DTN UDPCLv2
- Host: GitHub
- URL: https://github.com/briansipos/dtn-bpbis-udpcl
- Owner: BrianSipos
- License: lgpl-3.0
- Created: 2021-01-28T00:33:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T16:27:54.000Z (about 2 months ago)
- Last Synced: 2024-11-06T17:33:18.634Z (about 2 months ago)
- Topics: dtn, dtn-bpbis
- Language: CMake
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DTN UDPCL
Source for for UDPCLbis draft document.
The final specification is hosted at [draft-ietf-dtn-udpcl](https://datatracker.ietf.org/doc/draft-ietf-dtn-udpcl/).
A local build of the current main branch is available [draft-ietf-dtn-udpcl.html](https://briansipos.github.io/dtn-bpbis-udpcl/draft-ietf-dtn-udpcl.html).
Prerequisites to building can be installed on Ubuntu with:
```
sudo apt-get install -y install aspell cmake python3 python3-pip python3-setuptools python3-wheel ruby xmlstarlet
sudo pip3 install xml2rfc
sudo gem install cddl
```
and then the document can be built with
```
cmake -S . -B build/default
cmake --build build/default
```# Demo Convergence Layer Agent
The demo agent is in a separate project [dtn-demo-agent](https://github.com/BrianSipos/dtn-demo-agent).
# Wireshark Protocols and Dissectors
The wireshark modules are in a separate project [dtn-wireshark](https://github.com/BrianSipos/dtn-wireshark).