iot ultimate session

20
IoT Ultimate Damir Dobric [email protected] [email protected] Microsoft PTSP (Partner Technical Solution Specialist) Microsoft Most Valuable Professional Blog Twitte r

Upload: damir-dobric

Post on 18-Feb-2017

115 views

Category:

Software


0 download

TRANSCRIPT

Page 1: IoT Ultimate Session

IoT Ultimate

Damir Dobric

[email protected]@microsoft.com

Microsoft PTSP (Partner Technical Solution Specialist)Microsoft Most Valuable ProfessionalBlog Twitter

Page 2: IoT Ultimate Session

Few weeks ago…

Page 4: IoT Ultimate Session

Smart Automation

Page 5: IoT Ultimate Session

Smart Car

Break telemetry data

Predictive Analytic and Monitoring

Deploy new parameters System

Integration

Page 6: IoT Ultimate Session

Under the hub

Page 7: IoT Ultimate Session

Human Machine Interaction

Page 8: IoT Ultimate Session

• “Things” can be represented as Holograms.

• If hologram is representation of a physical device, then it is called “HoloTwin”

• User can interact with Device and or Hologram.

HoloTwin

Page 9: IoT Ultimate Session

LED as “HoloTwin”LED state: On

Page 10: IoT Ultimate Session

How does all these work?

Page 11: IoT Ultimate Session

Led as “HoloTwin”LED state: Off

Page 12: IoT Ultimate Session

What is the Internet of Things (IoT)?

Connectivity Data AnalyticsThings

Page 13: IoT Ultimate Session

Event Hub

Event Producers

Azure Event Hub

> 1M Producers> 1GB/sec Aggregate Throughput

HTTP/SAMQP

Up to 32 partitions via portal, more on

request

Parti

tions

Direct

PartitionKeyHash

Consumer Group(s)

Receivers

Event Processor Host

IEventProcessor

AMQP 1.0 (no http/s)Credit-based flow controlClient-side cursorsOffset by Id or Timestamp

Page 14: IoT Ultimate Session

IoT HubDEVICE IoT

Hub SERVICE

deviceClient.SendEventAsync(msg)

msg = deviceClient.ReceiveAsync();

deviceClient.CompleteAsync(msg)

evHubReceiver.ReceiveAsync(msg)

serviceClient.SendAsync(“device”,msg);

FeedbackReceiver feedRcv = serviceClient.GetFeedbackReceiver();

IoTHub

CommandQueue(s)

Page 15: IoT Ultimate Session

Telemetry & Analytics

IoTHub

Stream Analytics

Smart Automation Suite

IoTApi

Modbus IoTHub Service Bus

HomeMatic …

Win10 Iot-Core on PI

Universal Windows App

Page 16: IoT Ultimate Session

DEMO(s)

Page 18: IoT Ultimate Session

Q&A

Page 19: IoT Ultimate Session
Page 20: IoT Ultimate Session

Message Sample

<?xml version="1.0" encoding="utf-8"?><string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">off</string>