/graph-traceroute

Scripts for generating graphs from traceroute outputs

Primary LanguagePythonMIT LicenseMIT

Graph Traceroute

Scripts for generating graphs from traceroute outputs.

Setup

Clone the repository:

git clone https://github.com/Zi7ar21/graph-traceroute.git

Create a Virtual Environment (if desired):

python -m venv ./venv

Activate the virtual environment:

source venv/bin/activate

Install graphviz in the Virtual Environment:

pip install graphviz

Run the script that will run traceroutes AND generate a graphviz file:

python run.py