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 Don't use deprecated QString::sprintf and qVariantFromValue 2020-10-26 15:59:38 +01:00
coapobserveresource.h Don't use deprecated QString::sprintf and qVariantFromValue 2020-10-26 15:59:38 +01:00
coapoption.cpp Update copyright 2020-01-23 20:07:26 +01:00
coapoption.h Update copyright 2020-01-23 20:07:26 +01:00
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 Update copyright 2020-01-23 20:07:26 +01:00
coappdublock.h Update copyright 2020-01-23 20:07:26 +01:00
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 Update copyright 2020-01-23 20:07:26 +01:00
corelink.h Update copyright 2020-01-23 20:07:26 +01:00
corelinkparser.cpp Update copyright 2020-01-23 20:07:26 +01:00
corelinkparser.h Update copyright 2020-01-23 20:07:26 +01:00