-
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
Add Timestamped Nodes support to Send Operation at Server side. #1218
Conversation
(I stopped for today but maybe tomorrow I will look at this a bit more) |
38aadbd
to
c086bfa
Compare
leshan-core/src/main/java/org/eclipse/leshan/core/node/TimestampedLwM2mNodes.java
Outdated
Show resolved
Hide resolved
leshan-core/src/main/java/org/eclipse/leshan/core/node/codec/LwM2mDecoder.java
Show resolved
Hide resolved
I checked your changes and I don't have any remarks. Thank you for the cleaning the code 😄 |
c086bfa
to
d346379
Compare
@Michal-Wadowski I added 2 more commits (not related to validation):
|
leshan-core/src/test/java/org/eclipse/leshan/core/node/codec/LwM2mNodeDecoderTest.java
Outdated
Show resolved
Hide resolved
leshan-core/src/main/java/org/eclipse/leshan/core/node/TimestampedLwM2mNodes.java
Outdated
Show resolved
Hide resolved
leshan-core/src/test/java/org/eclipse/leshan/core/node/codec/LwM2mNodeDecoderTest.java
Outdated
Show resolved
Hide resolved
leshan-core/src/test/java/org/eclipse/leshan/core/node/TimestampedLwM2mNodesTest.java
Outdated
Show resolved
Hide resolved
leshan-core/src/test/java/org/eclipse/leshan/core/node/TimestampedLwM2mNodesTest.java
Outdated
Show resolved
Hide resolved
@Michal-Wadowski, I do some modification to fix issue you raised and I also add some path/node consistency check. From my point of view we are good to integrate this in |
I checked the commits and all is OK for me except in the test Good job, I'm very happy we worked out the solution together 😄 |
I fixed it.
Thx to you. I very appreciate your contributions 🙏 |
Signed-off-by: Michał Wadowski <Michal.Wadowski@orange.com> Also-by: Simon Bernard <sbernard@sierrawireless.com>
This is now integrated in |
This PR includes #1217 with some fixes/cleaning.
This aims to implement #1192 at server side.