Thanks for your interest in this project.
Eclipse Hara™ provides a reference agent software implementation featuring the Eclipse hawkBit device API.
Hara-ddiclient is a Kotlin library that facilitates and speeds up the development of DDI API clients for devices connecting to hawkBit servers.
This repository is subject to the Terms of Use of the Eclipse Foundation
Information regarding source code management, builds, coding standards, and more.
The project maintains the following source code repositories
This Eclipse Foundation open project is governed by the Eclipse Foundation Development Process and operates under the terms of the Eclipse IP Policy.
- https://eclipse.org/projects/dev_process
- https://www.eclipse.org/org/documents/Eclipse_IP_Policy.pdf
In order to be able to contribute to Eclipse Foundation projects you must electronically sign the Eclipse Contributor Agreement (ECA).
The ECA provides the Eclipse Foundation with a permanent record that you agree that each of your contributions will comply with the commitments documented in the Developer Certificate of Origin (DCO). Having an ECA on file associated with the email address matching the "Author" field of your contribution's Git commits fulfills the DCO's requirement that you sign-off on your contributions.
For more information, please see the Eclipse Committer Handbook: https://www.eclipse.org/projects/handbook/#resources-commit
Please make sure newly created files contain a proper license header like this:
/*
* Copyright (c) <year> <author> and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*/
- Fork the repository on GitHub
- Create a new branch for your changes
- Make your changes
- Make sure you include tests
- Make sure the tests pass after your changes
- Commit your changes into that branch
- Use descriptive and meaningful commit messages
- If you have a lot of commits squash them into a single commit
- Make sure you use the
-s
flag when committing as explained above. - Push your changes to your branch in your forked repository
Submit a pull request via the normal GitHub UI (desktop or web).
- Do not use your branch for any other development, otherwise further changes that you make will be visible in the PR.
If you find a vulnerability, DO NOT disclose it in the public immediately! Instead, give us the possibility to fix it beforehand. So please don’t report your finding using GitHub issues and better head over to https://eclipse.org/security and learn how to disclose a vulnerability in a safe and responsible manner
Contact the project developers via the project's "dev" list.