-
Notifications
You must be signed in to change notification settings - Fork 0
/
Readme.txt
23 lines (17 loc) · 825 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
There are 6 files for each client.
Run clients in different folders or machines.
If running on different machines change the IP address in all client files.
ServHost,ServPort="127.0.0.3",65403
clientHost,clientPort="127.0.0.3",65409
keep the ServHost and clientHost ip same.
each client should have a file "list" in the same folder, which contains the list of locally RFCs stored.
the file should have just the rfc number, one on one line
The rfcs should be titled as "rfc3215.pdf" for example and stored in the same folder.
Suppose two RFCs are present with c1. RFC "rfc3216.pdf" and "rfc3215.pdf"
In this case the "list" file will have only two entry
3216
3215
Run the RS server as: python rsserver.py
Run the clients as: python <clientname>.py
for eg. python c1.py
Tested in Linux machines.