Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 805 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 805 Bytes

MQTT

MQTT stands for MQ Telemetry Transport. It is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks. The design principles are to minimise network bandwidth and device resource requirements whilst also attempting to ensure reliability and some degree of assurance of delivery. These principles also turn out to make the protocol ideal of the emerging “machine-to-machine” (M2M) or “Internet of Things” world of connected devices, and for mobile applications where bandwidth and battery power are at a premium.

This Project gives a glimpse of how a home automation or IOT based product can simply be made.

Requirements are as following

Node Xcode for iOS demonstration