Code Monkey home page Code Monkey logo

anpr-wiegand's Introduction

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

anpr-wiegand's People

Contributors

looorent 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.