-
Notifications
You must be signed in to change notification settings - Fork 52
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
Question about Event Log (object 20) data format #589
Comments
@sbernard31 This proposed change could be achieved with a new EventLog object or adding an optional resource to the existing object 20. Do you have a preference? |
@mkgillmore I"m not sure how do you solve this issue with an optional resource ? Could you describe a little bit your idea 🙏 |
Your options are 1) add an additional optional resource 2) create a new object. FYI, OMA feels changing EventLog data format will break backwards interoperability |
I'm sorry I still don't get it.
I'm not so sure of that. |
Recently, I took a look at Event Log object (id 20) :
And I think that maybe there is issue with log data format ?
My current understanding is that a standard aim to allow interoperability.
In case of Even Log object, to be really interoperable, the LogData ressource format should be clearly defined.
Looking at specification :
The only "not vendor" specific data format (so which allow interoperability) are :
But I have strictly no idea what could mean to use that format to encode logs ?
Those format are used to encode LWM2M Nodes (Object / Object Instance / Resource / Resource Instance) not for logs ?
There is an example in the specification :
00-00-05-00-60-18-
18-18-0C-00-01-41-
06-00-02-00-40-0C-
00-00-00-00
So I tried to decode
617CE301C11100000500601818180C00014106000200400C00000000
using a TLV decoder hoping this will help me to understand but the TLV seems invalid.. and the "notes" doesn't help to understand how TLV should looks like...So I would appreciate some clarification about that. 🙏
To be totally honest instead of LWM2M data format to encode logs, I was expected more commonly used one like :
Maybe :
The text was updated successfully, but these errors were encountered: