commit | 0960859c491b44e553562e71eab0484a47b6c02e | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Thu May 19 09:39:22 2016 -0700 |
committer | Jonathan Hart <jono@onlab.us> | Thu May 19 09:39:22 2016 -0700 |
tree | dcea17bc71ccfbcafb10630fa39275b3d6638abe | |
parent | ce97e5be569fe2ab53e9b53b927bccb5166e018f [diff] |
Added small multicast topology
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.
sudo apt-get install mininet
sudo apt-get install quagga
sudo pip install ipaddress
(if that doesn't work use sudo apt-get install python-pip
)