https://github.com/eclipse-keypop/keypop-card-java-api
Eclipse Keypop project repository containing a Java implementation of the 'Card API' standardized by the Calypso Networks association for ticketing terminal processing smart card
https://github.com/eclipse-keypop/keypop-card-java-api
api component java keypop
Last synced: 12 months ago
JSON representation
Eclipse Keypop project repository containing a Java implementation of the 'Card API' standardized by the Calypso Networks association for ticketing terminal processing smart card
- Host: GitHub
- URL: https://github.com/eclipse-keypop/keypop-card-java-api
- Owner: eclipse-keypop
- License: mit
- Created: 2023-07-03T09:19:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T10:56:57.000Z (over 1 year ago)
- Last Synced: 2024-11-22T11:29:09.366Z (over 1 year ago)
- Topics: api, component, java, keypop
- Language: Java
- Homepage: https://keypop.org/
- Size: 661 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- 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
# Keypop Card Java API
## Overview
This repository contains a Java implementation aligned with the **Terminal Card** specifications
proposed by the [Calypso Networks Association](https://www.calypsonet.org). It is the link between the layer dedicated
to the functional processing of cards and the layer of communication with the card readers. It defines the interfaces
needed to communicate with the cards and manage the selection mechanisms.
## Documentation & Contribution Guide
The full documentation, including the **user guide**, **download information** and **contribution guide**, is available
on the Keypop website [keypop.org](https://keypop.org/).
## API documentation
API Javadoc is available [here](https://docs.keypop.org/keypop-card-java-api).
API documentation and class diagram is available
[here](https://card-uml.terminal-api.calypsonet.org/).
## 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.