Skip to content

passCet46/flow-control-with-mininet-and-ryu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flow Control in a mininet environment using a Ryu controller

This project is intended to demonstrate how does a Software Defined Network works and how easy it is to program a controller to build flows in Open vSwitches.

Tools

Implementation

We'll be build this environment using mininet. If we send any package from h1 to h2 with the destination port 5001, it should flow through the flow 1. 5002 should pick the flow 2 and 5003 the flow 3. The enviroment implementation is in file 'env.py', and should be run using mininet. The controller logic implementation is in file 'ovs.py', and should be run using ryu.

Any Doubts?
Please, send me an email! I'll answer you as soon as possible.

About

Flow control implementation in a emulated environment (mininet) using ryu controller.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%