Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inquiry about CoAP Fetch Functionality Implementation #769

Closed
jongsu79061 opened this issue May 2, 2024 · 3 comments
Closed

Inquiry about CoAP Fetch Functionality Implementation #769

jongsu79061 opened this issue May 2, 2024 · 3 comments

Comments

@jongsu79061
Copy link

Hello,

I hope this message finds you well. I am currently exploring the functionalities of CoAP protocol and came across the concept of "fetch"(Code : 0.05). I am curious to know whether the "fetch" functionality is implemented in the Wakaama repository. Could someone please confirm if this feature is available or provide any insights on its implementation status?

Thank you in advance for your assistance!

Best regards,
joon

@sbernard31
Copy link
Contributor

I will not be able to answer, so we will wait for active committer to get answer but just to clarify :

Fetch is a CoAP feature.
Wakaama is about implementing LWM2M.
LWM2M used mainly (not only) CoAP as transport layer.
LWM2M Read Composite, Observe Composite and Active Cancel Composite Request are using CoAP Fetch.

So I guess your question is : "Does wakaama support those Composite Operation ?"

@jongsu79061
Copy link
Author

Yes, that's right. I asked you a question because I don't think I can handle the next packet coming in during the test with the lwm2m server using the wakama client.
48 05 00 EB 02 03 A8 26 11 00 11 00 C1 70 51 70
FF 83 A2 21 61 2F 00 67 32 36 31 31 34 2F 30 A1
00 67 32 36 31 31 35 2F 30 A1 00 67 32 36 31 31
36 2F 30
The response from the wakaama client is as follows.
60 00 00 EB

@LukasWoodtli
Copy link
Contributor

CoAP fetch is not implemented in Wakaama. Feel free to contribute.
There have also been ideas to implement an abstraction layer for CoAP libraries to be more flexible regarding CoAP implementations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants