lib/mdflib/README.md
The MDF library repository implements an interface against the ASAM Measurement Data File (MDF). It supports reading and writing of MDF files version 3 and 4. The release 2.2 of the project support reading and writing of MDF files up to version 4.2.
The library and its applications, compiles/runs on Windows and Linux operating system. Note that the macOS also may work but the compilers in macOS currently have some issues with the C++ 17 support i.e. need some trick to compile.
The project uses CMAKE for building except for the MDF C++/CLI assembly that uses the Visual Studio vcxproj build approach.
The following third-party libraries are used and needs to be downloaded and pre-built.
Also, you can use vcpkg to import the dependencies.
The project uses the MIT license. See external LICENSE file in project root.