Skip to content

This is a C++ implementation of widely known Distance Vector Routing protocol

Notifications You must be signed in to change notification settings

Masum95/Distance-Vector-Routing-Protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a C++ implemenation of DVR Routing Protocol. Setup file contains necessary parts to setup virtual interface and topo.txt file includes topology info of the network.

To run the project

  • Run setup file
  • Run driver.py with topology filename being the first argument

    ./driver.py topo.txt

  • Run Main.cpp file with IP address being the first argument and topology filename as the second one.

    g++ Main.cpp -o Main -std=c++11 && ./Main 192.168.10.1 topo.txt

About

This is a C++ implementation of widely known Distance Vector Routing protocol

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published