Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 480 Bytes

File metadata and controls

18 lines (14 loc) · 480 Bytes

Smart Home CPP

Describe a smart home with autonomous running sensors and controllers.

Brief project description

A building is known as smart when it has the ability to collect data from environmental sensors combined with the possibility to make decisions based on that data. Our goal is to build a platform which will provide access, and management of this hardware.

Design

Entities

  • SmartHome
  • Agent
  • Sensor
  • Controller
  • Dispatcher
  • Event
  • WaitingQueue