ESP8266 Developer Zone The Official ESP8266 Forum 2016-04-27T23:34:09+08:00 https://bbs.espressif.com:443/feed.php?f=15&t=1437 2016-04-27T23:34:09+08:00 2016-04-27T23:34:09+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1437&p=6638#p6638 <![CDATA[Re: CoAP Support]]> thanks,

Chris

Statistics: Posted by chrishawk — Wed Apr 27, 2016 11:34 pm


]]>
2015-11-26T16:27:28+08:00 2015-11-26T16:27:28+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1437&p=4778#p4778 <![CDATA[CoAP Support]]>
we just released our free CoAP stack ("lobaro-coap") to the esp8266 platform.
Our CoAP implementation was primary designed for embedded hardware platforms and easy usage.

Features are:
* easy to use ā€œCā€ CoAP stack
* open source (MIT)
* complete request/response logic
* complete retry logic
* piggybacked & separate reponses
* prepared for sleeping server
* runs on static memory are with own memory allocator
* no need for FreeRTOS SDK (but should be no problem)
* only one UDP socket internally used
* wifi credentials can be set via CoAP on esp8266 softAP interface

Give it a try at (also with ready to test binaries):
http://www.lobaro.com/lobaro-coap-on-esp8266/
and
http://www.lobaro.com/lobaro-coap/

Any comments and feedback are highly appreciated!

Tobi

Statistics: Posted by lobaro — Thu Nov 26, 2015 4:27 pm


]]>