Aeste Code

Code Home

Aeste:Code

Our code repository on github serves as a public repository for our product codes. The code available here can be forked and worked upon by the public. If there are any improvements, just send us a pull request to integrate the changes back into the main-line code.

License

Most of our software code is released under the GPL3 license or better. Some of our hardware code is released under the LGPL3 or better.

Git Flow

We use the popular 'git flow' workflow processes in-house. Actual code used in products can be found in the master branch, while all development work happens on the development branch. More information on the process.