jimpo / bgpsec-sim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BGP Security Simulations

Reproduction of "Jumpstarting BGP Security with Path-End Validation".

Running

  • Install Python 3.6+
  • Install Pipenv
$ pipenv install

Run the command line utility

$ pipenv run python -m bgpsecsim

Run the type checker

$ pipenv run mypy .

Run the tests

$ pipenv run python -m unittest

Run the notebook

$ pipenv run jupyter notebook

About


Languages

Language:Python 49.4%Language:Jupyter Notebook 45.5%Language:Shell 5.2%