Skip to content

alhaol/bgpstream

 
 

Repository files navigation

BGPStream

BGPStream is an open-source software framework for the analysis of both historical and real-time Border Gateway Protocol (BGP) measurement data.

For a detailed description of BGPStream as well as documentation and tutorials, please visit http://bgpstream.caida.org.

Quick Start

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

You will also need the libcurl and wandio libraries installed before building BGPStream (libcurl must be installed prior to building wandio).

In most cases, the following will be enough to build and install BGPStream:

$ ./configure
$ make
# make install

If you cloned BGPStream from GitHub, you will need to run ./autogen.sh before ./configure.

For further information or support, please visit the BGPStream website, or contact bgpstream-info@caida.org.

About

BGP measurement analysis for the masses

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.6%
  • M4 3.6%
  • Python 2.9%
  • Makefile 2.6%
  • Other 0.3%