automote / ESP-CoAP

This repo contains CoAP protocol for ESP-12E
http://thingtronics.com
GNU General Public License v3.0
72 stars 28 forks source link

Micropython support #6

Closed Benozo closed 3 years ago

Benozo commented 7 years ago

Is there a wrapper to be used with Micropython.

lovelesh commented 6 years ago

@Benozo currently micropython is not supported. This library supports only C++. You can define client/server objects and use example code to work with it. If you plan to develop a micropython fork, let us know.