Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

gvancuts/SmartHome-Demo

 
 

Repository files navigation

The IoT to Cloud SmartHome demo

This repository provides source code that allows to set-up and demonstrate an IoT to Cloud SmartHome demo leveraging OCF and IoTivity to communicate between smart appliances (OCF servers), a Home GW (OCF client) and a cloud-based portal (using the IoT REST API Server). The user can interact with the various devices via both an Android companion app (when on the local network) and via the cloud portal. For a more comprehensive overview of the architecture and a detailed step-by-step guide on how to put it all together, please take a look at our online tutorial.

The repository is organised as follows:

  • gateway: code running on the Home Gateway
  • ocf-servers: OCF server implementations in JavaScript (located in js-servers).
    • Generic documentation on how to set them up is available here
    • The specifications for the OCF servers is availabe in the ocf-servers/doc/ folder
  • ostro-config: a collection of systemd service files that can help automatically start the Home GW software (on the Home Gateway) and OCF servers (on the OCF server hardware). (note: these require manual adaptation and not all OCF servers have an associated service file available)
  • sensors: source code for the various Smart Devices that are based on the Zephyr Project
  • smarthome-web-portal: code for the cloud portal
  • snap: meta file for packaging the Home Gateway into a snap

You will find dedicated README.md files in most of these subfolders that will explain in more details how to use their respective contents.

About

SmartHome-Demo

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.2%
  • Python 23.7%
  • HTML 21.2%
  • CSS 4.5%
  • C 3.0%
  • RAML 1.9%
  • Other 1.5%