-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
43 lines (28 loc) · 1.12 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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.