raghavendra-nataraj/DistanceVector
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# DistanceVector The zip contains the following folder and file -Programs DistanceVector.cpp DistanceVector.h Graph.cpp Graph.h Helper.cpp Helper.h RoutingTable.cpp RoutingTable.h makefile -WriteUp.docx Steps to be followed for execution 1) Open teminal. Navigate to the program folder. 2) type "make" and press enter 3) DistanceVector executable will be created. 4) Arguments required for the Executable Arg1. Config File Arg2. Port Number Arg3. TTL in seconds Arg4. Infinity values Arg5. Advertisement Period in seconds Arg6. yes/no Split Horizon The ConfigFile is in the format <HostName1> yes/no <HostName2> yes/no <HostName3> yes/no <HostName4> yes/no Note: we have used host name rather than IP address