|
|
|
Owntech Power API is the modular embedded software running on the OwnTech Power Converter.
|
|
|
|
The Core project is the main repository intended to be cloned by end-users.
|
|
|
|
|
|
|
|
It provides all the configuration required to begin a project with OwnTech Power API, and includes the ability to automatically download OwnTech libraries.
|
|
|
|
|
|
|
|
# Working with OwnTech Power API
|
|
|
|
|
|
|
|
What you need is to clone the Core repository:
|
|
|
|
`git clone https://gitlab.laas.fr/owntech/power-api/core.git owntech_power_api`
|
|
|
|
|
|
|
|
More details can be found in the [readme file](https://gitlab.laas.fr/owntech/power-api/core/-/blob/main/README.md).
|
|
|
|
|
|
|
|
# Contributing to OwnTech Power API
|
|
|
|
|
|
|
|
The policy of the project is to use merge requests for contribution.
|
|
|
|
You'll first need to fork the repository so that you can work on a private mirror. You can manage this mirror the way you want, however you must ensure that your changes are fast-forward regarding the main branch when you request a merge. |
|
|
|
\ No newline at end of file |