rbit / pydtls

Datagram Transport Layer Security for Python
Apache License 2.0
72 stars 45 forks source link

Support for MicroPython (PyCom) #24

Open Alterock13 opened 5 years ago

Alterock13 commented 5 years ago

Hi,

I'd like to know if it would be possible to make this library work for MicroPython devices (namely PyCom devices). I tried to adapt the code but the use of certain libraries (types and weakref for instance) seem to be difficult to do without.

Could you please help me, either by telling me if a port in MicroPython exists or how could it be done? I've searched the web for a while but came empty handed on that matter.

Thanks in advance.