nymea/libnymea/coap
Michael Zanetti 57048dd6e9 Add support for CoIoT
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.
2022-06-30 10:16:20 +02:00
..
coap.cpp Add support for CoIoT 2022-06-30 10:16:20 +02:00
coap.h Add support for CoIoT 2022-06-30 10:16:20 +02:00
coap.pri
coapobserveresource.cpp
coapobserveresource.h
coapoption.cpp
coapoption.h
coappdu.cpp Add support for CoIoT 2022-06-30 10:16:20 +02:00
coappdu.h Add support for CoIoT 2022-06-30 10:16:20 +02:00
coappdublock.cpp
coappdublock.h
coapreply.cpp Add support for CoIoT 2022-06-30 10:16:20 +02:00
coapreply.h Add support for CoIoT 2022-06-30 10:16:20 +02:00
coaprequest.cpp Add support for CoIoT 2022-06-30 10:16:20 +02:00
coaprequest.h Add support for CoIoT 2022-06-30 10:16:20 +02:00
corelink.cpp
corelink.h
corelinkparser.cpp
corelinkparser.h