GithubHelp home page GithubHelp logo

murmele / mdflib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ihedvall/mdflib

0.0 1.0 0.0 2.01 MB

Implementation of the ASAM MDF data file.

Home Page: https://ihedvall.github.io/mdflib/

License: MIT License

C++ 98.04% CSS 0.01% CMake 1.96%

mdflib's Introduction

Library MDF

Summary

The MDF Library implements an interface against ASAM Measurement Data Files (MDF). It supports reading and writing of MDF files version 3 and 4.

Release 1.0 of the project support reading of MDF files up to version 4.1 and some 4.2 version features. Writing is supported for version 3. Version 4 is under development but is currently on low priority as it is not required of other projects.

The project is under development and support up to MDF version 4.1. Working on support for version 4.2 and writing of MDF 4 files.

The main project is a C++ static library and its dependent applications.

  • MDF Viewer. Simple GUI application that list the contents of an MDF file.
  • MDF .NET (C++/CLI) Assembly. Basic reading and writing of MDF files for .NET friends. On hold.
  • MDF gRPC Server. Microservice for reading and writing of MDF files. Under development.
  • MDF Python Library. Basic reading and writing for Python friends. On hold.

Note that external projects currently only needing read support. This means that the writing support is on low priority. Please let me know if write support is required.

Building

The project uses CMAKE for building. The following third-party libraries are used and needs to be downloaded and pre-built.

  • Util Library. Generic library that contains common functionality as logging.
  • Boost Library. Set the 'Boost_ROOT' variable to the Boost root path.
  • Expat Library. Set the 'EXPAT_ROOT' variable to the expat root path.
  • ZLIB Library. Set the 'ZLIB_ROOT' variable to the ZLIB root path.
  • WxWidgets Library. Required if the GUI applications should be built.
  • Doxygen's application. Is required if the documentation should be built.
  • Google Test Library. Is required for running and build the unit tests.

License

The project uses the MIT license. See external LICENSE file in project root.

mdflib's People

Contributors

ihedvall avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.