micropython / micropython-esp32

Old port of MicroPython to the ESP32 -- new port is at https://github.com/micropython/micropython
MIT License
680 stars 219 forks source link

is there any support of coap protocol? #219

Closed HonorIpaddr closed 5 years ago

HonorIpaddr commented 7 years ago

is there any support of coap protocol?

eflukx commented 6 years ago

I see coap protocol is supported in the esp-idf, but probably this could be relatively easily wrapped in Micropython. However, the idf code uses (a submodle) libcoap. Libcoap is GPL licensed, probably this can not be united with Micropython's MIT license.

dpgeorge commented 5 years ago

Ideally, support for CoAP would be done in a port-independent way. This should be discussed upstream.