Sample UDP Client / Server Set up your pyhton environment virtualenv venv -p /usr/bin/python3.6 Activate the python environment source venv/bin/activate Run the server python server.py Run the client in another shell python client.py