Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briansipos/dtn-neighbor-msg
BPv7 Secure Advertisement and Neighborhood Discovery (SAND)
https://github.com/briansipos/dtn-neighbor-msg
bpv7 dtn
Last synced: 12 days ago
JSON representation
BPv7 Secure Advertisement and Neighborhood Discovery (SAND)
- Host: GitHub
- URL: https://github.com/briansipos/dtn-neighbor-msg
- Owner: BrianSipos
- License: lgpl-2.1
- Created: 2021-03-04T04:39:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T20:05:21.000Z (about 1 month ago)
- Last Synced: 2024-11-22T20:33:58.830Z (about 1 month ago)
- Topics: bpv7, dtn
- Language: CMake
- Homepage: https://briansipos.github.io/dtn-neighbor-msg/draft-ietf-dtn-bp-sand.html
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BPv7 Secure Advertisement and Neighborhood Discovery
The internet-draft is tracked as [draft-ietf-dtn-bp-sand](https://datatracker.ietf.org/doc/draft-ietf-dtn-bp-sand/).
A local build of the current main branch is available [draft-ietf-dtn-bp-sand.html](https://briansipos.github.io/dtn-neighbor-msg/draft-ietf-dtn-bp-sand.html).
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-bp-sand&url_2=https://briansipos.github.io/dtn-neighbor-msg/draft-ietf-dtn-bp-sand.txt&raw=1).Prerequisites to building can be installed on Ubuntu with:
```
sudo apt-get install -y install aspell cmake python3 python3-pip python3-setuptools python3-wheel cargo xmlstarlet
sudo pip3 install xml2rfc
cargo install cddl
export PATH=$PATH:~/.cargo/bin
```
and then the document can be built with
```
cmake -S . -B build/default
cmake --build build/default
```# Demo Convergence Layer Agent
The demo agent is in a separate project [dtn-demo-agent](https://github.com/BSipos-RKF/dtn-demo-agent).
# Wireshark Protocols and Dissectors
The wireshark modules are in a separate project [dtn-wireshark](https://github.com/BSipos-RKF/dtn-wireshark).