Skip to content

looorent/anpr-wiegand

Repository files navigation

Build Status Maven Central

ANPR - Wiegand

This library aims at formatting license plates to the Wiegand format according to the Nedap Wiegand Interface Module.

Development constraints

  • Support of Java 7
  • No additional dependency

Supported formats

Two formats are supported:

  • Wiegand 26 bits (based on SHA-1)
  • Wiegand 64 bits

Getting started

Add the JAR to your classpath

Adding the JAR to the classpath allows you to use be.looorent.anpr.Wiegand26 and be.looorent.anpr.Wiegand64. It is available on Maven Central.

To do so, for instance:

  • with Gradle:
compile "be.looorent:anpr-wiegand:1.0.0"
  • or with Maven:
<dependency>
    <groupId>be.looorent</groupId>
    <artifactId>anpr-wiegand</artifactId>
    <version>1.0.0</version>
</dependency>

Requirements

  • JDK 1.7+

JPMS

When using Java Platform Module System, you must import the module named anpr.wiegand.

Development

Build with AdoptOpenJDK 11.

Release

./gradlew build 
./gradlew publish 

Future work

  • Javadoc

About

Formats license plates to Wiegand formats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published