Skip to content

Commit 1ec1e57

Browse files
authored
Update README.md
1 parent eb4f84e commit 1ec1e57

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Python Socket Programming
2-
Socket programming in python. You will find follwing on top of vanilla implementation you find in any first tutorial link you get from googling:
2+
3+
A sample socket programming in python using low level networking interface *socket*. You will find follwing on top of vanilla implementation you find in any first tutorial link you get from googling:
34
* Multithreading to handle multiple client
45
* Use of pickel to serialize any type of data
56
* Handling of variable length data by passing data size along with payload
67
* Passing data type with payload as additional information to take specific action accordingly (eg. if data type is image then save it)
78
* Using keyboard interrupt to close client and server cleanly
89
* Specifying the list of trusted client so that no untrusted client could be connected
910

10-
Feel free to request more feature you would like, i wil try to add it in free time
11+
Note: While writing this program python 3.7.4 was used
12+
13+
Feel free to request more feature you would like, i wil try to add it when i get time
1114

0 commit comments

Comments
 (0)