Skip to content

mbasunov/net-mrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: The source code has critical incompatibility with currently produced BGP dump.
You may switch to Net::BGPdump project which provides comprehensive functionality with similar speed.

Net-MRT version 0.05
====================

This module intended for decoding RFC6396 Multi-Threaded Routing Toolkit (MRT)
Routing Information Export Format
(refer to http://tools.ietf.org/html/rfc6396).

Typical usage is to build IP to AS number reference table or other forms of
BGP table analyzis in Perl.

Public BGP routing table in MRT format available at RIPE:
http://www.ripe.net/data-tools/stats/ris/ris-raw-data

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  No dependencies right now. Come back later.

SOURCE CODE

Source code also available on GitHub:
http://github.com/mbasunov/net-mrt

COPYRIGHT AND LICENCE

Copyright (C) 2013-2014 MaxiM Basunov <[email protected]>
All rights reserved.

This program is free software; you may redistribute it and/or
modify it under the same terms as Perl itself.