eclipse-wakaama / wakaama

Eclipse Wakaama is a C implementation of the Open Mobile Alliance's LightWeight M2M protocol (LWM2M).
BSD 3-Clause "New" or "Revised" License
498 stars 374 forks source link

send: Reject content format other than SenML #794

Closed mlasch closed 3 months ago

mlasch commented 3 months ago

LwM2M 1.1 send only supports SenML-JSON or SenML-CBOR. So allow only SenML-JSON or SenML-CBOR content format for LWM2M 1.1 send requests.

LukasWoodtli commented 3 months ago

Cool! Thanks!