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

Committer:
sillevl
Date:
Tue Nov 17 16:44:39 2015 +0000
Revision:
29:62113a57353b
Parent:
3:e03960f91763
added method to get the ip address

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sillevl 0:9f557e9a792f 1 #include "coap.h"
sillevl 0:9f557e9a792f 2
sillevl 0:9f557e9a792f 3 Coap::Coap()
sillevl 0:9f557e9a792f 4 {
sillevl 3:e03960f91763 5
sillevl 0:9f557e9a792f 6 }