Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wakaama-dev] Write multiple resources with TLV format

Hello, 

I'm trying to send a write request to a wakaama client in order to change the values of several resources (using TLV format) from an object instance.

My concern is about the content of the request payload.
The client accepts the request if the payload contains an array of TLV objects (with type 'Resource with Value' for instance).

But, as far as I understand the spec about the write operation (5.3.3), the payload should be a single top level TLV object (with type 'Object Instance'), containing the Resource TLVs.

Am I misunderstanding something in the specification ?

Thanks for your help.

Manu

Back to the top