Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 458 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 458 Bytes

TelecomsII_OpenFlowSystem

Project to design and implement a simulation of an OpenFlow network system with a Controller, multiple clients and an MxN grid of routers. All links between routers are assigned an arbritrary time and routing is calculated with the famous Dijkstra Algorithm for the shortest path based on these times. App is compiled when in src folder, using java -cp tcdlib.jar:. *.java App can be run then with java -cp tcdlib.jar:. Main