Rathod-Harshit/Networking
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
#
# Assignment : CPSC-558 Project
# Author(s) : Harshit Singh Rathod
Project Multipath Routing using RYU
To run:
Step01: Run bash file ryu.sh (bash ryu.sh)
This will call ryu controller program with ryu gui topology.
Note: make sure you have gui_topology ryu in same folder as bash file.
Step02: Run bash file mininet.sh (bash mininet.sh) (in different terminal)
This will create the mininet topology on which we are working
Step03: Run bash file ovs.sh (bash ovs.sh)
This will provide the log of packets transmitted and received for a switch.
Respective readme has been added in individual python program.
Details about project is added in the report.