Android Client for Freedomotic v2
This repository contains the implementation of an Android client for Freedomotic.
The aim of this project is to reproduce all features already integrated in our Java frontend, that's available here.
To have a broad idea about its features you can have a look at our YouTube channel.
In order to execute this fd-android-client
app, first you need to download and launch an instance of Freedomotic on your machine.
Freedomotic is a framework built in Java, so the only pre-requirement to make it running locally is to have a JRE8 installation on your machine.
You can download the latest available daily build available here
The zipped version of this daily build contains a jar file, named freedomotic.jar
that you can run by executing the following command:
java -jar freedomotic.jar
Once launched, a local setup of Freedomotic RESTful APIs will be available at http://localhost:9111
.
This is an Open Source software released under the GNU GPLv2 license.