File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1- # Python-Socket-Programming
2- Socket programming in python
1+ # 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:
3+ * Multithreading to handle multiple client
4+ * Use of pickel to serialize any type of data
5+ * Handling of variable length data by passing data size along with payload
6+ * Passing data type with payload as additional information to take specific action accordingly (eg. if data type is image then save it)
7+ * Using keyboard interrupt to close client and server cleanly
8+ * Specifng list of trusted client so that no untrusted client could be connected
9+
10+ Feel free to request more feature you would like, i wil try to add it in free time
11+
You can’t perform that action at this time.
0 commit comments