Package | Description |
---|---|
com.microej.demo.thermorest |
Demo mounting a Web server to handle a thermostat.
|
com.microej.demo.thermorest.cloud.aws |
This package contains AWS implementation of the cloud connector.
|
com.microej.demo.thermorest.cloud.mqtt |
This package contains MQTT implementation of the cloud connector.
|
Modifier and Type | Method and Description |
---|---|
static PeriodicPublisherCloud |
Main.createAWSConnector(java.util.Properties properties,
CertificateLoader certificateLoader)
Creates an AWS connector.
|
Modifier and Type | Class and Description |
---|---|
class |
ThermostatAWS
A publisher using Amazon AWS could to publish its data.
|
Modifier and Type | Class and Description |
---|---|
class |
ThermostatMQTT
CloudConnector publishing to eclipse cloud.
|