Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.23 KB

File metadata and controls

29 lines (18 loc) · 1.23 KB

Keypop Reader Java API

Overview

This repository contains a Java implementation aligned with the Terminal Reader specifications proposed by the Calypso Networks Association. It defines the interfaces necessary to manage readers, reader events and card selection mechanisms and it is also used by extension modules to implement functionalities related to specific card operations and structures.

Documentation & Contribution Guide

The full documentation, including the user guide, download information and contribution guide, is available on the Keypop website keypop.org.

API documentation

API Javadoc is available here.

UML class diagram is available here.

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.