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-admin-iana

Bundle Protocol Version 7 Administrative Record Types Registry
https://github.com/briansipos/dtn-bpv7-admin-iana

dtn dtn-bpbis

Last synced: 12 days ago
JSON representation

Bundle Protocol Version 7 Administrative Record Types Registry

Awesome Lists containing this project

README

        

# Bundle Protocol Version 7 Administrative Record Types Registry

The internet-draft is hosted at [draft-ietf-dtn-bpv7-admin-iana](https://datatracker.ietf.org/doc/draft-ietf-dtn-bpv7-admin-iana/).

A local build of the current main branch is available [draft-ietf-dtn-bpv7-admin-iana.html](https://briansipos.github.io/dtn-bpv7-admin-iana/draft-ietf-dtn-bpv7-admin-iana.html) with its [misspelling.txt](https://briansipos.github.io/dtn-bpv7-admin-iana/misspelling.txt).
A difference from the datatracker draft and this local version can be [viewed side-by-side](https://author-tools.ietf.org/diff?doc_1=draft-ietf-dtn-bpv7-admin-iana&url_2=https://briansipos.github.io/dtn-bpv7-admin-iana/draft-ietf-dtn-bpv7-admin-iana.txt&raw=1).

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
```