Skip to content

A brief showcase of using the Bellman-Ford algorithmic technique for Border Gateway Protocol (BGP) weighting and how it might be routed in real world scenarios..

Notifications You must be signed in to change notification settings

OzymandiasThe2/BGP-using-Bellman-Ford-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

BGP-using-Bellman-Ford-Algorithm

A brief showcase of using the Bellman-Ford algorithmic technique for Border Gateway Protocol (BGP) weighting and how it might be routed in real world scenarios.

Just a small project I'm doing in order to get used to Kotlin and understand some algorthimc techniques like Bellman-Ford.

The project includes a file called network-final.txt this is the file the program will be where the programs gets its network information from and each line in the file can be edited so long as the file formatting follows the example below:

Starting Vertex(City) Destination Vertex(City) Weight of Connection
Toronto Ottawa 1

About

A brief showcase of using the Bellman-Ford algorithmic technique for Border Gateway Protocol (BGP) weighting and how it might be routed in real world scenarios..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages