micropython/micropython-esp32

is there any support of coap protocol?

Closed this issue · 2 comments

is there any support of coap protocol?

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.

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