Topic: Example of using DTLS with the wolfssl python wrapper

Where can I find some examples of using DTLS using the python wrapper?

Share

Re: Example of using DTLS with the wolfssl python wrapper

Hi fenster,

Great question.  Our wolfssl-py repo includes a client and server example, they both support DTLS using the -u argument.  I would recommend using them as a reference: https://github.com/wolfSSL/wolfssl-py/t … r/examples

Thanks,
Kareem

Share