Visualisation of OSPF network topology as seen by the BIRD routing daemon.
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.
 
Go to file
LEdoian 52050338d6 More text in README 2 years ago
birdvisu Initial version of packaging 2 years ago
design_notes Add note about supported OSPFv3 2 years ago
snippets A simple test of using QGraphicsScene 2 years ago
.gitignore Track all .git* files 2 years ago
Makefile Add a generator for current state 2 years ago
README.md More text in README 2 years ago
poor_mans_visualisation.py Poor man's visualisation: +x 2 years ago
pyproject.toml Initial version of packaging 2 years ago
reference.ospf Add layout to the reference file 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.