25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
Sebastian Lohff ec7cbab410
Add protobuf as dependency
4 yıl önce
apiv2 Remove some prints 4 yıl önce
backend Protect crawl converter against broken crawls 4 yıl önce
bgpdata New (temporary) colorscheme for new map 4 yıl önce
bin Improve conv tool to convert all old graphs 4 yıl önce
dnmapper Add restframework based API 4 yıl önce
static Fixed tooltip position for firefox 9 yıl önce
templates Add ASN last seen tab 4 yıl önce
.gitignore Add GoBGP data source 4 yıl önce
README.md Readme + GPLv3 licensing 6 yıl önce
manage.py Initial commit 9 yıl önce
requirements.txt Add protobuf as dependency 4 yıl önce

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.