Coap Client and Server
Dependencies: DebugLib EthernetInterface cantcoap mbed-rtos
Fork of yeswecancoap by
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
Files at revision 29:62113a57353b
Name | Size | Actions |
---|---|---|
[up] | ||
DebugLib.lib | 59 | Revisions Annotate |
EthernetInterface.lib | 73 | Revisions Annotate |
cantcoap.lib | 62 | Revisions Annotate |
client.cpp | 4136 | Revisions Annotate |
client.h | 1636 | Revisions Annotate |
coap.cpp | 41 | Revisions Annotate |
coap.h | 1845 | Revisions Annotate |
error.h | 1931 | Revisions Annotate |
mbed-rtos.lib | 65 | Revisions Annotate |
mbed_error.h | 1931 | Revisions Annotate |
request.cpp | 546 | Revisions Annotate |
request.h | 5129 | Revisions Annotate |
response.cpp | 551 | Revisions Annotate |
response.h | 5864 | Revisions Annotate |
server.cpp | 2416 | Revisions Annotate |
server.h | 1901 | Revisions Annotate |