https://github.com/eclipse-keyple/keyple-card-generic-cpp-lib
keyple-card-generic-cpp-lib
https://github.com/eclipse-keyple/keyple-card-generic-cpp-lib
Last synced: 4 months ago
JSON representation
keyple-card-generic-cpp-lib
- Host: GitHub
- URL: https://github.com/eclipse-keyple/keyple-card-generic-cpp-lib
- Owner: eclipse-keyple
- License: epl-2.0
- Created: 2022-04-18T18:35:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-11-04T15:41:11.000Z (7 months ago)
- Last Synced: 2025-11-04T17:19:32.176Z (7 months ago)
- Language: C++
- Size: 1.32 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.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
# Keyple Card Generic C++ Library
## Overview
The **Keyple Card Generic C++ Library** is an add-on to allow an application using Keyple to interact with any type of card through low level APDU commands.
## 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-card-generic-cpp-lib](https://docs.keyple.org/keyple-card-generic-cpp-lib)
## Examples
Examples of implementation are available in the following repository: [github.com/eclipse/keyple-cpp-example](https://github.com/eclipse/keyple-cpp-example)
## About the source code
The code is built with **GCC/CLang/MSVC** in order to address a wide range of applications.