Skip to content

rwolfdev/RouteMetricCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Route Metric Calculator (RMC)

The route metric calculator is a quick project from my studies in which it was needed to calculate the costs from a source router to a destination. This program aims to achieve this goal by using a overgiven file of routes to calculate the routing tables.

The file needs the following structure:
source_router destination_router costs

Example configuration:

A B 4
A C 4
B D 3
C D 1
D F 5
D E 2
D H 2
E G 1
H G 3
F H 9

Example output for time t4

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages