Projects : net/dbeacon

BSDforge

Following, are FreeBSD ports, or other *BSD related projects, hosted, or worked on at BSDforge in the net category.

dbeacon
dbeacon is a Multicast Beacon written in C++.

dbeacon is a Multicast Beacon written in C++. The main purpose of a beacon is to monitor other beacon’s reachability and collect statistics such as loss, delay and jitter between beacons. dbeacon support both IPv4 and IPv6 multicast, collecting information using both Any Source Multicast (ASM) and Source-Specific Multicast (SSM).

Historically dbeacon was written to replace the “java beacon” used within m6bone. As such, it’s development was done organically, starting in early 2005, first as a replacement using the same protocol and then as a evolution that used a more scalable protocol that carried additional information.

Installation

On a FreeBSD system;
Using the ports system:
cd /usr/ports/net/dbeacon make install clean
Using the pkg system:
pkg install net/dbeacon