An open API service indexing awesome lists of open source software.

https://github.com/eclipse-keyple/keyple-plugin-cardresource-java-lib

Eclipse Keyple™ Project: Card Resource plugin lib for end users
https://github.com/eclipse-keyple/keyple-plugin-cardresource-java-lib

Last synced: 2 months ago
JSON representation

Eclipse Keyple™ Project: Card Resource plugin lib for end users

Awesome Lists containing this project

README

          

[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=eclipse-keyple_keyple-plugin-cardresource-java-lib&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=eclipse-keyple_keyple-plugin-cardresource-java-lib)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=eclipse-keyple_keyple-plugin-cardresource-java-lib&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=eclipse-keyple_keyple-plugin-cardresource-java-lib)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=eclipse-keyple_keyple-plugin-cardresource-java-lib&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=eclipse-keyple_keyple-plugin-cardresource-java-lib)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=eclipse-keyple_keyple-plugin-cardresource-java-lib&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=eclipse-keyple_keyple-plugin-cardresource-java-lib)
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=eclipse-keyple_keyple-plugin-cardresource-java-lib&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=eclipse-keyple_keyple-plugin-cardresource-java-lib)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=eclipse-keyple_keyple-plugin-cardresource-java-lib&metric=coverage)](https://sonarcloud.io/summary/new_code?id=eclipse-keyple_keyple-plugin-cardresource-java-lib)

# Keyple Plugin Card Resource Java Library

## Overview

The **Keyple Card Resource Plugin** is a Keyple add-on that exposes the **Keyple Card Resource Service** as a pool
plugin.

This pool plugin facilitates the allocation of card readers to multiple applications and provides a centralized
management of reader resources, ensuring optimal usage and performance of the available readers.

With the **Keyple Card Resource Plugin**, applications can easily interact with card readers in a flexible and efficient
way, without the need for complex resource allocation logic.

## 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-plugin-cardresource-java-lib](https://docs.keyple.org/keyple-plugin-cardresource-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.