Coap Client and Server

Dependencies:   DebugLib EthernetInterface cantcoap mbed-rtos

Dependents:   COAP coap

Fork of yeswecancoap by Sille Van Landschoot

YesWeCanCoap

Is a small coap client and server library for mbed based on the cantcoap library.

Import librarycantcoap

This is CoAP library with a focus on simplicity. It offers minimal CoAP PDU construction and decoding to and from byte buffers.

yeswecancoap server enables easy implementation of coap resources, each with a dedicated function. When the function is registered by the server, it will do the rest.

Coap server example

Repository: YesWeCanCoap-example

Coap client example

under construction

History

added method to get the ip address default tip

2015-11-17, by sillevl [Tue, 17 Nov 2015 16:44:39 +0000] rev 29

added method to get the ip address


made server non-blocking

2015-10-23, by sillevl [Fri, 23 Oct 2015 11:29:59 +0000] rev 28

made server non-blocking


response protected inheritance from CoapPDU

2015-10-22, by sillevl [Thu, 22 Oct 2015 08:09:13 +0000] rev 27

response protected inheritance from CoapPDU


removed typo

2015-10-21, by sillevl [Wed, 21 Oct 2015 17:15:23 +0000] rev 26

removed typo


added some more documentation

2015-10-21, by sillevl [Wed, 21 Oct 2015 16:43:59 +0000] rev 25

added some more documentation


updated the documentation

2015-10-21, by sillevl [Wed, 21 Oct 2015 15:41:11 +0000] rev 24

updated the documentation


added simpler coap codes (without CoapPDU namespacing)

2015-10-21, by sillevl [Wed, 21 Oct 2015 15:13:08 +0000] rev 23

added simpler coap codes (without CoapPDU namespacing)


merge

2015-10-21, by sillevl [Wed, 21 Oct 2015 14:49:42 +0000] rev 22

merge


disabled some debuging information

2015-10-21, by sillevl [Wed, 21 Oct 2015 14:43:49 +0000] rev 21

disabled some debuging information


Merge with error.h fix

2015-10-21, by dwini [Wed, 21 Oct 2015 14:22:33 +0000] rev 20

Merge with error.h fix