Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/briansipos/dtn-bpv7-cla-services
- Owner: BrianSipos
- License: lgpl-2.1
- Created: 2022-10-17T13:31:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T13:36:36.000Z (about 2 years ago)
- Last Synced: 2023-03-07T12:56:37.467Z (almost 2 years ago)
- Language: CMake
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```