[How to] decoding "Reading" dlt messages received from dlt daemon #508
-
Hello, I have two separate machines,
Steps, I did:
The problem faced: I tried to used dlt lib API to decode the messages in file "dlt_file_quick_parsing", or "dlt_file_read", but it fails cause there is no storage header, I used also "dlt_file_read_raw", but the output time stamp is not correct, sounds like there is a problem with timestamp, My question is: Is there any way to implement such use case, which is:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @mwaheed-ae , |
Beta Was this translation helpful? Give feedback.
Hello @mwaheed-ae ,
thank you for your interest in DLT topic.
Regarding your question, the log generated by your applications using libdlt will be a binary file with format .dlt. You need to read this file using some provided APIs, and for reference you could try dlt-convert.
For the timestamp we actually face some issues of 32 bit counter, this will be solved for a next Major release with autosar timestamp header autosar standard R21-11.
Thanks for your understanding.
Hello @michael-methner @lvklevankhanh @Le-Tin FYI
DLT team