Skip to content

Interactors implementation for Coppernic's products peripherals

License

Notifications You must be signed in to change notification settings

Coppernic/Interactors

Repository files navigation

Build Status

Interactors

Interactors implementation for Coppernic's products peripherals.

Each interactor is an adaptation to Coppernic's API and SDK with RxJava. It brings default interactor class to facilitate integration of coppernic devices. These classes aim to add very simple functionality. To perform more advanced tasks, then please implements your reader interface with readers libraries.More info on Coppernic's SDK on developer.coppernic.fr

There are several libraries available. If interactor does not need any special dependency, then it will be implemented in interactor general lib. Otherwise, it will have its own library with its specific dependency.

Set Up

repositories {
    maven { url 'https://jitpack.io' }
    maven { url "https://nexus.coppernic.fr/repository/libs-release" }
}

Each interactor dependency will be like this one :

dependencies {
    implementation 'com.github.coppernic.Interactors:interactors:0.7.6'
}

Presentation

Barcode, Agrident and Picture interactors

dependency

dependencies {
    implementation 'com.github.coppernic.Interactors:interactors:0.7.6'
}

Documentation

Barcode generator interactor

dependency

dependencies {
    implementation 'com.github.coppernic.Interactors:barcode-zxing:0.7.6'
}

Documentation

MRTD Interactor

dependency

dependencies {
    implementation 'com.github.coppernic.Interactors:mrtd:0.7.6'
}

Documentation

OCR Interactor

dependency

dependencies {
    implementation 'com.github.coppernic.Interactors:ocr:0.7.6'
}

Documentation

ICLASS Interactor

dependency

dependencies {
    implementation 'com.github.coppernic.Interactors:iclass:0.7.6'
}

Documentation

License

Copyright (C) 2020 Coppernic

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Interactors implementation for Coppernic's products peripherals

Resources

License

Stars

Watchers

Forks

Packages

No packages published