Import scripts from old repository
11 files changed
tree: 35cda5e0a96e17ead48b2928325135330b58dad1
  1. .gitignore
  2. README.md
  3. __init__.py
  4. bgprouter_deploy.py
  5. bgprouter_dev.py
  6. dec14demo.py
  7. onoslib.py
  8. onsdemo.py
  9. routinglib.py
  10. simple.py
  11. vrouter.py
README.md

Routing libraries and topologies for Mininet

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.

Dependencies

  • Mininet: sudo apt-get install mininet
  • Quagga: sudo apt-get install quagga
  • ipaddress: sudo pip install ipaddress (if that doesn't work use sudo apt-get install python-pip)