選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
Sebastian Lohff 9784d4dc7c
Add ASN last seen tab
4年前
apiv2 Remove some prints 4年前
backend Add stubs, neighbors, etc to crawl data 4年前
bgpdata Add ASN last seen tab 4年前
bin WIP: Rework complete backend 4年前
dnmapper Add restframework based API 4年前
static Fixed tooltip position for firefox 9年前
templates Add ASN last seen tab 4年前
.gitignore Add GoBGP data source 4年前
README.md Readme + GPLv3 licensing 6年前
manage.py Initial commit 9年前
requirements.txt Add restframework, grpcio and protobuf to deps 4年前

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.