ppegusii / cs677-smart-homes-IoT

Programming Assignment 1: Internet of Things and Smart Homes
GNU General Public License v2.0
2 stars 0 forks source link

Design Decision: Middleware #17

Open ameetrivedi opened 9 years ago

ameetrivedi commented 9 years ago
  1. All call (broadcast, to individual nodes) would be made by each application via the Middleware. Middleware intercepts each call and keeps a track of the current devices registered etc. Main reason is for cleaner code, reduce redundancy of code and primarily applications do not need to track the device type and other details while broadcasting messages or taking to a particular device