https://github.com/eclipse-keyple/keyple-distributed-local-java-lib
Eclipse Keyple™ Project: distributed local service API for end users
https://github.com/eclipse-keyple/keyple-distributed-local-java-lib
Last synced: 10 months ago
JSON representation
Eclipse Keyple™ Project: distributed local service API for end users
- Host: GitHub
- URL: https://github.com/eclipse-keyple/keyple-distributed-local-java-lib
- Owner: eclipse-keyple
- License: epl-2.0
- Created: 2020-10-09T18:47:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T13:19:32.000Z (about 2 years ago)
- Last Synced: 2024-04-13T02:13:08.952Z (about 2 years ago)
- Language: Java
- Homepage: https://keyple.org/
- Size: 796 KB
- Stars: 3
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-distributed-local-java-lib)
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-distributed-local-java-lib)
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-distributed-local-java-lib)
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-distributed-local-java-lib)
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-distributed-local-java-lib)
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-distributed-local-java-lib)
# Keyple Distributed Local Java Library
## Overview
The **Keyple Distributed Local Java Library** is one of the two main libraries provided by the **Keyple Distributed** solution (the other one is [Keyple Distributed Remote Java Lib](https://github.com/eclipse-keyple/keyple-distributed-remote-java-lib)).
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 uses the common library [Keyple Distributed Network Java Lib](https://github.com/eclipse-keyple/keyple-distributed-network-java-lib).
## Documentation & Contribution Guide
The full documentation, including the **user guide**, **download information** and **contribution guide**, is available on the Keyple website [keyple.org](https://keyple.org).
## API documentation
API documentation & class diagram is available online: [docs.keyple.org/keyple-distributed-local-java-lib](https://docs.keyple.org/keyple-distributed-local-java-lib)
## Examples
Examples of implementation are available in the following repository: [github.com/eclipse-keyple/keyple-java-example](https://github.com/eclipse-keyple/keyple-java-example)
## About the source code
The code is built with **Gradle** and is compliant with **Java 1.8** in order to address a wide range of applications.
## Continuous Integration
This project uses **GitHub Actions** for continuous integration. Every push and pull request triggers automated builds
and checks to ensure code quality and maintain compatibility with the defined specifications.