Skip to content

sillysillyman/network-mininet-assignment

Repository files navigation

Lab 3: Building Your Own Network with SDN

Content

  • bootstrap.sh: Setup Mininet and POX controller on VM, making VM via vagrant and virtualbox (called by vagrant up)
  • controller.py: POX controller, working as wrapper of task_controller.py
  • dns.c: Simple DNS server
  • dump.py: Dumps network topology to /tmp/net.json
  • graph.py: Generate random network topology
  • task_controller: Compute routing rules, pushing them to switches (Lab 2,3,4,5)
  • task_topology.py: Generate Mininet topology from given network structure (Lab 1)
  • server.py: Simple HTTP Server
  • setup.sh: Setup Mininet and POX controller directly on the machine
  • test.py: Test implementation of logic, opening Mininet CLI
  • Vagrantfile: Vagrantfile for setup Mininet and POX controller on VM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors