https://github.com/eclipse-keyple/keyple-plugin-cpp-api
Eclipse Keyple™ Project - C++ implementation: API for plugin developers
https://github.com/eclipse-keyple/keyple-plugin-cpp-api
Last synced: 10 months ago
JSON representation
Eclipse Keyple™ Project - C++ implementation: API for plugin developers
- Host: GitHub
- URL: https://github.com/eclipse-keyple/keyple-plugin-cpp-api
- Owner: eclipse-keyple
- License: epl-2.0
- Created: 2022-04-18T18:33:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T10:06:28.000Z (about 1 year ago)
- Last Synced: 2025-04-06T11:20:06.018Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 1020 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Keyple Plugin C++ API
## Overview
The **Keyple Plugin** C++ API is dedicated to the development of specific **Keyple plugins**.
This library **should not be imported explicitly** by the main application.
## User Guide & Download Information
The full documentation, including download information is available in the **Documentation** section of the official Keyple website [keyple.org](https://keyple.org)
## Doxygen
The doxygen is available online: [docs.keyple.org/keyple-plugin-cpp-api/](https://docs.keyple.org/keyple-plugin-cpp-api/)
## Build the Code
The code is built with **CLang / GCC / MSVC** in order to be able to be used by a very large number of applications.
## Code Contributions
We welcome code contributions through merge requests.