Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briansipos/dtn-eid-pattern
Bundle Protocol Endpoint ID Patterns
https://github.com/briansipos/dtn-eid-pattern
Last synced: 14 days ago
JSON representation
Bundle Protocol Endpoint ID Patterns
- Host: GitHub
- URL: https://github.com/briansipos/dtn-eid-pattern
- Owner: BrianSipos
- License: apache-2.0
- Created: 2023-01-20T19:53:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T10:35:52.000Z (about 2 months ago)
- Last Synced: 2024-11-07T11:32:05.446Z (about 2 months ago)
- Language: CMake
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bundle Protocol Endpoint ID Patterns
The internet-draft is hosted at [draft-ietf-dtn-eid-pattern](https://datatracker.ietf.org/doc/draft-ietf-dtn-eid-pattern/).
A local build of the current main branch is available [draft-ietf-dtn-eid-pattern.html](https://briansipos.github.io/dtn-eid-pattern/draft-ietf-dtn-eid-pattern.html) with its [misspelling.txt](https://briansipos.github.io/dtn-eid-pattern/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-eid-pattern&url_2=https://briansipos.github.io/dtn-eid-pattern/draft-ietf-dtn-eid-pattern.txt&raw=1).Prerequisites to building can be installed on Ubuntu with:
```
sudo apt-get install -y cmake python3 python3-pip python3-setuptools python3-wheel ruby xmlstarlet aspell
pip3 install xml2rfc abnf
crate install cddl
```
and update the user's path similar to
```
export PATH="${PATH}:$HOME/.cargo/bin
```and then the document can be built with
```
cmake -S . -B build/default
cmake --build build/default
```