Skip to content

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 arbritray time and routing is calculated with the famous Dijkstra Algorithm for the shortest path based on these times. App can be run with java -cp tcdlib.jar:. Main…

Conor-CC/Telecoms2_OpenFlowSystem

Repository files navigation

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

About

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 arbritray time and routing is calculated with the famous Dijkstra Algorithm for the shortest path based on these times. App can be run with java -cp tcdlib.jar:. Main…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages