Replies: 6 comments 16 replies
-
Maybe @rlubos can give you some info here. |
Beta Was this translation helpful? Give feedback.
-
I don't think it's possible to implement Send Operation exclusively based on LwM2M 1.0. Send operation is expected to use new data formats introduced in LwM2M 1.1, the spec makes it clear:
As for the LwM2M 1.1 support in Zephyr, currently there's no timeline for that. We might support this in the future, as it's a desired feature, but I can't give any dates as for now. |
Beta Was this translation helpful? Give feedback.
-
I get another question. I am using a nrf9160 DK from Nordic semiconductor. I am trying to connect it to californium server. And i want to be able to see the iteractions between the two using wireshark. I want to be able to send a Coap request with a payload of 100bytes. Here is a sample of my code: I am very new in this area. So my first step is to be able to have a connection between nrf9160 dk (which is my client) and the californium server. Please do you have any idea of how i can implement it? I already had a look at coap client I will really appreciate if you could help. |
Beta Was this translation helpful? Give feedback.
-
Good morning @rlubos, i have another question: Does DTLS libraries support draft-ietf-tls-dtls-connection-id? My goal is to be able to initiate the communication with the server after my device come out of the PSM (Sleeping mode). Or what do you think, will be the best approach to implement that? Any idea |
Beta Was this translation helpful? Give feedback.
-
Hi @rlubos sorrying for bordering you once again, but i have a question: i want to send a JSON payload {"command":"periodic","type":"8","number":"33"} using the PUT-method from CoAP. For that i have to send the content format option for JSON.
request is my CoAP packet and value is an unsigned integer with the value COAP_CONTENT_FORMAT_APP_JSON (50). Despite the fact that JSON is one of the context format from CoAP. I do want to if my annotation is correct, since i tried and i couldn't send the payload to the californium server. Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
I am creating my JSON Payload with the following function: cJSON * createJsonFromParams(void)
return root; } The main function :
Do you think it is the appropriate way of forming my JSON Payload? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
It is possible to implement the "send operation" from Lwm2m v1.1 using lwm2mv.1.0? when yes, any idea on how i may implement it?
When no, just out of curiosity , when will it be possible for Zepyhr's Lwm2m to support the "send operation" from Lwm2m v.1.1?
Best regards,
Cedric
Beta Was this translation helpful? Give feedback.
All reactions