DTLS in Python via python-mbedtls
I have to implement DTLS protocol on the top of existing infra with UDP working, so I did a little research and approached python-mbedtls wrapper. Since I am not the proficient with DTLS and i know only basics, I tried to implement exisiting example to meet my requirements.