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
  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 available 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: https://github.com/eclipse/keyple-java-example
  • Java components:
    • until version 1.0.0, single repository https://github.com/eclipse/keyple-java (archived repository)
    • from version 2.0.0, several repositories: status on https://keyple.org/repositories-dashboard/
      • external standardized Calypso Terminal API:
        • Reader API
          • code    https://github.com/calypsonet/calypsonet-terminal-reader-java-api
          • doc    https://calypsonet.github.io/calypsonet-terminal-reader-java-api/
        • Card API
          • code    https://github.com/calypsonet/calypsonet-terminal-card-java-api
          • doc    https://calypsonet.github.io/calypsonet-terminal-card-java-api/
        • Calypso API
          • code   https://github.com/calypsonet/calypsonet-terminal-calypso-java-api (main API for Calypso terminal application impementation)
          • doc    https://calypsonet.github.io/calypsonet-terminal-calypso-java-api/
      • Core components:
        • Keyple Service    (service implementing Reader API & Card API)
          • code   https://github.com/eclipse/keyple-service-java-lib
          • doc    https://eclipse.github.io/keyple-service-java-lib/
          • info    https://keyple.org/components-java/core/keyple-service-java-lib/
        • Plugin SPI     (for pluging implementation)
          • code   https://github.com/eclipse/keyple-plugin-java-api
          • doc    https://eclipse.github.io/keyple-plugin-java-api/
          • info    https://keyple.org/components-java/core/keyple-plugin-java-api/
        • Utility
          • Keyple shared reference
            • code   https://github.com/eclipse/keyple-common-java-api
            • doc    https://eclipse.github.io/keyple-common-java-api/
            • info    https://keyple.org/components-java/core/keyple-common-java-api/
          • Helper functions
            • code   https://github.com/eclipse/keyple-util-java-lib
            • doc    https://eclipse.github.io/keyple-util-java-lib/
            • info    https://keyple.org/components-java/core/keyple-util-java-lib/
      • Card resource manager extension
        • code   https://github.com/eclipse/keyple-service-resource-java-lib
        • doc    https://eclipse.github.io/keyple-service-resource-java-lib/
        • info    https://keyple.org/components-java/core/keyple-service-resource-java-lib/
      • Distributed module (for remote card readers):
        • for terminal operating a remote reader
          • lib
            • code   https://github.com/eclipse/keyple-distributed-remote-java-lib
            • doc    https://eclipse.github.io/keyple-distributed-remote-java-lib/
          • API
            • code   https://github.com/eclipse/keyple-distributed-remote-java-api
            • doc    https://eclipse.github.io/keyple-distributed-remote-java-api/
          • info    https://keyple.org/components-java/distributed/keyple-distributed-remote-java-lib/
        • for terminal interfaced with a local reader
          • lib
            • code   https://github.com/eclipse/keyple-distributed-local-java-lib
            • doc    https://eclipse.github.io/keyple-distributed-local-java-lib/
          • API
            • code   https://github.com/eclipse/keyple-distributed-local-java-api
            • doc    https://eclipse.github.io/keyple-distributed-local-java-api/
          • info    https://keyple.org/components-java/distributed/keyple-distributed-local-java-lib/
        • common lib for network messaging
          • code   https://github.com/eclipse/keyple-distributed-network-java-lib
          • doc    https://eclipse.github.io/keyple-distributed-network-java-lib/
          • info    https://keyple.org/components-java/distributed/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
          • code   https://github.com/eclipse/keyple-card-generic-java-lib
          • doc    https://eclipse.github.io/keyple-card-generic-java-lib/
          • info    https://keyple.org/components-java/card-extensions/keyple-card-generic-java-lib/
        • Calypso card    library to manage Calypso processing on a terminal (implementation of the Calypso API)
          • code   https://github.com/eclipse/keyple-card-calypso-java-lib
          • doc    https://eclipse.github.io/keyple-card-calypso-java-lib/
          • info    https://keyple.org/components-java/card-extensions/keyple-card-calypso-java-lib/
      • Plugins for "standardized" smartcard reader solutions:
        • PC/SC (Windows/Linux/MacOS)
          • code   https://github.com/eclipse/keyple-plugin-pcsc-java-lib
          • doc    https://eclipse.github.io/keyple-plugin-pcsc-java-lib/
          • info    https://keyple.org/components-java/standard-reader-plugins/keyple-plugin-pcsc-java-lib/
        • Android OMAPI    - to interface an 'internal' Secure Element in an Android device
          • code   https://github.com/eclipse/keyple-plugin-android-omapi-java-lib
          • doc    https://eclipse.github.io/keyple-plugin-pcsc-java-lib/
          • info    https://keyple.org/components-java/standard-reader-plugins/keyple-plugin-android-omapi-java-lib/
        • Android NFC    - to interface an "external" Secure Element with an Android device (using NFC Reader mode)
          • code   https://github.com/eclipse/keyple-plugin-android-nfc-java-lib
          • doc    https://eclipse.github.io/keyple-plugin-android-nfc-java-lib/
          • info    https://keyple.org/components-java/standard-reader-plugins/keyple-plugin-android-nfc-java-lib/
        • Reader emulation   - for testing without hardware solution
          • code   https://github.com/eclipse/keyple-plugin-stub-java-lib
          • doc    https://eclipse.github.io/keyple-plugin-stub-java-lib/
          • info    https://keyple.org/components-java/standard-reader-plugins/keyple-plugin-stub-java-lib/
  • Cpp implementation
    • until version 0.9.0, single repository https://github.com/eclipse/keyple-cpp (archived repository)
    • info    https://keyple.org/components-cpp-0.9/
Source 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

Incubating - Eclipse Keyple®

Project Links

  • Documentation
  • Getting Started
  • Website
  • Dev Mailing List

Related Projects

Project Hierarchy:

  • Eclipse IoT
  • Eclipse Keyple®

Tags

Technology Types
  • Internet of Things

Eclipse Foundation

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

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