Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briansipos/dtn-edge-zeroconf
https://github.com/briansipos/dtn-edge-zeroconf
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/briansipos/dtn-edge-zeroconf
- Owner: BrianSipos
- License: apache-2.0
- Created: 2023-10-05T21:52:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T21:01:10.000Z (about 1 year ago)
- Last Synced: 2023-10-24T21:27:32.790Z (about 1 year ago)
- Language: Python
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lightweight Bundle Protocol Edge Node with Zero-Configuration and Zero-State
The internet-draft is hosted at [draft-sipos-dtn-edge-zeroconf](https://datatracker.ietf.org/doc/draft-sipos-dtn-edge-zeroconf/).
A local build of the current main branch is available [draft-sipos-dtn-edge-zeroconf.html](https://briansipos.github.io/dtn-edge-zeroconf/draft-sipos-dtn-edge-zeroconf.html) with its [misspelling.txt](https://briansipos.github.io/dtn-edge-zeroconf/misspelling.txt).
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
```