This is a simple python socket program.
- Run
server.py
in a system. - 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)