This repo contains some python scripts that I made to learn about sockets in python.
After cloning this repo, use server file to sends message to the connected client
Make sure server and client are on same network.
Do python server.py on server machine. It will ask you for ip address of system.
Do python client.py on client machine.It will ask you for ip address of server.