You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* To close connection, give keyboard interrupt to client, server will close automatically.
16
21
17
22
## Features
23
+
18
24
You will find follwing on top of vanilla implementation you find in any first tutorial link you get from googling:
25
+
19
26
* Allowing communication with trusted client only, check using first received message from client as key message
20
27
* Multithreading to handle multiple clients
21
-
* Use of pickel to serialize any type of data
28
+
* Use of pickel to serialize any type of data
22
29
* Handling of variable length data by passing payload size along with payload
23
30
* Passing data identifier with payload as additional information to take specific action accordingly (eg. if data identifier is image then save payload as image)
24
31
* Using keyboard interrupt to close client and server cleanly
25
32
26
33
## Notes
27
-
* Program is wrtten in python 3.7.4
28
34
35
+
* Program is wrtten in python 3.7.4
29
36
30
-
> *** Feel free to request more feature you would like, i wil try to add it when i get time ***
31
-
37
+
> ***Feel free to request more feature you would like, i wil try to add it when i get time***
0 commit comments