1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
Sebastian Lohff b506c7c8a2
Python3 fixes for old crawler
vor 4 Jahren
apiv2 Remove some prints vor 4 Jahren
backend Python3 fixes for old crawler vor 4 Jahren
bgpdata Get graph from api for new map vor 4 Jahren
bin Improve conv tool to convert all old graphs vor 4 Jahren
dnmapper Add restframework based API vor 4 Jahren
static Fixed tooltip position for firefox vor 9 Jahren
templates Add ASN last seen tab vor 4 Jahren
.gitignore Add GoBGP data source vor 4 Jahren
README.md Readme + GPLv3 licensing vor 6 Jahren
manage.py Initial commit vor 9 Jahren
requirements.txt Add restframework, grpcio and protobuf to deps vor 4 Jahren

README.md

dnmapper - An AS-level mapping tool and BGP collector

This software There is much to do! This software was in parts a quick hack to have a map when the old map implementation vanished from our network. It is implemented in Python, Django and D3.js.

Data collection

Data collection is done via screenscraping the BIRD and Quagga/FRR cli. This is a bad idea for longterm operations, as a) the CLI output may (and already did) change and b) whenever something unexpected happens (e.g. a new route type / error condition) the software has to be adjusted.

A second RIS is available, writing periodic MRT dumps and continous BGP update message MRT dumps. These should be used instead.

TODO

  • Replace BGP data collection method
  • Add WHOIS data to visualization

Licensing

This software is licensed under the GPLv3 or later.