This is the raw GitHub repository referencing all repositories of the Eclipse Keyple project (https://keyple.org/).
- Keyple offers Java and C++ libraries to build ticketing terminals operating smart cards.
- The Eclipse Keypop project (https://keypop.org/) provides Java and C++ code of the ticketing terminal APIs implemented by Keyple.
Keyple repositories of support Keyple-less libraries (Keyple Distributed client without Keyple dependency)
Keyple-less library | Guide | API doc | Repository |
---|---|---|---|
Keyple-less NFC Mobile Reader lib | keyple-less-reader-nfcmobile-kmp-lib | ||
Keyple-less Distributed JSON client lib | keyple-less-keyple-less-distributed-client-kmp-lib |
Keypop repositories are listed in the GitHub organization of the Eclipse Keypop project.
Support type | Repository | |
---|---|---|
Project websites | main https://keyple.org/ | keyple-website |
API docs https://docs.keyple.org/ | keyple-api-docs | |
Meta scripts for C++ components' download & build | keyple-cpp-meta | |
Use examples | in Java | keyple-java-example |
in C++ | keyple-cpp-example | |
Continuous Integration | GitHub Actions | keyple-actions |
Jenkins configuration | keyple-ops | |
Java integration tests | keyple-integration-java-test | |
Repository configuration | Eclipse-specific | .eclipsefdn |
GitHub-specific | .github |
|
|
|
---|---|---|
Keyple elements from version 0.7 to 1.0 | in Java | keyple-java |
in C++ | keyple-cpp |
- Fork the eclipse/keyple repository
- Clone repository:
git clone https://github.com/[your_github_username]/keyple.git
- Create your feature branch:
git checkout -b my-new-feature
- Make your changes
- Commit your changes:
git commit -m "Add some feature" -s
- Push feature branch:
git push origin my-new-feature
- Submit a pull request
This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.
SPDX-License-Identifier: EPL-2.0
Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
- Eclipse Keyple and the Eclipse Keyple project are Trademarks of the Eclipse Foundation, Inc.
- Eclipse® is a Trademark of the Eclipse Foundation, Inc.
- Eclipse Foundation is a Trademark of the Eclipse Foundation, Inc.
Copyright 2020 the Eclipse Foundation, Inc. and the keyple authors. Code released under the Eclipse Public License Version 2.0 (EPL-2.0).