#coap #coap-message #parser #message-format #co-ap-over-gatt #draft-amsuess-core-coap-over-gatt-02

coap-gatt-utils

Implementation utilities for CoAP-over-GATT (draft-amsuess-core-coap-over-gatt-02)

1 unstable release

0.1.0 Aug 9, 2023

#7 in #coap-message

BSD-3-Clause

9KB
67 lines

coap-gatt-utils

Implementation utilities for CoAP-over-GATT (draft-amsuess-core-coap-over-gatt-02)

Right now, this contains the message format parsing and serialization, largely fulled by [coap_message_utils], given that most of the message format is just a rehash of the universal CoAP option-extension-data-ff-payload scheme.

License

This project and all files contained in it is published under the BSD-3-Clause license as defined in LICENSES/BSD-3-Clause.txt.

Copyright: 2022 EDF (Électricité de France S.A.)

Author: Christian Amsüss


lib.rs:

Implementation utilities for CoAP-over-GATT (draft-amsuess-core-coap-over-gatt-02)

Right now, this contains the message format parsing and serialization, largely fulled by [coap_message_utils], given that most of the message format is just a rehash of the universal CoAP option-extension-data-ff-payload scheme.

Dependencies

~1MB
~19K SLoC