-
Notifications
You must be signed in to change notification settings - Fork 408
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
Update BindingMode to be LWM2M 1.1 compliant and support Q parameter. #908
Conversation
@@ -34,6 +35,7 @@ | |||
private final Long lifetime; | |||
private final String lwVersion; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should maybe change the type of this attribute to Version
(same in Registration
object) 🤔
260303c
to
e8296c1
Compare
I read more about binding mode. I think this PR is not OK I need to change it. |
b020057
to
6553441
Compare
This time I think it's OK. See : |
Need more work about bootstrap part ... 😖 |
6553441
to
c073868
Compare
c073868
to
cf80f3b
Compare
cf80f3b
to
2f75190
Compare
There is several changes in LWM2M 1.1 about binding mode :
This PR aims to support new format, trying to keep compatible with LWM2M 1.0.
Here some discussion about LWM2M changes about Binding Mode.
(I will maybe add test about that to this PR)