Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Example IOT Device

dfoulkes edited this page Oct 29, 2015 · 1 revision

#LightService

##Goals

an example of how a component should be setup, the key components to take into consideration is:

  • It calls back to the main service regularly to re-register/update the sever with its IP address.
  • A endpoint may have multiple devices behind it, in this example it supports two light sockets (SOC1,SOC2)
  • Offer a interface which the main server endpoint knows how to interact with (LightRestTransformer.java)

Clone this wiki locally