/bgpsec-sim

Primary LanguagePython

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