R1tschY / mdf4j

ASAM MDF4 parser for Java
Apache License 2.0
9 stars 6 forks source link

Stream raw bus events #30

Open milpataki opened 3 months ago

milpataki commented 3 months ago

Please advice me how can I use your lib to replay all bus events (CAN frames, ETH frames etc...) in the log file. (with stream or iterator interface)

update: edited for clarity, and specified the request

R1tschY commented 3 months ago

I build an example in src/example/java/de/richardliebscher/mdf4/BusEventsExample.java. The code any works in the main branch, because version 0.2.0 is missing some features, like reading VLSD channels and structures.

Unsorted measurement files are not supported and will not be supported anytime soon, because of it's complexity.

I hope this helps you. If anything is unclear, just ask.