SlideShare una empresa de Scribd logo
1 de 35
+49 (0) 69 24 24 08 00
info@daenet.eu
http://www.daenet.de/
http://www.daenet.de/
http://www.daenet.de/
Microsoft IoT Universe
Damir Dobric
Daenet lead Architect
Microsoft Most Valuable Professional – Cloud Platform
Microsoft Partner Technical Solution Professional
Who is me?
Damir Dobric
damir.dobric@daenet.com
b-dadobr@microsoft.com
Microsoft PTSP
(Partner Technical Solution Specialist)
Microsoft Most Valuable Professional
Blog Twitter
CloudAppsCloud CloudConsultingCloudAppsMiddlewareCloudAppsMiddlewareSoftware
Unsere Kunden
. . .
Agenda
 What is IoT?
 What is NOT IoT?
 Azure Messaging for IoT
 Service Bus
 EventHub
 IoT Hub
 Azure Analytics Services
 Stream Analytics
 Data Lake
 Power Bi
 IoT in Augmented Reality
 HoloLens
 HoloTwins (Putting all together)
Applications
Connectivity Data Analytics
Things
Connectivity
What is the Internet of Things (IoT)?
What is not IoT?
USB, TCP, UDP, Direct WiFi,
MQTT, HTTP,..
There is no internet of things
without Internet 
?
Challenge
“IoT”, “Smart”, “Mobile” and Enterprise
IP=10.0.0.15
A B
IP=10.0.0.15
A CB
IP=192.168.0.2
A CB
Definition „Mobile Device“
Mobile Device is a Smart Device, which changes its
position in network space.
Service Assisted Communication
Protocol A
BROKER
Protocol B
Protocol C
Demo
http://iotwebappsample.azurewebsites.net/servicebussample/QueueSamples.html
Service Bus Java Script SDK: https://github.com/ddobric/ServiceBusJavaScriptSdk/wiki/What-is-Azure-Service-Bus-JavaScript-SDK%3F
Azure IoT Messaging Services
Service Bus
Queues
Topics
Relays
Event Hub
High-Scale Queues
Streams of messages
IoT Hub
Cloud to Device (commands)
Device to Cloud (Telemetry, Feedback)
Service Bus
Service Bus
Queues
Topics
Relays
Connect millions
of devices
across platforms
Stream millions
of events per second
into multiple applications
Event Hub
High-Scale is very, very hard
Event Hub Architecture
Event
Producers
How much can we scale?
2 880 000 * 60 *24 = 4147200000
12*4*1000*60=2 880 000
Demo: Smart Automation
http://blogs.microsoft.com/transform/2016/04/25/connecting-aging-machines-to-new-life-for-
germanys-mittelstand-and-beyond/#sm.000izt6un180jfgtqp62g66bayhx4
IoT Hub
IoT Hub scenarios
DEVICE
IoT
Hub
SERVICE
deviceClient.SendEventAsync(msg)
msg = deviceClient.ReceiveAsync();
deviceClient.CompleteAsync(msg)
evHubReceiver.ReceiveAsync(msg)
serviceClient.SendAsync(“device”,msg);
FeedbackReceiver feedRcv =
serviceClient.GetFeedbackReceiver();
IoT
Hub
Command
Queue(s)
Cross Platform SDKs?
UWP .net core
Smart Automation
IoTHub
Stream Analytics
Smart Automation Suite
IoTApi
Modbus IoTHub
Service
Bus
HomeMatic …
Win10 Iot-Core
Drone Control: https://www.facebook.com/183726964997273/videos/1013819578654670/
UNI Video: https://www.facebook.com/183726964997273/videos/998042180232410/
Azure Stream Analytics
Service Bus
Queues
Topics
Relays
Event Hub
High-Scale Queues
Streams of messages
IoT Hub
Cloud to Device (commands)
Device to Cloud (Telemetry, Feedback)
Azure Stream Analytics
Thumbling Window
SELECT Device, Temp, COUNT(*) as NumEvents FROM EntryStream
GROUP BY Device, TumblingWindow(minute,5)
https://azure.microsoft.com/en-us/documentation/articles/stream-analytics-stream-analytics-query-patterns/
Hoping Window
SELECT System.TimeStamp AS WindowEnd, TollId, COUNT(*) FROM Input TIMESTAMP
BY EntryTime GROUP BY TollId, HoppingWindow(Duration(hour, 1), Hop(minute, 5),
Offset(millisecond, -1))
Sliding Window
Hoping
SELECT DateAdd(minute,-5,System.TimeStamp) AS WinStartTime,
System.TimeStamp AS WinEndTime, TollId, COUNT(*) FROM Input TIMESTAMP
BY EntryTime GROUP BY TollId, SlidingWindow(minute, 5) HAVING COUNT(*)
> 3
This example finds all toll booths which have served more than 3 vehicles in the last 5
minutes:
Azure Data Lake
Ingest
regardless of requirements
Store
in native format without
schema definition
Analyze
Using analytic engines
like Hadoop
Interactive queries
Batch queries
Machine Learning
Data warehouse
Real-time analytics
Devices
Human Machine Interaction vNext
Holo Twins
https://www.facebook.com/183726964997273/videos/1025427097493918/
References
Smart Automation video at HMI
https://www.youtube.com/watch?v=DHbW4BNpYp0
Smart Automation official video
https://www.facebook.com/183726964997273/videos/9980421802
32410
Remote Drone Control Video
https://www.facebook.com/183726964997273/videos/1013819578654670
Holo Twins Video
https://www.facebook.com/183726964997273/videos/1025427097493918
Connecting aging machines to the new life
http://blogs.microsoft.com/transform/2016/04/25/connecting-aging-machines-to-
new-life-for-germanys-mittelstand-and-
beyond/#sm.000izt6un180jfgtqp62g66bayhx4
Io t hessen meetup 2016 (Microsoft IoT Universe and HoloLens)

Más contenido relacionado

Destacado

NEXCOM IoT Automation Solutions
NEXCOM IoT Automation SolutionsNEXCOM IoT Automation Solutions
NEXCOM IoT Automation Solutions
Eric Lo
 

Destacado (13)

NEXCOM IoT Automation Solutions
NEXCOM IoT Automation SolutionsNEXCOM IoT Automation Solutions
NEXCOM IoT Automation Solutions
 
Microsoft Machine Learning Smackdown
Microsoft Machine Learning SmackdownMicrosoft Machine Learning Smackdown
Microsoft Machine Learning Smackdown
 
Would I have survived the Titanic? Machine Learning in Microsoft Azure
Would I have survived the Titanic? Machine Learning in Microsoft AzureWould I have survived the Titanic? Machine Learning in Microsoft Azure
Would I have survived the Titanic? Machine Learning in Microsoft Azure
 
SQL Server 2016 R Services + Microsoft R Server 技術資料
SQL Server 2016 R Services + Microsoft R Server 技術資料SQL Server 2016 R Services + Microsoft R Server 技術資料
SQL Server 2016 R Services + Microsoft R Server 技術資料
 
Microsoft R Server for Data Sciencea
Microsoft R Server for Data ScienceaMicrosoft R Server for Data Sciencea
Microsoft R Server for Data Sciencea
 
R at Microsoft
R at MicrosoftR at Microsoft
R at Microsoft
 
IoT with the Best: Watson IoT Bluemix and Blockchain
IoT with the Best: Watson IoT Bluemix and BlockchainIoT with the Best: Watson IoT Bluemix and Blockchain
IoT with the Best: Watson IoT Bluemix and Blockchain
 
AWS vs Azure - A high level comparison between the giants in cloud computing
AWS vs Azure - A high level comparison between the giants in cloud computingAWS vs Azure - A high level comparison between the giants in cloud computing
AWS vs Azure - A high level comparison between the giants in cloud computing
 
AI Everywhere: How Microsoft is Democratizing AI
AI Everywhere: How Microsoft is Democratizing AIAI Everywhere: How Microsoft is Democratizing AI
AI Everywhere: How Microsoft is Democratizing AI
 
Smart Industry 4.0: IBM Watson IoT in de praktijk
Smart Industry 4.0: IBM Watson IoT in de praktijkSmart Industry 4.0: IBM Watson IoT in de praktijk
Smart Industry 4.0: IBM Watson IoT in de praktijk
 
NashTech - Azure IoT Solutions on Microsoft Azure
NashTech - Azure IoT Solutions on Microsoft AzureNashTech - Azure IoT Solutions on Microsoft Azure
NashTech - Azure IoT Solutions on Microsoft Azure
 
AWS vs. Azure
AWS vs. AzureAWS vs. Azure
AWS vs. Azure
 
Microsoft Project Olympus AI Accelerator Chassis (HGX-1)
Microsoft Project Olympus AI Accelerator Chassis (HGX-1)Microsoft Project Olympus AI Accelerator Chassis (HGX-1)
Microsoft Project Olympus AI Accelerator Chassis (HGX-1)
 

Más de Damir Dobric

Más de Damir Dobric (20)

Tools fuer ki and ml
Tools fuer ki and mlTools fuer ki and ml
Tools fuer ki and ml
 
Ai zum anfassen
Ai zum anfassenAi zum anfassen
Ai zum anfassen
 
Introduction to Cosmos db
Introduction to Cosmos dbIntroduction to Cosmos db
Introduction to Cosmos db
 
What should you know about Net Core?
What should you know about Net Core?What should you know about Net Core?
What should you know about Net Core?
 
Ai zum anfassen
Ai zum anfassenAi zum anfassen
Ai zum anfassen
 
AI for developers
AI for developersAI for developers
AI for developers
 
Net core
Net coreNet core
Net core
 
Microservices and modern backends - Azure Meetup Frankfurt
Microservices and modern backends  - Azure Meetup FrankfurtMicroservices and modern backends  - Azure Meetup Frankfurt
Microservices and modern backends - Azure Meetup Frankfurt
 
Building Applications for HoloLens
Building Applications for HoloLensBuilding Applications for HoloLens
Building Applications for HoloLens
 
Key Steps in Developing .NET Core Applications
Key Steps in Developing .NET Core ApplicationsKey Steps in Developing .NET Core Applications
Key Steps in Developing .NET Core Applications
 
IoT Ultimate Session
IoT Ultimate SessionIoT Ultimate Session
IoT Ultimate Session
 
Moderne backends mit dem aktor programmiermodell
Moderne backends mit dem aktor programmiermodellModerne backends mit dem aktor programmiermodell
Moderne backends mit dem aktor programmiermodell
 
IoT with UWP, .NETCore and Azure
IoT with UWP, .NETCore and AzureIoT with UWP, .NETCore and Azure
IoT with UWP, .NETCore and Azure
 
Microsoft Io TechCamp Frankfurt am Main 2015
Microsoft Io TechCamp Frankfurt am Main 2015Microsoft Io TechCamp Frankfurt am Main 2015
Microsoft Io TechCamp Frankfurt am Main 2015
 
Microservices and Azure App Services
Microservices and Azure App ServicesMicroservices and Azure App Services
Microservices and Azure App Services
 
Azure Machine Learning Intro
Azure Machine Learning IntroAzure Machine Learning Intro
Azure Machine Learning Intro
 
Internet of Things, Cloud & Co.
Internet of Things, Cloud & Co.Internet of Things, Cloud & Co.
Internet of Things, Cloud & Co.
 
Internet of Things & Co.
Internet of Things & Co.Internet of Things & Co.
Internet of Things & Co.
 
IoT, connecting apps, devices and services
IoT, connecting apps, devices and servicesIoT, connecting apps, devices and services
IoT, connecting apps, devices and services
 
Connecting Apps, Devices and Services
Connecting Apps, Devices and ServicesConnecting Apps, Devices and Services
Connecting Apps, Devices and Services
 

Último

CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
anilsa9823
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
anilsa9823
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 

Último (20)

A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 

Io t hessen meetup 2016 (Microsoft IoT Universe and HoloLens)

Notas del editor

  1. Slide 10: What is the Internet of Things (IoT)? Key Points: Today, the Internet of Things (or IoT) is a difficult trend to define precisely as there is no standard definition for it, and everyone has a different meaning Despite how seemingly complex it is, it essentially consists of four basic areas Talk Track: The Internet of Things really comes down to four key things: Physical “things” such as line of business assets, including industry devices or sensors. Those “things” that have connectivity to either the internet or to each other or humans. Those “things” have the ability to collect and communicate information – this information may include data collected from the environment or inputted by users. And then the analytics that comes with the data enable people or machines to take action. Having a strong IoT strategy is the first you want to do in your digital business transformation journey.