-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
24 lines (16 loc) · 851 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
the given programs are implementation of distance vector routing
protocol RIP: routing information protocol.
=========================================================================
The zip folder comtains 4 java files viz. Router.java ReceivingProcess.java SendingProcess.java Hosts.java
and one text file containing the topology.
The system requires minimum Java 1.8 to run.
========================================================================
To run the file:
open terminal in the same directory or put the path of the directory in
the terminal.
Type command "Javac *.java"
if it successfully compiles, it may give some warnings ignore that.
Type command Java Router to run the program.
Follow the mentioned user input as it asks to run the program.
=======================================================================
Thank you.