Repository of the 'Eclipse Keyple' project.
More information can be found on keyple.org.
The actual Keyple code is available in the following modules:
- keyple-java: Java implementation of Eclipse Keyple
- keyple-cpp: C++ implementation of Eclipse Keyple
- keyple-ops: Ops settings of the 'Eclipse Keyple' project
- keyple-website: the website and documentation of 'Eclipse Keyple' project
Please check the individual repositories for instructions for building and contributing.
- 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).