Skip to content

ErkanPerkan25/distance_vector_routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Distance vector routing simulation

project3_telecom_networking

Overview:

  • Implementing the Distance Vector routing method

Author: Eric Hansson

  • Platform:
    Arch Linux

  • Details to compile program:
    There is a Makefile which creates executables called exe
    To create the executable, you need to run the following command in the directory of the project:

make
  • Details to run program: To run the program you will need to pass it a file with information: Exe
./exe <data-file>

Replace the <data-file> with the file which you are going to use.

  • Any known bugs?
    Currently there are no bugs which is known of.

  • Overview of solving project:
    For most of the project I would draw out each step of how the program would execute. Then I took each step and implemented and then tested it to make sure it worked. Just keept on going in the same till I found issue and went back to the drawing board to make sure that I was not missing any parts.

About

Implementing the Distance Vector routing method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors