This repository contains a set of libraries and scripts that build on top of Mininet to construct topologies that include L3 routing elements. Quagga is used to construct routes that support a variety of routing protocols.
- Mininet:
sudo apt-get install mininet
- Quagga:
sudo apt-get install quagga
- ipaddress:
sudo pip install ipaddress
(if that doesn't work usesudo apt-get install python-pip
)