https://github.com/eclipse-keypop/keypop-genericcard-jvm-api
Eclipse Keypop project repository containing a Java implementation of the 'Generic Card API' standardized by the Calypso Networks association for ticketing terminal processing smart card
https://github.com/eclipse-keypop/keypop-genericcard-jvm-api
api component java keypop
Last synced: 13 days ago
JSON representation
Eclipse Keypop project repository containing a Java implementation of the 'Generic Card API' standardized by the Calypso Networks association for ticketing terminal processing smart card
- Host: GitHub
- URL: https://github.com/eclipse-keypop/keypop-genericcard-jvm-api
- Owner: eclipse-keypop
- License: mit
- Created: 2026-03-10T08:26:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-11T14:23:19.000Z (3 months ago)
- Last Synced: 2026-05-08T05:14:23.659Z (about 1 month ago)
- Topics: api, component, java, keypop
- Language: Java
- Homepage: https://keypop.org/
- Size: 182 KB
- Stars: 0
- Watchers: 1
- 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
- Notice: NOTICE.md
Awesome Lists containing this project
README
# Keypop Generic Card JVM API
## Overview
This repository contains a Java implementation aligned with the **Terminal Generic Card** specifications proposed
by the [Calypso Networks Association](https://www.calypsonet.org). It defines the interfaces needed to select and operate transactions with
generic cards.
## 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-genericcard-jvm-api).
UML class diagram is available
[here](https://docs.terminal-api.calypsonet.org/calypsonet-terminal-genericcard-uml-api/).
## 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.