CoAP on micropython?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
eduardo
Posts: 31
Joined: Mon Jan 05, 2015 6:48 pm

CoAP on micropython?

Post by eduardo » Fri Dec 04, 2015 3:02 pm

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.

BrendanSimon
Posts: 33
Joined: Wed Sep 07, 2016 10:46 am

Re: CoAP on micropython?

Post by BrendanSimon » Fri Dec 02, 2016 12:01 pm

Any updated news on a CoAP implementation for MicroPython ??

ArnaudP
Posts: 1
Joined: Wed Apr 10, 2019 12:43 pm

Re: CoAP on micropython?

Post by ArnaudP » Wed Apr 10, 2019 12:46 pm

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 :)

mjd01
Posts: 1
Joined: Mon Apr 29, 2019 6:20 am

Re: CoAP on micropython?

Post by mjd01 » Mon Apr 29, 2019 5:03 pm

Hi,

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

Regards

agotsis
Posts: 1
Joined: Mon Sep 23, 2019 12:29 pm

Re: CoAP on micropython?

Post by agotsis » Mon Sep 23, 2019 12:30 pm

You could take a look at this really recent implementation: https://github.com/insighio/microCoAPy
Hope it helps!

Post Reply