Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
.NET Day 19 - Monitoring IoT appliances in real...
Search
.NET Day
May 28, 2019
Technology
64
0
Share
.NET Day 19 - Monitoring IoT appliances in real time by Mark Allibone
.NET Day
May 28, 2019
More Decks by .NET Day
See All by .NET Day
.NET Day 2025: How to Lie with AI: Understanding Bias, Ethics, and the Hidden Risks in Machine Learning
dotnetday
0
25
.NET Day 2025: Most Expensive Design Mistakes (Ever) and how to avoid them
dotnetday
0
28
.NET Day 2025: Turbocharged: Writing High-Performance C# and .NET Code
dotnetday
0
41
.NET Day 2025: Developing ASP.NET Core Microservices with Dapr: A practical guide
dotnetday
0
35
.NET Day 2025: Enhancing Legal Document Analysis with Reflection Agents, Semantic Kernel, and Azure AI Search
dotnetday
0
30
.NET Day 2025: Future-Proof Your Blazor Apps with bUnit
dotnetday
0
22
.NET Day 2025: .NET Core Testing: pushing the limits
dotnetday
0
40
.NET Day 2025: The best ways to use the latest OpenAPI features in .NET 9!
dotnetday
0
35
.NET Day 2025: Supercharged Search with Semantic Search and Vector Embeddings
dotnetday
0
30
Other Decks in Technology
See All in Technology
Gaussian Splattingの表現力を拡張する — 高周波再構成とインタラクションへのアプローチ —
gpuunite_official
0
150
サイボウズ、プラットフォームエンジニアリング始めるってよ ― プラットフォームチームの事業貢献と組織アラインメントの強化
ueokande
0
100
20260513_生成AIを専属DSに_AI分析結果の検品テクニック_ハンズオン_交通事故データ
doradora09
PRO
0
220
AI時代に越境し、 組織を変えるQAスキルの正体 / QA Skills for Transforming an Organization
mii3king
5
4.3k
ブラウザの投機的読み込みと投機ルールAPIを理解し、Webサービスのパフォーマンスを最適化する
shuta13
3
300
AI対話分析の夢と、汚いデータの現実 Looker / Dataplex / Dataform で実現する品質ファーストな基盤設計
waiwai2111
0
430
サービスの信頼性を高めるため、形骸化した「プロダクションミーティング」を立て直すまでの取り組み
stefafafan
1
260
会社説明資料|株式会社ギークプラス ソフトウェア事業部
geekplus_tech
0
220
『生成AI時代のクレデンシャルとパーミッション設計 — Claude Code を起点に』の執筆企画
takuros
3
2.3k
毎日の作業を Claude Code 経由にしたら、 ノウハウがコードになった
kossykinto
1
1.3k
ボトムアップ限界を越える - 20チームを束る "Drive Map" / Beyond Bottom-Up: A 'Drive Map' for 20 Teams
kaonavi
0
190
そのSLO 99.9%、本当に必要ですか? 〜優先度付きSLOによる責任共有の設計思想〜 / Is that 99.9% SLO really necessary? Design philosophy of shared responsibility through prioritized SLOs
vtryo
0
600
Featured
See All Featured
Fashionably flexible responsive web design (full day workshop)
malarkey
408
66k
Believing is Seeing
oripsolob
1
120
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
1k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
128
55k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
52k
Max Prin - Stacking Signals: How International SEO Comes Together (And Falls Apart)
techseoconnect
PRO
0
160
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.3k
Ecommerce SEO: The Keys for Success Now & Beyond - #SERPConf2024
aleyda
1
2k
Technical Leadership for Architectural Decision Making
baasie
3
360
What’s in a name? Adding method to the madness
productmarketing
PRO
24
4k
Testing 201, or: Great Expectations
jmmastey
46
8.1k
WENDY [Excerpt]
tessaabrams
10
37k
Transcript
@mallibone Monitoring IoT appliances in real time Mark Allibone Head
of Mobile Noser Engineering AG
@mallibone Azure Cloud
@mallibone Monitoring in the real world
@mallibone
@mallibone “To the cloud!”
@mallibone https://nnmer.github.io/azure-services-map/dist/
@mallibone https://nnmer.github.io/azure-services-map/dist/
@mallibone IoT Hub vs Event Hub
@mallibone IoT Hub or Event Hub? IoT Hub Communication from
Device to Cloud and Cloud to Device Millions of Concurrent Connections (AMQP) Integrated Device Management Event Hub Communication from Client to Cloud 5000 Concurrent Connections (AMQP) No Device Management Credits to Thomas C. Huber
@mallibone Setting up the IoT Hub
@mallibone Setting up the IoT Hub
@mallibone Setting up the IoT Hub
@mallibone Setting up the IoT Hub
@mallibone
@mallibone Azure Cloud
@mallibone Azure Cloud
@mallibone https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest https://github.com/Azure/azure-iot-cli-extension#installation
@mallibone Azure Cloud
@mallibone DEMO
@mallibone
@mallibone Azure Cloud
@mallibone totalgadgetsite.com
@mallibone mscloud.be
@mallibone https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-arduino-iot-devkit-az3166-get-started
@mallibone Azure Cloud
@mallibone Azure Cloud
@mallibone Processing IoT Hub data
@mallibone
@mallibone Azure Cloud
@mallibone Azure Cloud
@mallibone Azure Functions
@mallibone
@mallibone SignalR
@mallibone
@mallibone DEMO
@mallibone
@mallibone SignalR Service is based on ASP.Net SignalR Core
@mallibone ASP.Net SignalR Core supports WebSockets, Server Push and Long
Polling
@mallibone ASP.Net SignalR Core supports WebSockets, Server Push and Long
Polling
@mallibone DEMO
@mallibone ASP.Net SignalR Core Client
@mallibone
@mallibone Cross Platform ❤ .Net Standard
@mallibone Running it on a mobile device
@mallibone Shared App Logic in C# iOS Android Windows UI
Logic Azure Integration .Net Standard
@mallibone DEMO
None
None
Mark Allibone @mallibone Head of Mobile, Noser Engineering AG https://mallibone.com
https://bit.ly/2KdCT3Y Thank you for coming!