Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 444 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 444 Bytes

python-sockets

This is a simple python socket program.

How to run the program

  1. Run server.py in a system.
  2. Then run client.py on another system in the same local network. Send messages.

Warning! : you must change the SERVER variable into the server local address. To find the server IP address, goto terminal(command prompt) and type ipconfig Copy the local network IP address of the system(in which the server is running)