routeviews / libparsebgp

Lightweight parser for binary BGP, BMP and MRT routing data

Home Page:https://bgpstream.caida.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LIBPARSEBGP

LIBPARSEBGP is an open-source library for the parsing of BGP(Border Gateway Protocol) data from both MRT(Multi Threaded Routing Toolkit) and BMP(BGP Monitoring Protocol).

To get started using LIBPARSEBGP, either download the latest release tarball, or clone the GitHub repository.

To build the library:

$ ./autogen.sh
$ ./configure
$ make
# make install

About

Lightweight parser for binary BGP, BMP and MRT routing data

https://bgpstream.caida.org

License:BSD 2-Clause "Simplified" License


Languages

Language:C 95.0%Language:Makefile 3.5%Language:M4 1.1%Language:Shell 0.4%