Implementing 3 Layer routing in SDN (Software Defined Network) in Java
Project detail
The goal of this project is to practice Layer 3 routing in a Software-Defined Networking
(SDN) environment, and develop the skills to read and modify open-source software.
You will implement Dijkstra’s algorithm in an open-source SDN environment consisting
of: 1) Mininet, a virtual machine (VM) based network simulator; 2) FloodLight, an SDN
the controller in Java.