
This package contains a number of perl scripts which analyze and process a
RouteViews table and compute BGP policy atoms.

The scripts assume perl is /usr/bin/perl. If perl is in a different location,
you should either change the '#!' line at the top of each script, or invoke
a script as follows:
	$ /usr/local/bin/perl script
Or if you like to turn on warnings:
	$ /usr/local/bin/perl -w script

Here is an example of usage:
	$ wget http://rv-archive.uoregon.edu/oix-route-views/2002.12/oix-full-snapshot-2002-12-01-1200.dat.gz
	$ straightenRV oix-full-snapshot-2002-12-01-1200.dat.gz 2>run1.stderr
        $ straightenRV -c 115000:bgp20021201f.peer oix-full-snapshot-2002-12-01-1200.dat.gz 2>run2.stderr
        $ findBgpAtoms -d 2 -k -T . bgp20021201p36  2>run3.stderr

Please consult the man pages of straightenRV(1) and findBgpAtoms(1) (included
in this package) or our web page at http://www.caida.org/projects/routing/atoms/
for further information.
