A python3 module that...
-
Accepts a network topology data as input and creates a network graph
-
Calculates various paths types (SPF/LFA/rLFA/TI-LFA) between nodes in the network graph
-
Outputs the calculated paths in various formats (rendered diagrams, as a JSON blob, a Python dict)
# Must have to use this module:
pip3 install -r requirements.txt