Update and rename MantenerFIFO to MantenerFIFO.md
[vsorcdistro/.git] / README.md
1 # Virtual SDN over Raspberry Pi Cluster
2 These directories has the main code and programs the project is using.
3
4 ## Flowmanager
5 -Flowmanager directory has many things, but the most important is a backend written in python named flowmanager.py, is using ryu API and is used by the backend of the web server to have information about the SDN controller.
6
7 ## mininet
8 -Mininet directory has ALL the code about mininet it self, is written in python and BE CAREFULL, because anything you change in the code is going to change its behavior. Here also on examples direcory is the cluster code , which is modified.
9
10 ## ofloops, oftest and openflow
11 -These directories has all of the things that OpenFlow needs to work.
12
13 ## pox
14 -Here is another SDN controller, which is POX, but we are not using it.
15
16 ## ryu
17 -This is the main SDN controller, which is RYU, and here are all of the code about this.
18
19 ## scripts
20 -Scripts directory has ALL the scripts that web server used to interact with the raspberry pi, and also has some text files which are used by some scripts. These are written on python and linux commands (bash)
21
22 ## VSoRC
23 -This directory that contain the web server, which is in Node JS.