Skip to content

archipel-network/archipel-ipbeacon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archipel IP Beacon

Neighbour discovery protocol implementation for Archipel Core.

This is a modified version of dtn7-rs neighbour discovery protocol implmentation. Adds contact to Archipel Core.

Install

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 1

Build

cargo build --bin daemon --release

Install (as root)

./install.sh

Start system-wide neighbor discovery service (as root)

systemctl start archipel-ipbeacon

Development

See Protocol specs for a description of implemented protocol.

About

IPND implentation for Archipel Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published