Skip to content

Tutorial

jfuruness edited this page Sep 16, 2024 · 30 revisions

Home

This tutorial is meant to be a walk through for how to use and extend BGPy for your own projects. For the high level overview of BGPy, you can read our publication, although it is fairly outdated at this time. Publication located here

BGPy contains a simulation engine that can simulate BGP propagation, a simulation framework is a wrapper around the engine that can run trials, collect metrics, and create graph, and a system test suite for testing.

Additionally, this tutorial assumes that you've already installed BGPy.

Clone this wiki locally