please ensure that your computer have the python3 installed. 😋
please run the server first
python udpserver.py -p <your-server-port> --ip <your-server-ip>
then run the client 🚀
python udpclient.py -ip <your-server-ip> -p <your-server-port>
-
note that the python usde the argparse module to parse the command line arguments. 👌
-
please ensure that the server is running before running the client.And the os is different between the server and the client. :)