-
Notifications
You must be signed in to change notification settings - Fork 409
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
Implement stored notification at client side. #596
Comments
What is your opinion about idea of implementation Notification RW Storing When Disabled or Offline in Leshan client ? From what I see, to implement this feature is needed:
Is that all or I miss something? |
I still think that Observation is worst LWM2M feature but this is in the project scope and so this is something we can try to add if this is really needed. Could I ask if you need it (or it's just for sake of completeness) and why ?
I think it missed the most problematic parts :
I don't get how this resource are related to stored notification 🤔 |
I read 1/0/6 again and I understand why you are talking about 1/0/4 and 1/0/5 :
(source : LWM2M-v1.1.1@core§Table: E.2-2 LwM2M Object: LwM2M Server Resource definitions) But I think there is an issue in the specification about that I will open a ticket. |
The corresponding issue : OpenMobileAlliance/OMA_LwM2M_for_Developers#572 |
My opinion about working on this, you could try to experiment about this feature, play a bit with it. Better to push effort on :
(If you want to talk about write attributes plan, please use #1514) |
In fact we need feature observe-composite with timestamped data on server site. However at the moment we do not have ready lwm2m client supporting this function and we thought about use of modified leshan-client-demo as very good starting point.
Yes we had in mind following scenario:
Does the lwm2m client really have to send a deregistration request before disabling ? |
At least this is what the specification says : "LwM2M Client MUST send response of the operation and perform de-registration process"
Probably largely easier to implement this at server side than as client side. |
I fully agree with You - Magda (@mgdlkundera) is working on it.
Yes I think so too. I prepared timestamped data observe-composite PoC described here: #1089
Is there any link between #1089 and #1514 apart from using timestamped data in notification? |
At server side, there is no conflict. |
Leshan server is able to handle stored notification as described here.
But we don't have support of this as client side.
The text was updated successfully, but these errors were encountered: