Page 1 of 1

CoAP on micropython?

Posted: Fri Dec 04, 2015 3:02 pm
by eduardo
Is there any CoAP implementation for micropython available?

I found https://github.com/chrysn/aiocoap which is for python 3.4 but I dont know if it would run on micropython.

I am looking into making available sensordata to IoT servers over CoAP from micropython boards.

Thank you.

Re: CoAP on micropython?

Posted: Fri Dec 02, 2016 12:01 pm
by BrendanSimon
Any updated news on a CoAP implementation for MicroPython ??

Re: CoAP on micropython?

Posted: Wed Apr 10, 2019 12:46 pm
by ArnaudP
Hello.

I am reviving this topic after two years. But as protocols for low-power constrained IoT is on the rise, I was wondering if anyone had news about a MicroPython implementation of CoAP?

I tried adapting aiocoap and coapthon by removing some of the dependencies, but it seems to be above my current technical level. Has anyone got news?

Thanks you :)

Re: CoAP on micropython?

Posted: Mon Apr 29, 2019 5:03 pm
by mjd01
Hi,

Anyone has update on this? We are very interested in using coap for our project.

Regards

Re: CoAP on micropython?

Posted: Mon Sep 23, 2019 12:30 pm
by agotsis
You could take a look at this really recent implementation: https://github.com/insighio/microCoAPy
Hope it helps!