freedomotic / fd-android-client

Android Client for Freedomotic v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fd-android-client

Android Client for Freedomotic v2

Build Status Codacy Badge

Scope of the project

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.

Pre-requirements

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.

Download and launch the latest build of the framework

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

Freedomotic RESTful endpoints

Once launched, a local setup of Freedomotic RESTful APIs will be available at http://localhost:9111.

License

This is an Open Source software released under the GNU GPLv2 license.

About

Android Client for Freedomotic v2

License:GNU General Public License v2.0


Languages

Language:Java 100.0%