This project was created to help applications developers for MyHome BTicino. The project emulate the Server Gateway Biticino for talk with SCS bus.
Any Folder you find in the root is a project folder.
Read the 'README.md' file within each project folder for more information on the individual project.
OWN Server project use Gradle. If you don't know it, you can find some istructions below.
For prepare the project for eclipse use:
gradle eclipse
For build the project after modification
gradle build
For prepare distribution file use:
gradle distZip