mirror of https://github.com/nymea/nymea.git
CoIoT is a shelly specific extensions to CoAP: It adds a new Request code which is not part of the CoAP spec as well as using CoAP multicast (which is part of CoAP). This commit * renames "statusCode" to "reqRspCode" which describes the actual field more precisely as it is in fact a Request or Response code, not a status code. * Allows joining multicast groups, by default using the CoAP specified multicast address. * Allows setting custom Request codes in requests, as well as processing the PDUs Request/response code by the client. |
||
|---|---|---|
| .. | ||
| coap.cpp | ||
| coap.h | ||
| coap.pri | ||
| coapobserveresource.cpp | ||
| coapobserveresource.h | ||
| coapoption.cpp | ||
| coapoption.h | ||
| coappdu.cpp | ||
| coappdu.h | ||
| coappdublock.cpp | ||
| coappdublock.h | ||
| coapreply.cpp | ||
| coapreply.h | ||
| coaprequest.cpp | ||
| coaprequest.h | ||
| corelink.cpp | ||
| corelink.h | ||
| corelinkparser.cpp | ||
| corelinkparser.h | ||