Skip to content

Commit 989d01c

Browse files
Singh Vijendra (BEG/EOR2)Singh Vijendra (BEG/EOR2)
authored andcommitted
added instruction for launching the script
1 parent 9f9b174 commit 989d01c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
## About
77
A sample socket programming in python using low level networking interface module [socket](https://docs.python.org/3.3/library/socket.html).
88

9+
## Instructions
10+
* Run server first and then client.
11+
* To close connection, give keyboard interrupt to client, server will close automatically.
12+
913
## Features
1014
You will find follwing on top of vanilla implementation you find in any first tutorial link you get from googling:
1115
* Allowing communication with trusted client only, check using first received message from client as key message

0 commit comments

Comments
 (0)