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

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

Eclipse Keyple™ Project: API for distributed remote plugin developers
https://github.com/eclipse-keyple/keyple-distributed-remote-java-api

Last synced: 10 months ago
JSON representation

Eclipse Keyple™ Project: API for distributed remote plugin developers

Awesome Lists containing this project

README

          

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

# Keyple Distributed Remote Java API

## Overview

The **Keyple Distributed Remote Java API** is dedicated to the development of specific Keyple distributed remote plugins. It normalizes the interactions between a Keyple remote plugin and the main Keyple service.

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

## 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.