Keyple Distributed Local

Version 1.0 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.
1.0.0       Keyple project       Download       GitHub       Changelogs

Overview

The Keyple Distributed Local Java component is the part of the Keyple Distributed solution which contains all the local services.

It must be imported and used by the application installed on the terminal having local access to the smart card reader but wishes to delegate all or part of the ticketing processing to a remote application.

It is important to note that it uses and exposes the APIs exposed by Keyple Distributed Network component.

It is compatible with PC, MAC and Android platforms.

Documentation

Download

All deliverables are available on the Maven Central Repository.

implementation 'org.eclipse.keyple:keyple-java-distributed-local:1.0.0'
<dependency>
  <groupId>org.eclipse.keyple</groupId>
  <artifactId>keyple-java-distributed-local</artifactId>
  <version>1.0.0</version>
</dependency>
Next