Neighbour discovery protocol implementation for Archipel Core.
This is a modified version of dtn7-rs neighbour discovery protocol implmentation. Adds contact to Archipel Core.
Make sure you have installed rust on your system
Clone this repository (with optional --depth 1 parameter for smaller repository size)
git clone https://github.com/EpicKiwi/archipel-ipbeacon.git --depth 1Build
cargo build --bin daemon --releaseInstall (as root)
./install.shStart system-wide neighbor discovery service (as root)
systemctl start archipel-ipbeaconSee Protocol specs for a description of implemented protocol.