Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 551 Bytes

File metadata and controls

17 lines (12 loc) · 551 Bytes

Collector

This service provides a high-performance BGP data collector that implements the BGP Monitoring Protocol (BMP) to gather routing information from network devices. Built with C++ and Boost, it efficiently processes and stores BGP updates, peer information, and route monitoring data. The service is designed to work seamlessly with the relay system for comprehensive network data collection.

Build

# Create build directory
mkdir build && cd build

# Configure and build
cmake ..
make

# Run the service
./Server/collectord