Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/briansipos/dtn-bpv7-cla-services

Bundle Protocol Expected Convergence Layer Adapter Services
https://github.com/briansipos/dtn-bpv7-cla-services

Last synced: 14 days ago
JSON representation

Bundle Protocol Expected Convergence Layer Adapter Services

Awesome Lists containing this project

README

        

# Bundle Protocol Expected Convergence Layer Adapter Services

The internet-draft is hosted at [draft-sipos-bpv7-cla-services](https://datatracker.ietf.org/doc/draft-sipos-bpv7-cla-services/).

A local build of the current main branch is available [draft-sipos-dtn-bpv7-cla-services.html](https://briansipos.github.io/dtn-bpv7-cla-services/draft-sipos-dtn-bpv7-cla-services.html).

Prerequisites to building can be installed on Ubuntu with:
```
sudo apt-get install -y cmake xml2rfc xmlstarlet aspell python3
```
and then the document can be built with
```
cmake -S . -B build
cmake --build build
```