Go to file
Sebastian Lohff 87642cc4d9 Add GoBGP data source 2020-05-31 22:10:26 +02:00
backend Add GoBGP data source 2020-05-31 22:10:26 +02:00
bgpdata Add GoBGP data source 2020-05-31 22:10:26 +02:00
bin Add GoBGP data source 2020-05-31 22:10:26 +02:00
dnmapper Migrate from tabs to spaces 2020-05-31 01:07:44 +02:00
static Fixed tooltip position for firefox 2015-03-28 21:22:00 +01:00
templates Tooltips 2015-03-28 19:47:52 +01:00
.gitignore Add GoBGP data source 2020-05-31 22:10:26 +02:00
README.md Readme + GPLv3 licensing 2018-01-19 13:28:52 +01:00
manage.py Initial commit 2015-03-23 01:42:31 +01:00
requirements.txt Preliminary requirements 2019-10-15 23:04:42 +02:00

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.