Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.33 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.33 KB

unisens4java

unisens4java is a java library for the Unisens data format.

Unisens is a universal data format for multi sensor data. It was developed at the FZI Research Center for Information Technology and the Institute for Information Processing Technology (ITIV) at the University of Karlsruhe. The motivation for specifying a new data format was the need for a universal, generic and sustainable format for storing and archiving sensor data from various recording systems. Other main requirements were a human readable header and the use of future-proof standards.

Add the JitPack repository and the dependency to your build file:

repositories {
    maven { url "https://jitpack.io" }
}
dependencies {
    compile 'com.github.unisens:unisens4java:2.2.1'
}

For more information please check the Unisens website.

If Unisens meets your requirements, feel free to try it. unisens4java is licenced under the LGPL and it may be downloaded in the download section.