Skip to main content
  • Log in
  • Manage Cookies
projects.eclipse.org
Download
  • Projects
  • Working Groups
  • Members
  • Community
    • Marketplace
    • Events
    • Planet Eclipse
    • Newsletter
    • Videos
    • Blogs
  • Participate
    • Report a Bug
    • Forums
    • Mailing Lists
    • Wiki
    • IRC
    • Research
  • Eclipse IDE
    • Download
    • Learn More
    • Documentation
    • Getting Started / Support
    • How to Contribute
    • IDE and Tools
    • Newcomer Forum
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
    • Search

  1. Home
  2. Projects
  3. Eclipse IoT
  4. Eclipse Keyple®
  5. Developer Resources

Eclipse Keyple®

Primary tabs

  • Overview
  • Downloads
  • Who's Involved
  • Developer Resources(active tab)
  • Governance
  • Contact Us

The source code of the Eclipse Keyple project is hosted on GitHub:

  • Project web site: https://github.com/eclipse/keyple-website
  • Continuous Integration:
    • CI configuration   https://github.com/eclipse/keyple-ops/
    • Integration test    https://github.com/eclipse/keyple-integration-java-test
  • Implementation examples:
    • for Java    https://github.com/eclipse/keyple-java-example
    • for C++    https://github.com/eclipse/keyple-cpp-example
  • Meta scripts to download & build Keyple C++ components    https://github.com/eclipse/keyple-cpp-meta
  • Components from version 2.x (several repositories: status on https://keyple.org/repositories-dashboard/):
    • external standardized Calypso Terminal API:
      • Reader API
        • info             https://terminal-api.calypsonet.org/apis/calypsonet-terminal-reader-api/
        • Java doc     https://calypsonet.github.io/calypsonet-terminal-reader-java-api/
        • Java code    https://github.com/calypsonet/calypsonet-terminal-reader-java-api
        • C++ doc    https://calypsonet.github.io/calypsonet-terminal-reader-cpp-api/

          C++ code    https://github.com/calypsonet/calypsonet-terminal-reader-cpp-api

      • Card API
        • info            https://terminal-api.calypsonet.org/apis/calypsonet-terminal-card-api/
        • Java doc    https://calypsonet.github.io/calypsonet-terminal-card-java-api/
        • Java code   https://github.com/calypsonet/calypsonet-terminal-card-java-api
        • C++ doc      https://calypsonet.github.io/calypsonet-terminal-card-cpp-api/
        • C++ code    https://github.com/calypsonet/calypsonet-terminal-card-cpp-api
      • Calypso API (main API for Calypso terminal application implementation)
        • info             https://terminal-api.calypsonet.org/apis/calypsonet-terminal-calypso-api/
        • Java doc    https://calypsonet.github.io/calypsonet-terminal-calypso-java-api/
        • Java code   https://github.com/calypsonet/calypsonet-terminal-calypso-java-api
        • C++ doc    https://calypsonet.github.io/calypsonet-terminal-calypso-cpp-api/
        • C++ code   https://github.com/calypsonet/calypsonet-terminal-calypso-cpp-api
    • Core components:
      • Keyple Service    (service implementing Reader API & Card API)
        • info             https://keyple.org/components-java/core/keyple-service-java-lib/
        • Java doc     https://eclipse.github.io/keyple-service-java-lib/
        • Java code   https://github.com/eclipse/keyple-service-java-lib
        • C++ code    https://github.com/eclipse/keyple-service-cpp-lib
      • Plugin SPI     (for pluging implementation)
        • info              https://keyple.org/components-java/core/keyple-plugin-java-api/
        • Java doc     https://eclipse.github.io/keyple-plugin-java-api/
        • Java code   https://github.com/eclipse/keyple-plugin-java-api
        • C++ code    https://github.com/eclipse/keyple-plugin-cpp-api
      • Utility
        • Keyple shared reference
          • info             https://keyple.org/components-java/core/keyple-common-java-api/
          • Java doc     https://eclipse.github.io/keyple-common-java-api/
          • Java code   https://github.com/eclipse/keyple-common-java-api
          • C++ code    https://github.com/eclipse/keyple-common-cpp-api
        • Helper functions
          • info             https://keyple.org/components-java/core/keyple-util-java-lib/
          • Java doc     https://eclipse.github.io/keyple-util-java-lib/
          • Java code   https://github.com/eclipse/keyple-util-java-lib
          • C++ code    https://github.com/eclipse/keyple-util-cpp-lib
    • Card resource manager extension
      • info             https://keyple.org/components-java/core/keyple-service-resource-java-lib/
      • Java doc     https://eclipse.github.io/keyple-service-resource-java-lib/
      • Java code   https://github.com/eclipse/keyple-service-resource-java-lib
      • C++ code    https://github.com/eclipse/keyple-service-resource-cpp-lib
    • Distributed module (for remote card readers):    not yet available in C++
      • for terminal operating a remote reader
        • info    https://keyple.org/components-java/distributed/keyple-distributed-remote-java-lib/
        • API
          • Java doc     https://eclipse.github.io/keyple-distributed-remote-java-api/
          • Java code   https://github.com/eclipse/keyple-distributed-remote-java-api
        • lib
          • Java doc    https://eclipse.github.io/keyple-distributed-remote-java-lib/
          • Java code   https://github.com/eclipse/keyple-distributed-remote-java-lib
      • for terminal interfaced with a local reader
        • info    https://keyple.org/components-java/distributed/keyple-distributed-local-java-lib/
        • API
          • Java doc    https://eclipse.github.io/keyple-distributed-local-java-api/
          • Java code   https://github.com/eclipse/keyple-distributed-local-java-api
        • lib
          • Java doc    https://eclipse.github.io/keyple-distributed-local-java-lib/
          • Java code   https://github.com/eclipse/keyple-distributed-local-java-lib
      • common lib for network messaging
        • info              https://keyple.org/components-java/distributed/keyple-distributed-network-java-lib/
        • Java doc     https://eclipse.github.io/keyple-distributed-network-java-lib/
        • Java code   https://github.com/eclipse/keyple-distributed-network-java-lib
    • Card solution extensions:
      • Generic card    example of card extension implementation to operate a "generic" smart card solution using low-level APDU commandscommunication
        • info             https://keyple.org/components-java/card-extensions/keyple-card-generic-java-lib/
        • Java doc     https://eclipse.github.io/keyple-card-generic-java-lib/
        • Java code   https://github.com/eclipse/keyple-card-generic-java-lib
        • C++ code    https://github.com/eclipse/keyple-card-generic-cpp-lib
      • Calypso card    library to manage Calypso processing on a terminal (implementation of the Calypso API)
        • info             https://keyple.org/components-java/card-extensions/keyple-card-calypso-java-lib/
        • Java doc     https://eclipse.github.io/keyple-card-calypso-java-lib/
        • Java code   https://github.com/eclipse/keyple-card-calypso-java-lib
        • C++ code    https://github.com/eclipse/keyple-card-calypso-cpp-lib
  • Plugins for "standardized" smartcard reader solutions:
    • PC/SC (Windows/Linux/MacOS)
      • info              https://keyple.org/components-java/standard-reader-plugins/keyple-plugin-pcsc-java-lib/
      • Java doc     https://eclipse.github.io/keyple-plugin-pcsc-java-lib/
      • Java code   https://github.com/eclipse/keyple-plugin-pcsc-java-lib
      • C++ code    https://github.com/eclipse/keyple-plugin-pcsc-cpp-lib
    • Android OMAPI    - to interface an 'internal' Secure Element in an Android device
      • info              https://keyple.org/components-java/standard-reader-plugins/keyple-plugin-android-omapi-java-lib/
      • Java doc     https://eclipse.github.io/keyple-plugin-pcsc-java-lib/
      • Java code   https://github.com/eclipse/keyple-plugin-android-omapi-java-lib
    • Android NFC    - to interface an "external" Secure Element with an Android device (using NFC Reader mode)
      • info              https://keyple.org/components-java/standard-reader-plugins/keyple-plugin-android-nfc-java-lib/
      • Java doc     https://eclipse.github.io/keyple-plugin-android-nfc-java-lib/
      • Java code   https://github.com/eclipse/keyple-plugin-android-nfc-java-lib<
    • Reader emulation   - for testing without hardware solution with virtual card
      • info              https://keyple.org/components-java/standard-reader-plugins/keyple-plugin-stub-java-lib/
      • Java doc     https://eclipse.github.io/keyple-plugin-stub-java-lib/
      • Java code   https://github.com/eclipse/keyple-plugin-stub-java-lib
      • C++ doc      https://eclipse.github.io/keyple-plugin-stub-cpp-lib/
      • C++ code    https://github.com/eclipse/keyple-plugin-stub-cpp-lib
  • Deprecated components before version 2.x (a single repository per language):
    • Java info until version1.0.0       https://keyple.org/components-java-1.0/
    • Java code until version1.0.0     https://github.com/eclipse/keyple-java (archived repository)
    • C++ info until version 0.9.0       https://keyple.org/components-cpp-0.9/
    • C++ code until version 0.9.0     https://github.com/eclipse/keyple-cpp (archived repository)
GitHub Repositories: 

You can use the code from these repositories to experiment, test, build, create patches, issue pull requests, etc.

keyple - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple.git

keyple-java - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-java.git

keyple-cpp - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-cpp.git

keyple-plugin-android-nfc-java-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-plugin-android-nfc-java-lib.git

keyple-plugin-android-omapi-java-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-plugin-android-omapi-java-lib.git

keyple-service-resource-java-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-service-resource-java-lib.git

keyple-card-calypso-java-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-card-calypso-java-lib.git

keyple-common-java-api - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-common-java-api.git

keyple-distributed-local-java-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-distributed-local-java-lib.git

keyple-distributed-local-java-api - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-distributed-local-java-api.git

keyple-distributed-network-java-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-distributed-network-java-lib.git

keyple-distributed-remote-java-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-distributed-remote-java-lib.git

keyple-distributed-remote-java-api - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-distributed-remote-java-api.git

keyple-plugin-java-api - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-plugin-java-api.git

keyple-plugin-pcsc-java-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-plugin-pcsc-java-lib.git

keyple-plugin-stub-java-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-plugin-stub-java-lib.git

keyple-service-java-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-service-java-lib.git

keyple-util-java-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-util-java-lib.git

keyple-ops - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-ops.git

keyple-website - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-website.git

keyple-card-generic-java-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-card-generic-java-lib.git

keyple-integration-java-test - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-integration-java-test.git

keyple-java-example - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-java-example.git

keyple-service-cpp-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-service-cpp-lib.git

keyple-plugin-cpp-api - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-plugin-cpp-api.git

keyple-util-cpp-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-util-cpp-lib.git

keyple-card-generic-cpp-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-card-generic-cpp-lib.git

keyple-card-calypso-cpp-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-card-calypso-cpp-lib.git

keyple-plugin-pcsc-cpp-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-plugin-pcsc-cpp-lib.git

keyple-plugin-stub-cpp-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-plugin-stub-cpp-lib.git

keyple-cpp-example - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-cpp-example.git

keyple-service-resource-cpp-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-service-resource-cpp-lib.git

keyple-common-cpp-api - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-common-cpp-api.git

keyple-cpp-meta - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-cpp-meta.git

keyple-card-calypso-crypto-legacysam-java-lib - Project repository hosted on GitHub.
  • Browse Repository

Clone: https://github.com/eclipse/keyple-card-calypso-crypto-legacysam-java-lib.git

Project Links

  • Documentation
  • Getting Started
  • Website
  • Dev Mailing List
Eclipse Keyple®

Related Projects

Project Hierarchy:

  • Eclipse IoT
  • Eclipse Keyple®

Tags

Technology Types
  • IoT and Edge

Eclipse Foundation

  • About Us
  • Contact Us
  • Sponsor
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors
  • Careers

Legal

  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top