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

add UI to be able to send Partial Update Write Request. #652

Closed
giuseppe-melis opened this issue Feb 8, 2019 · 2 comments
Closed

add UI to be able to send Partial Update Write Request. #652

giuseppe-melis opened this issue Feb 8, 2019 · 2 comments
Labels
demo Impact our demo (not libraries) new feature New feature from LWM2M specification server Impact LWM2M server

Comments

@giuseppe-melis
Copy link

Leshan server demo sends ALWAYS PUT (Replace) command to the client when the write operation is performed on the instance:
i.e.:
to update DisableTimeout value to 2000 and NotificationStoring to false:
WRITE \1\1 [5=2000, 6=0] --> leshan uses a PUT (Replace).

User should be able to choose to send a Replace (PUT) or a Write-Partial (POST) Request, through some way into the GUI.

@sbernard31 sbernard31 added new feature New feature from LWM2M specification server Impact LWM2M server demo Impact our demo (not libraries) labels Feb 8, 2019
@sbernard31
Copy link
Contributor

#803 add a new button, you can now do a Replace or an Update (Write-Partial).

partial_update

@giuseppe-melis
Copy link
Author

very good!
Thanks Simon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
demo Impact our demo (not libraries) new feature New feature from LWM2M specification server Impact LWM2M server
Projects
None yet
Development

No branches or pull requests

2 participants