Generates a global map of nodes and their routes based on data provided by the babel daemon
Go to file
Tristan B. Kildaire 856e5e8161
Update README.md
2020-12-05 15:02:21 +02:00
.gitignore Initial commit 2020-12-04 23:56:34 +02:00
LICENSE Initial commit 2020-12-04 23:56:34 +02:00
README.md Update README.md 2020-12-05 15:02:21 +02:00
graph.png Added example generated graph 2020-12-05 13:06:44 +02:00
mapper.py Added metric to edge labels, set output to png 2020-12-05 13:04:05 +02:00
peers.list Initial code commit 2020-12-05 00:00:36 +02:00

README.md

babelmap

An example graph generated

Generates a global map of nodes and their routes based on data provided by the babel daemon, it is important to recognize this generates a map based off of router ID's which are originator ID's, therefore this map is not a topology map but rather somethign similiar to babelweb. It simply shows who learnt what route from what original router - hence it will always appear as a mesh despite that not being the network's actual topology.

Usage

Fill the file peers.list with the babel nods you want to contact with <ip> <port> pairings. An example is in the peers.list file in this repository.

Dependancies

  • ncat
  • python3