Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 384 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 384 Bytes

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