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