This Python script facilitates UDP client-server communication through sockets. The client and server can exchange messages over a UDP connection.
- Client: Send messages to the server and display the server's response.
- Server: Listen for incoming messages from clients and reply to each message.
- Python 3.x installed
python script_name.py server -p PORT
python script_name.py client -p PORT