/Example-SmartHome

Connect to various appliances (thermostats, lights, doors, power controls...), monitor and control them with useful services including home status overview, and various control for temperature, light and door.

Primary LanguageJavaOtherNOASSERTION

Overview

This repository contains the smarthome demo.

Usage

The project com.microej.demo.smarthome depends on two other projects. To run it, Ivy must find its dependencies.

There are two ways to do it:

  1. Resolve dependencies in workspace, this solution does not work if you want to wrap smarthome into a sandboxed application
    1. Go to Windows -> Preferences -> Ivy -> Classpath container
    2. Make sure that Resolve dependencies in workspace is checked
  2. Build the projects
    1. Build the project com.microej.demo.smarthome.data with EasyAnt
    2. Build the project com.microej.demo.smarthome.data.default with EasyAnt

Now you can follow the com.microej.demo.smarthome README.

Requirements

  • MicroEJ Studio or SDK 4.1 or later
  • A platform with at least:
    • EDC-1.2 or higher
    • BON-1.2 or higher
    • MICROUI-2.0 or higher

Dependencies

All dependencies are retrieved transitively by Ivy resolver.

Source

N/A

Restrictions

None.