Skip to content
#

routing-algorithm

Here are 23 public repositories matching this topic...

The Vehicle Monitoring And Routing System (VMARS) makes use of GPS to provide the exact location of the vehicle. It allows a parent to monitor the vehicle in real-time using a GPS-based device possessed by its driver. It is also capable of finding the shortest route to reach the destination passing through all the checkpoints which uses our prop…

  • Updated Mar 6, 2018
  • Java

The project simulates a network traffic in a given topology where the distance vector algorithm is used for path computations, routing and forwarding.

  • Updated Oct 18, 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

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

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