Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
Sebastian Lohff b506c7c8a2
Python3 fixes for old crawler
pirms 4 gadiem
apiv2 Remove some prints pirms 4 gadiem
backend Python3 fixes for old crawler pirms 4 gadiem
bgpdata Get graph from api for new map pirms 4 gadiem
bin Improve conv tool to convert all old graphs pirms 4 gadiem
dnmapper Add restframework based API pirms 4 gadiem
static Fixed tooltip position for firefox pirms 9 gadiem
templates Add ASN last seen tab pirms 4 gadiem
.gitignore Add GoBGP data source pirms 4 gadiem
README.md Readme + GPLv3 licensing pirms 6 gadiem
manage.py Initial commit pirms 9 gadiem
requirements.txt Add restframework, grpcio and protobuf to deps pirms 4 gadiem

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.