Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.33 KB

File metadata and controls

60 lines (42 loc) · 2.33 KB
title author ms.author ms.date ms.topic description keywords
Overview of IoT on the Cloud
saraclay
saclayt
08/28/2017
article
Learn about messaging, security, and device management with the cloud using Azure IoT.
windows iot, cloud, Azure, Azure IoT Hub, messaging, UWP, Universal Windows Platform

Overview of IoT on the Cloud

The Internet of Things is built on cloud computing. The ability to communicate with the cloud and derive insight from the data is an essential part of any IoT project.

Messaging

Usually, IoT devices communicate with the cloud or each other by sending and receiving messages. The payload of a message sent from the device to cloud can be as small as a value from a sensor and as big as a video file. A cloud to device message is typically a command instructing the device to perform an action.

Message-passing communication patterns vary in complexity ranging from simple one-way messaging to more complex protocols such as request-response or transactional protocols such as the two-phase commit.

Security

Security is an essential part of IoT. For each message, we must ensure that it comes from (or is received by) a trusted device and is not tampered with. The data can contain information that must be encrypted.

Azure IoT Hub

Azure IoT Hub is an Azure cloud service that offers reliable and secure device-to-cloud and cloud-to-device messaging that scales to millions of devices. It offers a streamlined programming model that lets you get started with minimum effort and scale up your solution as its needs grow.

Universal Windows Platform

Universal Windows Platform (UWP) is an evolution of Windows application model introduced in Windows 8. UWP provides a common app platform available on every device that runs Windows 10, including IoT Core.

Microsoft offers a set of libraries and tools that allow you to build your connected UWP IoT applications that connect to Azure IoT Hub.

Continue reading about connecting your IoT Core device to Azure IoT Hub on the connect device to cloud and connect app to cloud pages.

Additional Resources


  1. Cloud and Security Whitepaper