Skip to content

Java library to handle multi sensor data stored in the Unisens data format.

License

Notifications You must be signed in to change notification settings

Unisens/unisens4java

Repository files navigation

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.

About

Java library to handle multi sensor data stored in the Unisens data format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages