-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME_PA 4.txt
30 lines (18 loc) · 1.78 KB
/
README_PA 4.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
25
26
27
28
29
30
About the Code Implemented
=========================
1. Python 2.7.8 used for writing the code and implementing.
2. The code implements a Chat server which works on HTTP/1.1.
3. The code implements multiplexing at the server which can connect multiple clients.
How to get stared with testing the code
======================================
1. Open IDLE (Python GUI)
2. From file dropdown menu select open.
3. Go to MOIZ HUSSAIN_PYTHON27 and open Chat_server.py and Chat_client.py.
4. Click Run.
Code Functions Implemented:
==========================
1. Two separate functions for new users and returning users.
2. Fuctions to check invalid username and password.
3. Files created for the registered clients and the blocked clients.
3. Creating Log file with the format given.
4. Multiple clients can connect to the server and establish chat sessions among themselves.