This small project comprises a simple Python UDP server plus Dockerfile, as well as a (hopefully) useful Makefile and unittests. The server makes use of the asyncio and uvloop libraries to allow for ...
For example usage, we encourage you to checkout the scripts in the examples folder and in the tests folder. The examples folder contains two scripts showing typical usage. The script simpleExample.py ...