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
Revisions of server.cpp
Revision | Date | Message | Actions |
---|---|---|---|
5:1924c60356d0 | 2015-10-21 | added request class | File Diff Annotate |
4:34a62b7cb2f9 | 2015-10-21 | added response class and did some small refactoring | File Diff Annotate |
3:e03960f91763 | 2015-10-20 | resource functions working (no method filtering yet) | File Diff Annotate |
2:a03dd7e58d8f | 2015-10-20 | vector read problem | File Diff Annotate |
1:ab04e3d36ade | 2015-10-20 | first working coap server | File Diff Annotate |