Coder Social home page Coder Social logo

mdf4j's Introduction

mdf4j

ASAM MDF4 Reader for Java

Goals

  • Reading channel data using Java
  • Do lazy loading as much as possible to reduce initial loading time

Supported

  • Blocks
    • CC
    • CG
    • CN
    • DG
    • DL
    • DT
    • DZ
    • HD
    • HL
    • ID
    • SI
  • Versions
    • >=4.00,<=4.20 Supported
    • >4.20,<5.00 Supported when no new features for reading are needed

Unsupported

  • MLC (maximum length channel)
  • VLDC (variable length data channel)
  • Non-byte-aligned integer
  • Integer bit sizes bigger than 64
  • Unsupported data types:
    • CANOpen Date
    • CANOpen Time
    • Complex
    • MIME Sample/Stream
    • Structure
    • Array
  • Conversion apart from Identity and Linear
  • Unsorted channel data
  • Unfinished files
  • Events
  • Bus logging
  • Column storage

Usage

Available at Maven Central:

Gradle

dependencies {
    // ...
    implementation('de.richardliebscher.mdf4j:mdf4j:0.1.0')
}

Maven

<dependency>
  <groupId>de.richardliebscher.mdf4j</groupId>
  <artifactId>mdf4j</artifactId>
  <version>0.1.0</version>
</dependency>

Examples

Look at src/test/java/de/richardliebscher/mdf4/examples.

mdf4j's People

Contributors

dependabot[bot] avatar r1tschy 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.