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

https://github.com/eclipse-keyple/keyple-distributed-remote-java-lib

Eclipse Keyple™ Project: distributed remote plugin API for end users
https://github.com/eclipse-keyple/keyple-distributed-remote-java-lib

Last synced: 3 months ago
JSON representation

Eclipse Keyple™ Project: distributed remote plugin API for end users

Awesome Lists containing this project

README

          

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

# Keyple Distributed Remote Java Lib

## Overview

The **Keyple Distributed Remote Java Library** is one of the two main libraries provided by the **Keyple Distributed** solution (the other one is [Keyple Distributed Local Java Lib](https://github.com/eclipse-keyple/keyple-distributed-local-java-lib)).

It must be imported and used by the application installed on the terminal **not having local access** to the smart card reader and that wishes to control the reader remotely.

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-remote-java-lib](https://docs.keyple.org/keyple-distributed-remote-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.