Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/briansipos/dtn-bpv7-admin-iana
- Owner: BrianSipos
- License: lgpl-2.1
- Created: 2021-10-05T01:07:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T16:55:42.000Z (4 months ago)
- Last Synced: 2024-09-12T02:27:33.654Z (4 months ago)
- Topics: dtn, dtn-bpbis
- Language: CMake
- Homepage:
- Size: 98.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 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
```