aws / amazon-freertos

DEPRECATED - See README.md
https://aws.amazon.com/freertos/
MIT License
2.54k stars 1.1k forks source link

CoAP support in Amazon FreeRTOS #2390

Open christian-herber opened 3 years ago

christian-herber commented 3 years ago

Currently, Amazon FreeRTOS is based on MQTT and HTTP for transport. Another protocol from the IoT world is CoAP. Providing similar functionality as HTTP, it is able to run on more constrained devices.

Describe the solution you would like.
Include a CoAP library in Amazon FreeRTOS, allow Coap as alternative for MQTT and HTTP for applications.

Several implementations of coap exists, e.g. https://github.com/obgm/libcoap.

Looking forward for discussion.

alfred2g commented 3 years ago

Thanks for reporting @christian-herber, we added this to our internal queue, and we will be looking into it.

oguiter commented 3 years ago

Hi all, As this issue is still open, i would like to point you to the following solution: https://ioterop.com/NEBRASKA. With this solution, if your device runs CoAP, you can easily publish on AWS IoT Core like any MQTT device. You have to subscribe on AWS marketplace: NEBRASKA AWS This solution is fully compliant with any CoAP implementation. Hope this helps you.