Skip to content

Releases: ihedvall/mdflib

MDF Application & Library Version 2.3

14 Nov 14:49
Compare
Choose a tag to compare

This release is a minor release. The following major changes have been done.

  • Optimized read speed.
  • 32-bit build for the .NET library.
  • Local timestamp support.

MDF Application & Library Version 2.2

28 Jul 16:55
Compare
Choose a tag to compare
  • This release contains a new application mdf2csv that converts an MDF file to one or more CSV files.
  • A new MDF converter writer is added.
  • The reader support partial read of data.
  • The reader support read of sample reduction data (SR).
  • The reader support VLSD (partial) read.
  • The reader support channel arrays.
  • The reader is now faster introducing a read cache.

MDF Library v2.1

12 Dec 11:11
Compare
Choose a tag to compare

This version have 2 new features, Channel Array and Bus Logging support.

The Channel Array (CA) block is now parsed and the array values can be read. Note that the stream writer currently doesn't support CA blocks. User requirements on write and MDF viewers, are wanted.

The stream writers now support the Bus Logging standard for CAN buses. Support for other buses as LIN can be done but user requirements and support is requested as I only have CAN bus log file to test with.

MDF Library v2.0

21 May 08:46
Compare
Choose a tag to compare

The version 2.0 of the MDF library includes reading and writing of MDF 3/4 files. It also includes a .NET read interface.