More Related Content
.NET の今 ~ 最新アップデートと 2019 年の展望 Minecraftでプログラミングを学べるって本当? Introduction to application architecture on asp.net mvc .NET Core 3.0 で見る Client Apps #BuriKaigi #BuriKaigi2019 Windows IoT Core and Robot Arm What's hot (20)
新 Microsoft Edge を Intune で配信・管理する 10分で(だいたい)わかるMicrosoft MVP アワードプログラム Windows10とRaspberryPiでMakerFaireTokyoに参加 クラウド化が進む今だから読み解くHyper-Vアーキテクチャ Docker on azure!進化していくcontainerを覗いてみよう! VyOSで作るIPv4 Router/IPv6 Bridge 20150905 stream analytics SB TechNight #5 ~AVD構築のアレコレ~ Azure Cosmos DB Emulator on Docker を GitHub Codespaces で動かす! Similar to Soracom ug (20)
Azure IoT Edge - EdgeAI #5 【de:code 2020】 そのロジック、IoT Edge で動きます - Azure IoT Edge 開発 Deep Dive Azure IoT Edge - ALGYAN Dec 2022.pdf Azure IoT Edge で Custom Vision Edge AI ソリューションを支える Azure IoT サービス Intel OpenVINO、 NVIDIA Deepstream対応開発キットから、 エッジサーバー、Azure Data Box Edgeまで、 Az... IoT Edge and Serverless playground with Node.js ~ IoT EdgeとサーバレスをNode.jsで遊ぶ実験ノート Azure io t_central_iotedge Azure上のIoT Solution、WeDXのご紹介 【de:code 2020】 SaaS で迅速に IoT を実現 - Azure IoT Central 最新アップデートと活用術 Azure IoT 最前線!~ Microsoft Ignite 2019での発表と直近アップデート総まとめ ~ Japan MVP Community Connection 2017 Autumn smart Demonstration Microsoft Intelligent Edge Technologies ハノーバーメッセ、Build 2018最新情報、AzureSphere ご紹介_IoTビジネス共創ラボ 第8回勉強会 Microsoft AI and IoT Platform 【日商USA】インフラ担当者向け AIインフラとEdge AI 最新トレンド More from Yoshinori Hayashi (7)
SpeechPlatform with Kinect Soracom ug
- 2. 自己紹介
・林 宜憲(@linyixian)
・2016~ MVP for Windows Deveropment
・所属 (株)リンシステムズ
・ほぼソフトウェアエンジニアのはずだけど、MVP受賞カテゴリーはハードウェア
・仕事も業務システムの開発がメイン。たまにサーバー構築もしたり・・・
・普段はIoT Algyanで活動しています。
- 4. IoT Edge 開発とは
・一言でいうと、Dockerコンテナの開発です。
・IoT Edge RuntimeもDockerコンテナです。
・IoT Edge Agentは各モジュールの管理を行います。
・IoT Edge HubはIoT Hubとデバイス上のモジュールとの間でプロキシとして動作します。
・デバイス上のモジュール間通信もIoT Edge Hubが担当しています。
・Custom Moduleの開発はDockerコンテナなので好きなプログラミング言語が使えます。
・Dockerコンテナの開発経験がある人は比較的楽に開発できそう・・・
(自分は不慣れなので、今回のデモを作るのにDockerfileの作成に半分以上時間を費やしました…)