Skip to content
#

routing-algorithm

Here are 24 public repositories matching this topic...

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…

  • Updated Jan 7, 2020
  • Java

This is an airport baggage router program written in java using Dijkstra's Algorithm. This program will compute routes for bags given input defining a conveyor system, flight departures, and bag input. The goal is to get the bags get routed through the airport conveyor system to to the correct flight departure.

  • Updated Jul 29, 2018
  • Java

The described project is a network simulation program that focuses on network traffic within a predefined topology. The key components of the program are the Distance Vector Computation and the Flow Routing Algorithm.

  • Updated Feb 5, 2024
  • Java

Improve this page

Add a description, image, and links to the routing-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the routing-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more