You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LEdoian
ef39d1a9a5
Since the project can now be installed with pip editable install, it is now in sys.path and therefore installable out-of-box |
1 year ago | |
---|---|---|
birdvisu | 2 years ago | |
design_notes | 2 years ago | |
snippets | 1 year ago | |
.gitignore | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
poor_mans_visualisation.py | 2 years ago | |
pyproject.toml | 2 years ago | |
reference.ospf | 2 years ago |
README.md
A simple tool for visualising OSPF network topology as seen by BIRD
This is a tool to visualize current state of the OSPF network and compare it to a reference / expected state.
Installation
Run pip install -e .
. You can use a virtualenv if you wish (recommended).
A demo is located in ./poor_mans_visualisation.py
, if that runs, everything
should be working.