|
1 year ago | |
---|---|---|
bgpdata | 1 year ago | |
bin | 3 years ago | |
dnmapper | 1 year ago | |
static | 5 years ago | |
templates | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 3 years ago | |
manage.py | 5 years ago | |
requirements.txt | 1 year ago |
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 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.
This software is licensed under the GPLv3 or later.