SWEST16 夜の分科会 s1a IoT(Internet of Things)時代を構築

Size: px
Start display at page:

Download "SWEST16 夜の分科会 s1a IoT(Internet of Things)時代を構築"

Transcription

1 SWEST16 夜の分科会 s1a IoT(Internet of Things) 時代を構築 日本マイクロソフト株式会社 デベロッパーエクスペリエンス & エバンジェリズム統括本部 エバンジェリスト 太田 寛 Blog: アジェンダ Internet of Things とは デバイスをクラウドにつなぐ データを蓄積する デバイスを管理する データを活用する Internet of Things で価値を生む 最後に 1

2 Internet of Things とは Internet of Things とは? モノのインターネットとは 物理的なモノ ( 物体 ) のネットワークである また その物体には 自らの状態や周辺環境をセンシングし 通信し 何かしらの作用を施すテクノロジが埋め込まれている Source: Gartner 2

3 3:0PM 25% 湿度 70 プリセット IoT への期待 インサイトとスピードを得る 競合他社との競争力を強化する 新しい事業機会を創出する 顧客サービスを再定義する 接続可能なモノが急増 接続機能が充実 ビジネス機会 修正 95 表示 支払 2020 年までに 212 億のモノがネットにつながる トレーニング 2020 年までに IoT 関連市場 3,000 億ドル ( 推定 ) 3

4 IoT Internet Of Things の基本構造 デバイス マイコン サービス 専用機器 クラウド ビッグ サーバー データ 駆動装置 センサー 実世界 クライアント 機器メーカー サービス事業者 開発 運用 管理 派生事業者 利用者 データ活用 サービス AD, System Center, ML, PowerBI, Dynamics, Office 365, SharePoint デモ Device + Azure Sensor(Temp, Humidity, Pressure, Light, Moisture) + Cloud storing Sensor(Accelerometer, Gyro), Motor, Camera + Cloud gateway, remote control Sensor(Accelerometer, Gyro, Compass, GPS) + Cloud real-time multicast Storing and real-time multicast communication. Rapid development using VS 4

5 IoT の構成要素 Internet of Things 接続蓄積構成分析管理 活用 デバイスをクラウドにつなぐ 5

6 クラウド超基礎知識 自前のサーバー クラウド 必要な時に必要なだけ使用使った分だけお支払いスケール可能 パブリックオンプレミスハイブリッド App/Service App/Service App App Web Server Database Server OS ハードウェアを含むシステムに必要な全てのものを自分でインストール セットアップ アップデート セキュリティパッチ等も自分で対応 Web Server Database Server OS IaaS 自由度大手間 運用コスト大 Service ストレージ ウェブサーバー ホスティング等 基本機能の提供 PaaS 特定用途向けサービスの提供 SaaS アプリや 拡張可能なアプリ基盤の提供 XaaS 容易にスタート手間 運用コスト低 ウェアラブル既存機器 Gate way リアルタイム情報選別 遠隔制御 6

7 3:0PM 25%humidity 70preset 接続性の問題 1:1 接続 自前のサーバー クラウド No Problem? No Problem 沢山の接続 自前のサーバー Scale 取りこぼしレーテンシー IoT における 組込み機器とクラウド間のデータの特徴 データ長が比較的短いパケットを断続的に送受信 効果が出る 計測項目増加 測定対象増加 複数のノードからのデータが多数受信 多様な組込みプラットフォーム 組込み機器 95 Windows.NET MF T-Kernel RT Linux VxWorks Non OS HTTP REST AMQP MQTT (+Custom Protocol) クラウド Telemetry Command Notification Contents 重要なポイント 多くのデータパケットを捌く仕組み 標準プロトコル アーキテクチャ フレームワーク 7

8 Event Hub (Preview) Producers Collection Broker Long term storage Presentation and action Legacy IoT (Custom protocols) Devices IP capable devices (Windows/Linux Low power devices (RTOS) AMQP/HTTP, C,.NET, Java Applications MQTT/COAP/Custom AMQP/HTTP C,.NET, Java Custom Cloud gateway Field gateway (Raspberry PI/ Galileo) (Embedded.Net/ ThreadX) Scale on throughput (GB/s) and concurrent senders (1M with auth/flow control) Event Hub Time based data retention, Consumer groups, Partitioned receivers, Check-pointing, Partition distribution APIs Low end-to-end latency Easy integration with analytics frameworks and services Custom code (Storm/Orleans) Storage adapters Configurable adapters for storage devices Azure Dbs Azure Storage HDInsight - App insights Data analytics State over time Dashboard Service Search Distributed tracing Large Middle Small On Devices Micro 8

9 High Middle 小型組込み機器の制御ソフトウェア開発を PC アプリ並に簡単に開発したい!! Small.NET Micro Framework Micro / Gadgeteer C# VB でプログラミング Visual Studio を使って開発様々な HW OS にポーティング可能少ないメモリ量で動作オープンソースのファームウェア 容易なスタートアップを目指して.NET Gadgeteer 超低消費電力機器制御 HW I/F 制御 :I2C SPI UART PWM Digital IO WPF サブセットによる UI 構築 ネットワーク通信 (HTTP TCP/IP ) 9

10 C# VB で 快適プログラミング ドラッグ & ドロップ +.NET MF SDK + 各社の SDK Visual Studio/TFS 機能の活用 エミュレータ 実機デバッグ GUI による HW 設計 必要ライブラリの自動追加 変数 初期化コードの自動生成 独自 SDK も開発可能 10

11 11

12 クラウドサービスを使ってみよう を開いて 始めるのは簡単です を開いて Visual Studio を起動して 使いたい機能を選択して + 新規 をクリック サブスクリプション契約 無料枠あり プロジェクト作成からもクラウドサービスが作成できる 12

13 3:0PM 25%humidity 70preset データを蓄積する 95 組込み機器 Windows.NET MF T-Kernel RT Linux VxWorks Non OS Event Hub Complex Event Processing Engine Data Storage データストリームでのデータ変換 データストリームの監視 分析 ビジネスルール アラームエンジン 警告と通知 業務アプリとの連携 Azure Tables BLOB Azure SQL Database 関連データ 永続ストレージへの格納 表示や分析で参照 Apply Updates Deliver Content and Commands Device Administration コマンドとコントロール デバイスグルーピング アドミニストレーション デバイスレジストリ デバイスを管理する 実世界での論理的な意味づけ ハードウェア 表示 分析で活用 生産ライン 論理モデル + 計測データ Device Administration 論理モデルの管理機構 コマンドとコントロール デバイスグルーピング アドミニストレーション デバイスレジストリ 13

14 データを活用する Event Hub Complex Event Processing Engine Data Storage Device Administration ビジネスルール アラームエンジン 警告と通知 業務アプリとの連携 Azure Tables BLOB Azure SQL Database コマンドとコントロール デバイスグルーピング アドミニストレーション デバイスレジストリ Internet of Things は 活用して初めて意義がある!! 他のデータとの組合せ ダッシュボード - 今何が起きているか? 分析 - 過去何が起こったか? トレンド クラスタリング パターン データマーケット - データを売る 派生サービス : 予防保全 自動警告 運用コスト削減 歩留り改善 購買動向 機器利用動向 機器開発 Dev Ops 関連技術 PC, Tablet, Smartphone アプリで表示 ソリューション Web アプリホスティング Cloud Service Web Sites Mobile Service PC, Tablet, Smartphone アプリへの通知 蓄積ビッグデータ ソリューションを売る Notification Hub 14

15 関連技術 - 分析 予測モデル Web API 監視 Event Hub Complex Event Processing Engine 機械学習によるリアルタイム監視 Publish Data Storage Azure Machine Learning ( 機械学習 ) 学習モデル 機器利用データ Excel Power Query 機器開発版 Dev Ops Excel Power View Map 状態の可視化 Internet of Things で価値を生む 15

16 Internet of Your Things 組込み機器を含む様々なデバイス群 Internet of Things 人中心の IT の世界 Mobile First Cloud First ML, CRM, ECM, BI, Devices and assets Cloud and infrastructure Analytics Ready Drive Insights Devices A Agent Power BI Sensors User Alerts input Gateway Customer portal StreamInsights Value HDInsight 新しい または 既存の機器をオープンソースのエージェントやゲートウェイで接続 加工したデータを 別のクラウドサービスから取得したデータとともに蓄積 データ表示 機器管理 ルールや警告など様々なアクションの構成 カスタムポータル等 データからギャップや機会に関する洞察を導き出し より良いディシジョン 新しいビジネス価値を創出 16

17 予告 IoT Kit Hands-on 提供します 2014/10 頃を予定 実際にボードを使ったクラウド連携学習 ステップアップ可能な学習内容 参考情報 Internet of Your Things IoT Kit Hands On.NET Micro Framework ボード等と Azure を使った IoT トレーニング Microsoft Azure ポータル Windows for IoT Galileo で動く Windows Kernel 自学習サイト Microsoft Virtual Academy 17

18 18

内 容 IoT(Internet of Things)とは Internet of Your Things マイクロソフトのInternet of Things 技 術 アーキテクチャ Event Hub Call To Action まとめ

内 容 IoT(Internet of Things)とは Internet of Your Things マイクロソフトのInternet of Things 技 術 アーキテクチャ Event Hub Call To Action まとめ Session 3-2 IoT(Internet of Things)が 拓 く 新 たなクラウドソリューションの 展 望 と 設 計 アプローチ 日 本 マイクロソフト 株 式 会 社 デベロッパーエクスペリエンス&エバンジェリズム 統 括 本 部 エバンジェリスト 太 田 寛 内 容 IoT(Internet of Things)とは Internet of Your Things マイクロソフトのInternet

More information

Room F 内部状態や外部環境の通信 相互作用する組込み技術を持つ 物理オブジェクト群のネットワーク Internet of Your Things 組込み機器を含む様々なデバイス群 Internet of Things 人中心の IT の世界 Mobile First Cloud First CRM ECM BI デバイス サービス クライアント マイコン専用機器駆動装置 センサー 機器メーカー

More information

目次 初めに... 3 実習用 PC... 3 USB ケーブル... 4 Visual Studio 2015 のインストール... 4.NET Micro Framework SDK のインストール... 6 Azure SDK のインストール... 9 補足 NET Micro F

目次 初めに... 3 実習用 PC... 3 USB ケーブル... 4 Visual Studio 2015 のインストール... 4.NET Micro Framework SDK のインストール... 6 Azure SDK のインストール... 9 補足 NET Micro F IOT ハンズオン実施の ための事前準備手順書 Azure サブスクリプション契約無し版 2016/2/9 版 日本マイクロソフト株式会社デベロッパーエバンジェリズム統括本部テクニカルエバンジェリスト太田寛 Twitter:@embedded_george Blog: http://blogs.msdn.com/hirosho 目次 初めに... 3 実習用 PC... 3 USB ケーブル...

More information

Microsoft Azure Microsoft Corporation Global Blackbelt Sales Japan OSS TSP Rio Fujita

Microsoft Azure Microsoft Corporation Global Blackbelt Sales Japan OSS TSP Rio Fujita Microsoft Azure Microsoft Corporation Global Blackbelt Sales Japan OSS TSP Rio Fujita Agenda Microsoft Azure Microsoft Azure Microsoft OSS 2 Microsoft Azure Promotion 3 https://azure.microsoft.com/ja-jp/free/

More information

- 最新のマイクロソフト組み込み技術を学ぶ一日 IoT 時代の Windows とデバイス開発 Windows Embedded Community Day 株式会社デバイスドライバーズ日高亜友

- 最新のマイクロソフト組み込み技術を学ぶ一日 IoT 時代の Windows とデバイス開発 Windows Embedded Community Day 株式会社デバイスドライバーズ日高亜友 - 最新のマイクロソフト組み込み技術を学ぶ一日 IoT 時代の Windows とデバイス開発 Windows Embedded Community Day 株式会社デバイスドライバーズ日高亜友 Microsoft の IoT 関連技術の紹介.NET Micro Framework (NETMF) Microsoft Azure.NET Micro Framework からの Azure 接続方法紹介

More information

Azure で IoT を実現する Things Connec tivity Data Insight Action IoT Edge IoT Hub Data Factory Azure Storage Azure Data Lake Store SQL Database SQL Data War

Azure で IoT を実現する Things Connec tivity Data Insight Action IoT Edge IoT Hub Data Factory Azure Storage Azure Data Lake Store SQL Database SQL Data War Azure で IoT を実現する Things Connec tivity Data Insight Action IoT Edge IoT Hub Data Factory Azure Storage Azure Data Lake Store SQL Database SQL Data Warehouse Cosmos DB Stream Analytics Machine Learning

More information

FUJITSU Cloud Service A5 for Microsoft Azure サービス仕様書

FUJITSU Cloud Service A5 for Microsoft Azure サービス仕様書 FUJITSU Cloud Service A5 for Microsoft Azure サービス仕様書 2017 年 3 月 30 日 1. Microsoft Azure 機能サービス仕様本サービスは 契約者がインターネット経由で本プラットフォームにアクセスすることにより 契約者の保有するアプリケーションを実行させるための仮想化されたソフトウェア実行環境としてのコンピューティング機能 各種形式のデータを格納

More information

Server and Cloud Platform template

Server and Cloud Platform template 利用形態に合わせたクラウド利用 クラウドプラットフォーム 利用形態に合わせたクラウド利用 アプリケーション アプリケーション アプリケーション データ データ データ ランタイム ランタイム ミドルウエア ミドルウエア OS OS 仮想化 サーバー ストレージ ネットワーク Windows Server Microsoft Azure 仮想マシン Windows Server Hyper-V Microsoft

More information

Windows Embedded Community Day 第 5 回 - IoT がもたらす新しい社会と変化 - ドライバ開発から Azure 接続まで - Windows Embedded Community Day 株式会社デバイスドライバーズ日高亜友

Windows Embedded Community Day 第 5 回 - IoT がもたらす新しい社会と変化 - ドライバ開発から Azure 接続まで - Windows Embedded Community Day 株式会社デバイスドライバーズ日高亜友 Windows Embedded Community Day 第 5 回 - IoT がもたらす新しい社会と変化 - ドライバ開発から Azure 接続まで - Windows Embedded Community Day 株式会社デバイスドライバーズ日高亜友 https://dev.windows.com/en-us/featured/raspberrypi2support www.windowsondevices.com

More information

一緒に使おう Windows Server 2019 & Microsoft Azure 日本マイクロソフト株式会社クラウド & ソリューション事業本部テクノロジーソリューションプロフェッショナル 瀧本文男 CI16

一緒に使おう Windows Server 2019 & Microsoft Azure 日本マイクロソフト株式会社クラウド & ソリューション事業本部テクノロジーソリューションプロフェッショナル 瀧本文男 CI16 一緒に使おう Windows Server 2019 & Microsoft Azure 日本マイクロソフト株式会社クラウド & ソリューション事業本部テクノロジーソリューションプロフェッショナル 瀧本文男 CI16 アジェンダ 2 Windows Admin Center 4 提供形態 https://docs.microsoft.com/ja-jp/windows-server/manage/windows-admin-center/understand/windows-admin-center

More information

WS_EOS_user_Web

WS_EOS_user_Web 2003 2003 Server and Cloud Platform Microsoft Azure http://aka.ms/ws03mig http://www.microsoft.com/ja-jp/server-cloud/#fbid=sct1bzgkj36 http://www.microsoft.com/japan/msbc/express/campaign/azure/ http://www.microsoft.com/ja-jp/casestudies

More information

Windows 10 IoT Core MVA 2015 August Windows 10 IoT Core ハンズオントレーニング Building and running Github MS IoT Samples on Windows 10 IoT Core 5 章センサーデータをクラウドへ

Windows 10 IoT Core MVA 2015 August Windows 10 IoT Core ハンズオントレーニング Building and running Github MS IoT Samples on Windows 10 IoT Core 5 章センサーデータをクラウドへ Windows 10 IoT Core ハンズオントレーニング Building and running Github MS IoT Samples on Windows 10 IoT Core 5 章センサーデータをクラウドへ集約 Lab version: 10240.1.0 Last updated: 6/21/2016 Building and running Github MS IoT Samples

More information

Visual Studio ( )

Visual Studio ( ) 2013 2 (2014 9 ) IT IT 1 IT & UI UI + IT Application Insights Team Foundation Server + Web 2 Windows Web C#Visual Basic 4 6 Team Foundation Server 1 8 10 3 Windows Windows Windows C#Visual BasicVisual

More information

新たなる価値の創造:TwinCAT IoT & TwinCAT Analytics

新たなる価値の創造:TwinCAT IoT & TwinCAT Analytics TwinCAT IoT & TwinCAT Analytics IoT TwinCAT IoT TwinCAT Analytics : PC IoT TwinCAT IoT TwinCAT Analytics IoT 2 IoT TwinCAT IoT IoT + TwinCAT Analytics = 3 HMI IoT IT EtherCAT IT 4 TwinCAT PLC 5 IBM Watson

More information

組込機器でもクラウド連携! WEC でクラウドサービスを利用する方法 中田佳孝 ( MVP Windows Embedded )

組込機器でもクラウド連携! WEC でクラウドサービスを利用する方法 中田佳孝 ( MVP Windows Embedded ) 組込機器でもクラウド連携! WEC でクラウドサービスを利用する方法 中田佳孝 ( MVP Windows Embedded ) アジェンダ クラウドと組込機器 (IoT M2M) の市場動向 クラウドのインターフェース Windows Embedded Compactの搭載機能 デモ 組込機器のセキュリティ まとめ 自己紹介 中田佳孝 ( ナカタヨシタカ ) 大阪生まれ 福井育ちのエセ関西人 Microsoft

More information

Internet of Things IoT Kit ハンズオントレーニング

Internet of Things IoT Kit ハンズオントレーニング Microsoft の Github 公開コード OPC UA コード紹介 日本マイクロソフト株式会社 Commercial Software Engineering 本部 Technical Evangelist 太田寛 Twitter:@embedded_george Site: http://github.com/ms-iotkithol-jp/iotkitholv4 1 内容 はじめに Microsoft

More information

Hortonworks Kitase

Hortonworks Kitase Data Platform エキスパートに聞く クラウドで実現するビッグデータ活 本マイクロソフト株式会社 本アイ ビー エム株式会社 ホートンワークスジャパン株式会社 佐藤 直 平 毅 北瀬 公彦 Hortonworks 2 アジェンダ メジャーなクラウドにおけるビッグデータ アナリティクス関連サービスについて確認 Azure のビッグデータ アナリティクス関連サービスについて IBM のビッグデータ

More information

Windows Azure Microsoft Azure 登 場 本 セッションはここ!! 2

Windows Azure Microsoft Azure 登 場 本 セッションはここ!! 2 プライベートクラウド 構 築 ツール ~ロードマップ~ Windows Azure Microsoft Azure 登 場 本 セッションはここ!! 2 1. Azure Pack の 今 2. Azure Stack の 前 に 最 近 の Azure 3. Azure Stack とは? 4. 今 のうちから 知 っておいてほしい 事 3 4 Microsoft Azure (パブリッククラウド)

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション これまで = 敵無しの状態 同業他社を参考にリスクヘッジ ( 結果数年遅れも ) ベンダー & コストのコントロールが重要 これから = クラウドという競争相手の出現 比較しても遜色のないよう IT のサービス化は必然 IT 部門ではなく利用部門にとっての最適解を提示 ( 自社にとっての最適解をビジネス / 技術両面で理解 ) 3 管理 Azure: 短期間で次々に新サービスを発表 管理ポータル Key

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション ROOM G Web 開発者のためのクラウド活用 ~ Windows Azure 基本の " き " 日本マイクロソフト株式会社デベロッパー & プラットフォーム統括本部エバンジェリスト大森彩子 http://blogs.msdn.com/bluesky Azure 青い空 http://itpro.nikkeibp.co.jp Azure 基礎 Agenda Windows Azure Web サイトの概要

More information

IBM 次世代クラウド・プラットフォーム コードネーム “BlueMix”ご紹介

IBM 次世代クラウド・プラットフォーム コードネーム “BlueMix”ご紹介 IBM Bluemix www.bluemix.net IBM Bluemix オンラインセミナー今からはじめる Bluemix シリーズ第 3 期進化する Bluemix 第 2 回 プライベート API カタログ 日本アイ ビー エムシステムズ エンジニアリング株式会社 クラウド ソリューション 松井学 2014 年 11 月 20 日の Global アナウンス 1. DevOps に関する更なる機能拡張

More information

カスペルスキー法人向け製品希望小売価格表 エンドポイント対策 2019 年 04 月 02 日現在 製品名 Kaspersky Endpoint Security for Business - Select( クライアント ) ライセンス数

カスペルスキー法人向け製品希望小売価格表 エンドポイント対策 2019 年 04 月 02 日現在 製品名 Kaspersky Endpoint Security for Business - Select( クライアント ) ライセンス数 Kaspersky Endpoint Security for Business - Select( クライアント ) 5,000-9,999 10,000-19,999 20,000-49,999 50,000+ 6,480 9,720 12,960 19,440 3,240 6,480 9,720 16,200 3,240 6,440 9,660 12,880 19,320 3,220 6,440

More information

PNopenseminar_2011_開発stack

PNopenseminar_2011_開発stack PROFINET Open Seminar 開発セミナー Software Stack FPGA IP core PROFINET 対応製品の開発 2 ユーザ要求要求は多種多様 複雑な規格の仕様を一から勉強するのはちょっと.. できるだけ短期間で 柔軟なスケジュールで進めたい既存のハードウェアを変更することなく PN を対応させたい将来的な仕様拡張に対してシームレスに統合したい同じハードウェアで複数の

More information

Power BI 最新情報と活用方法

Power BI 最新情報と活用方法 SNS スマートフォン GPS センサーモーション オープンデータ 小規模プロトタイプ 部門単位 全社規模 Hindsight ( 見える化 ) Insight ( 気づき ) Foresight ( 予測 ) 何が起きたかを定型レポートで表示 なぜ起きたかを様々な表現でアドホックに分析 今後何が起きるかを予測 現場の社員ビジネスのプロ 分析で使われていなかった + 得られる知見データに付加価値 RDBMS

More information

Visual Studio と.NET Framework 概要 Runtime Libraries Languag es Tool.NET Visual Studio 概要 http://download.microsoft.com/download/c/7/1/c710b336-1979-4522-921b-590edf63426b/vs2010_guidebook_pdf.zip 1.

More information

Microsoft Azure Azure

Microsoft Azure Azure Microsoft Azure Azure 2018 1 Microsoft Azure Azure Microsoft Web Azure Microsoft Azure Azure IT Web (IoT) OS Docker Linux JavaScript Python.NET PHP Java Node.js Ruby ios Android Windows IT IT Microsoft

More information

目次 はじめに 4 概要 4 背景 4 対象 5 スケジュール 5 目標点 6 使用機材 6 第 1 章 C# 言語 7 C# 言語の歴史 7 基本構文 8 C 言語との違い 9 Java 言語との違い 10.Netフレームワーク 10 開発資料 10 第 2 章 Mono 11 Monoの歴史 1

目次 はじめに 4 概要 4 背景 4 対象 5 スケジュール 5 目標点 6 使用機材 6 第 1 章 C# 言語 7 C# 言語の歴史 7 基本構文 8 C 言語との違い 9 Java 言語との違い 10.Netフレームワーク 10 開発資料 10 第 2 章 Mono 11 Monoの歴史 1 ポリテクセンター埼玉セミナー資料 組込み技術者のための C# Monoを用いたマルチプラットフォームアプリケーション開発技術 第 1.2 版 2018 年 8 月 Microbrains Inc. 渋谷 目次 はじめに 4 概要 4 背景 4 対象 5 スケジュール 5 目標点 6 使用機材 6 第 1 章 C# 言語 7 C# 言語の歴史 7 基本構文 8 C 言語との違い 9 Java 言語との違い

More information

XML Consortium 2009/5/8 XML Consortium Enterprise2.0 アプリを支えるクラウド基盤としての Windows Azure XML コンソーシアム Web 2.0 部会 日立ソフト宮崎昭世 Microsoft MVP for Development Pl

XML Consortium 2009/5/8 XML Consortium Enterprise2.0 アプリを支えるクラウド基盤としての Windows Azure XML コンソーシアム Web 2.0 部会 日立ソフト宮崎昭世 Microsoft MVP for Development Pl Enterprise2.0 アプリを支えるクラウド基盤としての Windows Azure XML コンソーシアム Web 2.0 部会 日立ソフト宮崎昭世 Microsoft MVP for Development Platforms - ASP/ASP.NET Agenda クラウドとは Windows Azure とは Windows Azure 開発環境 Windows Azure の開発

More information

Raspberry Pi (Windows10 IoT Core) を使用したリーダ ライタの制御例 (UART 接続 ) 2018 年 12 月 18 日第 版 株式会社アートファイネックス

Raspberry Pi (Windows10 IoT Core) を使用したリーダ ライタの制御例 (UART 接続 ) 2018 年 12 月 18 日第 版 株式会社アートファイネックス Raspberry Pi (Windows10 IoT Core) を使用したリーダ ライタの制御例 (UART 接続 ) 2018 年 12 月 18 日第 1.1.0 版 株式会社アートファイネックス はじめに 本書は Raspberry Pi 3 Model B(OS:Windows10 IoT Core) を使用し アートファイネックス社製 RFID リー ダ ライタ ( 組込用モジュール

More information

Microsoft Visual Studio 2010 Professional Data Sheet

Microsoft Visual Studio 2010 Professional Data Sheet Microsoft Visual Studio 2010 Professional はビジネスの要件やユーザ ーのニーズに最適なアプリケーションを選択し それを構築するために必須の機能を提供します RIA ベースのリッチな Web アプリケーション SharePoint ベースの高度な Web ポータル Windows Azure ベースのクラウドアプリケーションなど 最新テクノロジに対応したアプリケーションを既存の知識や経験を活かして開発することができます

More information

DS_BIG-IP LTM VE_jp.indd

DS_BIG-IP LTM VE_jp.indd Flexible Deployment BIG-IP Local Traffic Manager Virtual Edition BIG-IP Local Traffic Manager TM LTM Virtual Edition VE BIG-IP BIG-IP LTM VE : 1 2 BIG-IP LTM VE 9 BIG-IP LTM TMOS BIG-IP LTM VE BIG-IP LTM

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション NEC モバイルバックエンド基盤入門応用編 ver 7.5.0 2018 年 10 月 1 日 日本電気株式会社 Push 通知 クライアントへの Push 通知 : APNs / FCM Android / ios で使用可能 ユーザがアプリを起動していなくても サービス提供側からスマートフォンやタブレットにメッセージを送る仕組み モバイル機器はプラットフォーム毎に Push 通知の仕組みが提供されています

More information

未来を先取りした最新テクノロジー マイクロソフトの技術でロボティクス

未来を先取りした最新テクノロジー マイクロソフトの技術でロボティクス 未来を先取りした最新テクノロジーマイクロソフトの技術でロボティクス 日本マイクロソフト株式会社デベロッパー & プラットフォーム統括本部デベロッパーエバンジェリスト太田寛 Blog: http://blogs.msdn.com/hirosho Twitter: @embedded_george アジェンダ はじめに Kinectセンサー.NET Micro Framework Robotics Developer

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 第 15 回 PC クラスタシンポジウム Microsoft Azure for Researcher 日本マイクロソフト株式会社パブリックセクター統括本部 中田 寿穂 Agenda 1 Researcher 向けの Microsoft Azure の機能 2 ハイブリット HPC クラスタ環境を提供する HPC Pack 3 Linux も利用可能な Microsoft Azure 4 HPC 向けインスタンス

More information

The Microsoft Conference 2014 ROOM E

The Microsoft Conference 2014 ROOM E The Microsoft Conference 2014 ROOM E 本セッションの目的とゴール 本セッションでは Contoso ドラッグ株式会社エリアマネージャ村松健の課題を解決するため 次のソリューションを紹介します Microsoft Azure を活用した営業支援モバイルアプリ 改善のための要件: エリア マネージャー 村松健の場合 Windows LOB アプリ マイクロソフトのソリューションとその効果

More information

製品概要 OpenBlocks IoT BX1 OpenBlocks IoT Family はモノとインターネットとの 間をつなぐ IoT ゲートウェイに最適なマイクロサーバーです 極小サイズかつ優れたハードウェア性能に加え IoT ゲートウェイに求められるあらゆる機能を搭載し IoT システムのス

製品概要 OpenBlocks IoT BX1 OpenBlocks IoT Family はモノとインターネットとの 間をつなぐ IoT ゲートウェイに最適なマイクロサーバーです 極小サイズかつ優れたハードウェア性能に加え IoT ゲートウェイに求められるあらゆる機能を搭載し IoT システムのス 総合カタログ IoTを より身近に 小型サイズ の IoT マイクロサーバー 2016.06 製品概要 OpenBlocks IoT BX1 OpenBlocks IoT Family はモノとインターネットとの 間をつなぐ IoT ゲートウェイに最適なマイクロサーバーです 極小サイズかつ優れたハードウェア性能に加え IoT ゲートウェイに求められるあらゆる機能を搭載し IoT システムのスムーズな構築を支援します

More information

Azure を利用した IoT データ分析

Azure を利用した IoT データ分析 ROOM A 4 Microsoft Azure IoT 関連サービス デバイスコネクティビティストレージ分析可視化 アクション Event Hubs SQL Database Machine Learning App Service Service Bus Table/Blob Storage Stream Analytics Notification Hubs IoT Hub (IoT Suite)

More information

ASP.NET 5 Web 開発 ~ フレームワーク編 ~

ASP.NET 5 Web 開発 ~ フレームワーク編 ~ ROOM A Time Room ID Title 9:30 10:30 A DEV-002 Visual Studio Online 概要 ~ 開発基盤のクラウド化 ~ 今ココ 13:15 13:40 G DEV-005S.NET Core 5 on Linux and Mac OS X 5/27 Day 2 14:35 15:35 C DEV-023 15:55 16:55 A DEV-006

More information

プレゼンタイトルを入力してください

プレゼンタイトルを入力してください オープン PaaS OpenShift を使ってみよう オープンソースカンファレンス 2011 Nagoya 2011/8/21 株式会社日立ソリューションズ OSS ソリューションビジネス推進センタ山本慎悟 Contents 1. 自己紹介 2. OpenShift 概要 3. OpenShiftを使ってみよう 4. デモ 5. おさらい 1. 自己紹介 1-1 自己紹介 自己紹介 名前 : 山本慎悟勤務先

More information

Microsoft PowerPoint - 09_for_Print_OSIsoft_Inada&Watanabe.pptx

Microsoft PowerPoint - 09_for_Print_OSIsoft_Inada&Watanabe.pptx PI Systemクライアント製品の紹介とデモンストレーション OSIsoftジャパン株式会社カスタマーサポートエンジニア稲田悠平, 渡辺奈津美 1 目次 1. PI System 全体の概要 2. PI DataLink 3. PI AF 4. PI ProcessBook 5. PI WebParts 6. PI Coresight 2 1. PI System の概要 Data Sources

More information

新サービス「Azure App Service」で変わる新しい Web/モバイル アプリケーション開発

新サービス「Azure App Service」で変わる新しい Web/モバイル アプリケーション開発 ROOM F Azure Websites Mobile Services BizTalk Services これまでの Azure の主なアプリサービス Azure Websites 独特の統合済み機能 Mobile Services BizTalk Services 魅力のある高度なアプリを構築 ビジネスの成長に合わせてスケール これまでの Azure の主なアプリサービス 1 つの料金体系

More information

スピーカースライド作成前の確認シート例

スピーカースライド作成前の確認シート例 Azure DevOps Projects にも役立つ! Visual Studio Team Services (VSTS) / Team Foundation Server (TFS) ビルド & リリース機能の仕組みを解説 AD27 セッション概要 VSTS / TFS 上での CI / CD パイプライン構築に役立つノウハウや考え方をご紹介します Build 2018 でアナウンスされたアップデートも紹介

More information

Visual Studio with Cordova クロスプラットフォーム開発の全貌

Visual Studio with Cordova クロスプラットフォーム開発の全貌 Visual Studio with Cordova Visual Studio 2015 Apache Cordova Cordova for Visual Studio Monaca for Visual Studio Σ = ( ) 各種アプリをサービス化しクラウドで束ねて付加価値を最大化 モビリティの重要性 ~ 業務のスピードを上げ 機会獲得を増やす ~ 潜在顧客獲得 機会獲得 情報共有

More information

One Core, One Windows Windows Xbox 360 Xbox One Windows 8 Windows 8.1 OS Windows Phone 8.1 Windows Phone 8 OS OS Devices + IoT Adaptive User Interface

One Core, One Windows Windows Xbox 360 Xbox One Windows 8 Windows 8.1 OS Windows Phone 8.1 Windows Phone 8 OS OS Devices + IoT Adaptive User Interface Windows 10 https://www.microsoft.com/ja-jp/windowsforbusiness Windows 7 2 Windows 8 3 Windows 7 Starter Windows 7 Home Premium Windows 7 Professional Windows 7 Ultimate Windows 10 Home Windows 10 Pro Windows

More information

小型組込み機器でも、Windows 10 - Windows 10 for IoT Devices解説

小型組込み機器でも、Windows 10 - Windows 10 for IoT Devices解説 ROOM I 本日のレシピ 255 億 接続された " モノ " が使われる数 by 2020 Gartner $7.2 兆 IoT ソリューションの世界市場規模 by 2020 IDC: Worldwide and Regional Internet of Things (IoT) 2014 2020 Forecast デバイス 接続データ分析 マイクロソフトの IoT に対しての取り組み IoT

More information

1. アンケート集計サンプルについて ここでは Windows Azure と SQL Azure を使ってアンケートを実施し アンケート結果を Excel で集計するサンプルについて説明します アンケートは Windows Azure で運用し アンケート結果は SQL Azure に格納されます

1. アンケート集計サンプルについて ここでは Windows Azure と SQL Azure を使ってアンケートを実施し アンケート結果を Excel で集計するサンプルについて説明します アンケートは Windows Azure で運用し アンケート結果は SQL Azure に格納されます Azure 活用シナリオ SQL Azure を利用したアンケート 1 1. アンケート集計サンプルについて ここでは Windows Azure と SQL Azure を使ってアンケートを実施し アンケート結果を Excel で集計するサンプルについて説明します アンケートは Windows Azure で運用し アンケート結果は SQL Azure に格納されます SQL Azure に格納されたアンケート結果は

More information

Oracle Un お問合せ : Oracle Data Integrator 11g: データ統合設定と管理 期間 ( 標準日数 ):5 コースの概要 Oracle Data Integratorは すべてのデータ統合要件 ( 大量の高パフォーマンス バッチ ローブンの統合プロセスおよ

Oracle Un お問合せ : Oracle Data Integrator 11g: データ統合設定と管理 期間 ( 標準日数 ):5 コースの概要 Oracle Data Integratorは すべてのデータ統合要件 ( 大量の高パフォーマンス バッチ ローブンの統合プロセスおよ Oracle Un お問合せ : 0120- Oracle Data Integrator 11g: データ統合設定と管理 期間 ( 標準日数 ):5 コースの概要 Oracle Data Integratorは すべてのデータ統合要件 ( 大量の高パフォーマンス バッチ ローブンの統合プロセスおよびSOA 対応データ サービスへ ) を網羅する総合的なデータ統合プラットフォームです Oracle

More information

Microsoft Azure Azure Microsoft Web Azure Microsoft Azure Azure IT Web (IoT) OS Docker Linux JavaScript Python.NET PHP Java Node.js Ruby ios Android W

Microsoft Azure Azure Microsoft Web Azure Microsoft Azure Azure IT Web (IoT) OS Docker Linux JavaScript Python.NET PHP Java Node.js Ruby ios Android W Microsoft Azure 2018 11 Microsoft Azure Azure Microsoft Web Azure Microsoft Azure Azure IT Web (IoT) OS Docker Linux JavaScript Python.NET PHP Java Node.js Ruby ios Android Windows IT IT Microsoft (EU)

More information

Microsoft PowerPoint - ã…Šã…¬ã…fiㅥㅼ盋_MVISONCloud製åfi†ç´¹ä»‰.pptx

Microsoft PowerPoint - ã…Šã…¬ã…fiㅥㅼ盋_MVISONCloud製åfi†ç´¹ä»‰.pptx ビジネスを加速化するクラウドセキュリティ McAfee MVISION Cloud のご紹介 クラウド IoT カンパニーエンべデッドソリューション部 https://esg.teldevice.co.jp/iot/mcafee/ esg@teldevice.co.jp 2019 年 5 月 Copyright Tokyo Electron Device LTD. All Rights Reserved.

More information

1 Microsoft Windows Server 2012 Windows Server Windows Azure Hyper-V Windows Server 2012 Datacenter/Standard Hyper-V Windows Server Windo

1 Microsoft Windows Server 2012 Windows Server Windows Azure Hyper-V Windows Server 2012 Datacenter/Standard Hyper-V Windows Server Windo Windows Server 2012 2012 1 Cloud OS Windows Azure Platform On-Premises Service Provider 1 Microsoft Windows Server 2012 Windows Server 2012 1 Windows Azure Hyper-V Windows Server 2012 Datacenter/Standard

More information

スピーカースライド作成前の確認シート例

スピーカースライド作成前の確認シート例 IoT に AI を組み込む ~ 最新技術と実践方法解説 AI08 IoTの開発 運用コストは AIの活用で回収する AI = Big Data Big Data from IoT Edges AI Create Excellent Value IoT は 膨大なデバイスと膨大なデータを扱う Azure で IoT+AI を実践するときの基本骨格 IoT で使われる AI 要素 IoT のスケール感

More information

スピーカースライド作成前の確認シート例

スピーカースライド作成前の確認シート例 OSS & PaaS で今すぐ始めるデータ解析 Microsoft Azure と OSS OSS を今すぐデプロイできる Marketplace DevOps Clients Management Applications PaaS & DevOps App Frameworks & Tools Databases & Middleware Infrastructure Azure Open Source

More information

Congress Deep Dive

Congress Deep Dive Congress Deep Dive NTT 室井雅仁 2016 NTT Software Innovation Center 自己紹介 室井雅仁 ( むろいまさひと ) 所属 : NTT OpenStack を利用した OSS クラウドのアーキテクトを担当 社内向け OpenStack 環境の運用 コミュニティへフィードバック OpenStack Congress Core Reviewer https://wiki.openstack.org/wiki/congress

More information

ハイブリッド デバイス管理 ~Microsoft Intune~

ハイブリッド デバイス管理 ~Microsoft Intune~ ROOM E Active Directory インベントリ収集セキュリティポリシーの管理リモートワイプ Wi-Fi / VPN / 証明書 / メール設定の配布 Apple Configurator のサポートセレクティブワイプ企業所有デバイスのキッティング効率化使用条件の同意の取得 デバイスへのアプリのプッシュインストールアプリ単位のコピー & ペーストの制御アプリ単位の VPN 設定自社開発アプリの

More information

CA Federation ご紹介資料

CA Federation ご紹介資料 CA Federation r12 ご紹介 旧製品名 :CA SiteMinder Federation 2017 年 10 月富士通株式会社 概要 1 フェデレーション (Federation) とは インターネットドメインを越えてシングルサインオンを実現 SAMLやADFSなどの仕様を利用して相互認証連携を行う仕組み IDやパスワードの情報を送付せず認証情報のみ連携先へ送付して認証 USER INTERNET

More information

IBM Internet Security Systems NTFS ファイルシステム必須 一覧の 以後にリリースされた Service Pack (Release 2 等は除く ) は特に記載の無い限りサポートいたします メモリ 最小要件 512MB 推奨要件 1GB 最小要件 9GB 推奨要件

IBM Internet Security Systems NTFS ファイルシステム必須 一覧の 以後にリリースされた Service Pack (Release 2 等は除く ) は特に記載の無い限りサポートいたします メモリ 最小要件 512MB 推奨要件 1GB 最小要件 9GB 推奨要件 SiteProtector 2.0 Service Pack 9.0 システム要件 2012 年 2 月 13 日 SiteProtector 2.0 Service Pack 9.0 システム要件... 1 Service Pack 9.0 - SiteProtector システム要件... 1 Service Pack 9.0 仮想環境... 1 Deployment Manager のインストール要件...

More information

開発者向けクラウドサービスを活用したリッチな Web/ モバイル アプリケーションの構築手法 杉達也 Fusion Middleware 事業統括本部担当ディレクター [2013 年 4 月 9 日 ] [ 東京 ]

開発者向けクラウドサービスを活用したリッチな Web/ モバイル アプリケーションの構築手法 杉達也 Fusion Middleware 事業統括本部担当ディレクター [2013 年 4 月 9 日 ] [ 東京 ] 開発者向けクラウドサービスを活用したリッチな Web/ モバイル アプリケーションの構築手法 杉達也 Fusion Middleware 事業統括本部担当ディレクター [2013 年 4 月 9 日 ] [ 東京 ] Safe Harbor Statement 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません

More information

2017 年 6 月 14 日 スムーズな API 連携でデジタルビジネスを推進する API Gateway as a Service の提供を開始 ~ 外部との API 接続を容易にし xtech ビジネス連携を加速 ~ NTT コミュニケーションズ ( 以下 NTT Com) は 複数のシステム

2017 年 6 月 14 日 スムーズな API 連携でデジタルビジネスを推進する API Gateway as a Service の提供を開始 ~ 外部との API 接続を容易にし xtech ビジネス連携を加速 ~ NTT コミュニケーションズ ( 以下 NTT Com) は 複数のシステム 2017 年 6 月 14 日 スムーズな API 連携でデジタルビジネスを推進する API Gateway as a Service の提供を開始 ~ 外部との API 接続を容易にし xtech ビジネス連携を加速 ~ NTT コミュニケーションズ ( 以下 NTT Com) は 複数のシステムで利用する API を統合管理し 外部との接続を支援する API Gateway as a Service

More information

PowerPoint Presentation

PowerPoint Presentation Microsoft Azure って何ですか?? IaaS PaaS 物理環境仮想化環境 IaaS PaaS SaaS クラウドプラットフォーム アプリケーション アプリケーション アプリケーション データ データ データ ランタイム ランタイム ミドルウエア ミドルウエア OS OS 仮想化 サーバー ストレージ ネットワーク Windows Server Microsoft Azure

More information

EM10gR3記者発表

EM10gR3記者発表 トップダウンのアプリケーション管理を実現する Oracle Enterprise Manager 10g Release 3 日本オラクル株式会社常務執行役員システム製品統括本部長三澤智光 2007 年 4 月 10 日 構成管理 サービス レベル管理 Oracle Enterprise Manager アプリケーション パフォーマンス管理 ライフサイクル管理

More information

Microsoft SharePoint Server 2010SharePoint Server 2010Web SharePointSharePoint Server 2010 SharePoint SharePoint Server 2010 SharePoint SharePoint Sha

Microsoft SharePoint Server 2010SharePoint Server 2010Web SharePointSharePoint Server 2010 SharePoint SharePoint Server 2010 SharePoint SharePoint Sha この電子書籍に関する Web サイトによる情報提供について この電子書籍に関するご質問方法や訂正情報は 最終ページに記載した Web ページをご参照いただくようお願いいたします 本文 はじめに などに記載している Web ページやFAX 番号は古い情報ですので ご使用にならないようお願いいたします Microsoft SharePoint Server 2010SharePoint Server 2010Web

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション IoT in Action Solution Builder Conference OSAKA 日本マイクロソフト株式会社業務執行役員西日本営業統括本部長川原俊哉 地球上のすべての個人とすべての組織が より多くのことを達成できるようにする 革新的で 安心して使っていただけるインテリジェントテクノロジを通して 日本の社会変革に貢献する Road to 22: 日本の社会変革に貢献 3 つのイノベーションを推進

More information

Windows Azure Platform: その全体像 David Chappell Chappell & Associates Copyright 2009 David Chappell

Windows Azure Platform: その全体像 David Chappell Chappell & Associates Copyright 2009 David Chappell Windows Azure Platform: その全体像 David Chappell Chappell & Associates Copyright 2009 David Chappell 内容 Windows Azure Platform とは何か Windows Azure Platform の典型的な使用シナリオ Windows Azure Platform とその他のクラウドプラットフォームの比較

More information

Presentation Template Koji Komatsu

Presentation Template Koji Komatsu OpenStack Day 2013 Panel Discussion 2013-03-12 ヴイエムウェア株式会社テクニカルアライアンスマネージャ小松康二 アジェンダ VMware のクラウドソリューション VMware と OpenStack クラウド時代の IT エンジニア - 2 - VMware のクラウドソリューション SDDC ( = Software-Defined Datacenter

More information

作成日 :2017/03/29 ******************************************************************************* ** ** ** FUJITSU Cloud Service K5 ** ** ** ** ソフトウェアカフ

作成日 :2017/03/29 ******************************************************************************* ** ** ** FUJITSU Cloud Service K5 ** ** ** ** ソフトウェアカフ 作成日 :2017/03/29 ******************************************************************************* ** FUJITSU Cloud Service K5 ** ** ソフトウェアカフェテリアサービス向けソフトウェア説明書 ** ** Windows 版 ** ** Interstage Application

More information

ICTのメガトレンドに向けたハイパーコネクテッド・クラウドへの取組み

ICTのメガトレンドに向けたハイパーコネクテッド・クラウドへの取組み ICT Project on Hyper-connected Cloud to Embrace Megatrends in ICT 飯田一朗 あらまし ICT SI ICT Abstract With significant changes occurring on a daily basis, the information and communications technology (ICT)

More information

The Microsoft Conference 2014 インフラストラクチャーを正しく移行するために知っておきたい 10 のテクノロジー ROOMB

The Microsoft Conference 2014 インフラストラクチャーを正しく移行するために知っておきたい 10 のテクノロジー ROOMB The Microsoft Conference 2014 インフラストラクチャーを正しく移行するために知っておきたい 10 のテクノロジー ROOMB The Microsoft Conference 2014 アンケートにご協力ください ROOMB 2014 年式この差 13 年 2001 年式 このセッションでは ある程度 移行の方向性 が見えている方 まだツメが足りないなぁと感じている方に向けて

More information

Windows 10 2 WaaS IT Windows 10 WaaS Windows as a Service Windows 10 WaaS IT IT IT IT 2

Windows 10 2 WaaS IT Windows 10 WaaS Windows as a Service Windows 10 WaaS IT IT IT IT 2 Windows 10 2 WaaS IT Windows 10 WaaS Windows as a ServiceWindows 10 WaaS IT IT IT IT 2 3 4 WaaS Windows 10 1. OS 2. Windows 10 3. OS UX UWP BLOG Part 2. Windows 10 https://blogs.msdn.microsoft.com/nakama/2016/08/18/win10waas-part2/

More information

POWER EGG 3.0 Office365連携

POWER EGG 3.0 Office365連携 POWER EGG 3.0 Office 365 連携 2018 年 9 月 ディサークル株式会社 改版履歴 修正日 版 2018/09/14 1.0 版初版発行 修正箇所 内容 1 1 連携概念図 Office 365 利用ユーザ向け連携モデル : パターン 1 ユーザ認証基盤 POWER EGG SharePoint: ポータル Exchange: メール 決裁メッセージ等を SP ポータルに表示

More information

proventia_site_protector_sp8_sysreq

proventia_site_protector_sp8_sysreq SiteProtector 2.0 Service Pack 8.x システム要件 2010 年 7 月 26 日 SiteProtector 2.0 Service Pack 8.x システム要件... 1 Service Pack 8.1 - SiteProtector システム要件... 1 Service Pack 8.1 仮想環境... 1 Service Pack 8.1 - Express

More information

Windows PC/ BCP () PC (BYOD: Bring Your Own Device) Windows 8 2 Windows 8 Windows 8 Windows Windows 8 Windows 8 Windows 8 PC/ 2

Windows PC/ BCP () PC (BYOD: Bring Your Own Device) Windows 8 2 Windows 8 Windows 8 Windows Windows 8 Windows 8 Windows 8 PC/ 2 Windows 8 1 (2012 10 ) Windows PC/ BCP () PC (BYOD: Bring Your Own Device) Windows 8 2 Windows 8 Windows 8 Windows Windows 8 Windows 8 Windows 8 PC/ 2 PC/ IT 4 5 PC 6 7 PC 8 9 3 1 SharePoint PC PC Windows

More information

Windowsユーザでも 手軽に作れるiPhoneアプリ

Windowsユーザでも 手軽に作れるiPhoneアプリ Windows ユーザでも 手軽に作れる iphone アプリ 株式会社フォーサイト バリュー テクノロジー 山本健一 1 2 はじめに iphone アプリを開発するために必要なもの ( 一例 ) OS 開発言語 開発キット Mac OS X 10.5.3 以降 Objective-C iphone SDK 開発環境 Xcode 4.3 iphone SDK は Windows 上では動かせません

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション CloudWeek2019@Hokkaido University マイクロソフトの R&D クラウド 教育 研究者のためのマイクロソフトクラウドのレシピ 日本マイクロソフト株式会社パブリックセクター事業本部クラウドアーキテクト 中田 寿穂 Case Studies What you can do with Microsoft Azure? バージニア工科大学の事例のビデオ https://www.youtube.com/watch?v=mgxfbtp7se4&t=28s

More information

目次 1. 本書の役割 Windows Agent サポート OS とエディション サポート言語 Agent 稼働前提条件 Azure SDK リリース済み Windows Agent のサポート

目次 1. 本書の役割 Windows Agent サポート OS とエディション サポート言語 Agent 稼働前提条件 Azure SDK リリース済み Windows Agent のサポート App Bridge Monitor Agent サポートリスト 2018/10/25 目次 1. 本書の役割... 1 2.Windows Agent... 2 2.1 サポート OS とエディション... 2 2.2 サポート言語... 2 2.3 Agent 稼働前提条件... 3 2.4 Azure SDK... 4 2.5 リリース済み Windows Agent のサポートについて...

More information

Microsoft Word - site_protector_sp7_sysreq.doc

Microsoft Word - site_protector_sp7_sysreq.doc SiteProtector 2.0 Service Pack 7.0 2008 7 14 SiteProtector 2.0 Service Pack 7.0 システム要件... 1 Deployment Manager... 1 Deployment Manager システム要件... 1 Service Pack 7.0 - Recommended オプションシステム要件... 2 Service

More information

Oracle SQL Developerの移行機能を使用したOracle Databaseへの移行

Oracle SQL Developerの移行機能を使用したOracle Databaseへの移行 < ここに画像を挿入 > Oracle SQL Developer の移行機能を使用した Oracle Database への移行 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント ( 確約 ) するものではないため 購買決定を行う際の判断材料になさらないで下さい

More information

ネットワーク設定

ネットワーク設定 Windows 10 UWP Windows 10 IoT Core Windows Universal Driver Microsoft Azure IoT Hub 共通で使える Visual Studio 2015 Update3 のインストールと開発準備 2015 年 2 月 22 日 株式会社デバイスドライバーズ - 1 - 目次 1. はじめに... 3 1.1. 開発環境... 3 1.2.

More information

2 クラウド連携版デバイス WebAPI Symphony を開発しました Symphony は開発コードネームです

2 クラウド連携版デバイス WebAPI Symphony を開発しました Symphony は開発コードネームです クラウド連携版デバイス WebAPI 株式会社 NTT ドコモサービスイノベーション部山下顕 2 クラウド連携版デバイス WebAPI Symphony を開発しました Symphony は開発コードネームです 目次 3 Symphony 活用事例 Symphony とは? 今後の展開 活用事例 1: 未来の家プロジェクト 始動!(2017/6/22) 横浜市 and factory( 株 ) と

More information

슬라이드 1

슬라이드 1 日本ネクサウェブ株式会社 X-PUSH は 業務システムにて随時発生する情報メッセージを nexacro で構築されたデスクトップ タブレット モバイルのクライアントに対してメッセージを必要としている宛先にリアルタイム送信することができる Push Server です Desktop Message Mobile 2 01 クライアントは受信を要望する TOPIC を X-PUSH Server に登録

More information

Microsoft Enterprise Mobility License

Microsoft Enterprise Mobility License 2015 4 Microsoft Enterprise Mobility License Microsoft Enterprise Mobility License Contents 3 3 3 4 Azure Active Directory Premium (Azure ADP) Microsoft Intune Azure Rights Management Service (Azure RMS)

More information

AvePoint Perimeter Release Notes

AvePoint Perimeter Release Notes AvePoint Perimeter ver1 SP7 リリースノート リリース日 : 2017 年 3 月 17 日 新機能と強化点 SharePoint 2016 に対応しました 仮想ビューに対する編集権限が割り当てられたユーザーによる編集を SharePoint に保存することが可能になりました 外部ユーザー向けパスワードセキュリティ強度 有効期限を設定できるパスワードポリシー機能を追加しました

More information

Windows Azure Platformを活用したPaaSサービス:FGCP/A5

Windows Azure Platformを活用したPaaSサービス:FGCP/A5 Windows Azure Platform PaaS : PaaS Service Using Windows Azure Platform 門間 仁 あらまし 2010 7 FUJITSU Global Cloud Platform Powered by Windows Azure Azure Windows Azure Abstract Fujitsu is preparing to offer

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション Windows Phone 7.5 プログラミング入門 2011/12/25 佐野 尚之 1 本ドキュメントのライセンスについて この作品は クリエイティブ コモンズのAttribution 3.0 Unportedライセンスの下でライ センスされています この使用許諾条件を見るには http://creativecommons.org/licenses/by/3.0/をチェック するか クリエイティブ

More information

Windows Azure の機能アップデート概要 日本マイクロソフト株式会社デベロッパー & プラットフォーム統括本部プラットフォーム戦略アドバイザー佐藤直樹 1

Windows Azure の機能アップデート概要 日本マイクロソフト株式会社デベロッパー & プラットフォーム統括本部プラットフォーム戦略アドバイザー佐藤直樹 1 Windows Azure の機能アップデート概要 日本マイクロソフト株式会社デベロッパー & プラットフォーム統括本部プラットフォーム戦略アドバイザー佐藤直樹 1 セッションの目的とゴール セッションの目的 Windows Azure アプリケーション開発の概要を理解する Windows Azure のロードマップと Azure SDK のアップデートを理解する セッションのゴール Visual

More information

SAP のプラットフォームとして IBM Cloudを選択すべき理由徹底解説 :SAPをクラウドで活用する 3つのパターン 最善の選択肢は? ERP をクラウド化したいと考える場合 企業システムの中心を担うだけにその実現方法は慎重に検 討したい IBM が SAP システム向けに用意する 3 つのサ

SAP のプラットフォームとして IBM Cloudを選択すべき理由徹底解説 :SAPをクラウドで活用する 3つのパターン 最善の選択肢は? ERP をクラウド化したいと考える場合 企業システムの中心を担うだけにその実現方法は慎重に検 討したい IBM が SAP システム向けに用意する 3 つのサ SAP のプラットフォームとして IBM Cloudを選択すべき理由徹底解説 :SAPをクラウドで活用する 3つのパターン 最善の選択肢は? ERP をクラウド化したいと考える場合 企業システムの中心を担うだけにその実現方法は慎重に検 討したい IBM が SAP システム向けに用意する 3 つのサービスラインアップから ニーズに合わせた選 択肢を探る ERP ERP SAP IBM IBM 40

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション LAN 1. LAN,. NAT,., LAN. NTMobile Network Traversal with Mobilty [1]. NTMobile. OS TUN/TAP, LAN. 2. NTMobile NTMobile NAT, IPv4/IPv6,,. NTMobile. DC Direction Coordinator. NTMobile. DC,. NTMobile NTMfw.

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 組込み系ソフトウェアで活用する KINECT センサー 日本マイクロソフト株式会社デベロッパー & プラットフォーム統括本部テクニカルエバンジェリスト太田寛 Twitter: Blog: @embedded_george http://blogs.msdn.com/hirosho 内容 KINECT for Windows 事例 KINECT for Windows SDK 組込み制御での Kinect

More information

Windows10 1 IT Windows 10

Windows10 1 IT Windows 10 Windows10 1 IT Windows 10 Windows 10 Windows 10 IT Windows 10 MSDN Windows 10 Pro Windows 10 Enterprise Microsoft Store Windows 10 Pro MSDN Windows 10 Pro Windows 10 Enterprise 2 Windows Windows 10 Windows

More information

Yuichiro MASUI Appcelerator Platform Evangelist Thursday, July 28, 11 Yuichiro MASUI masuidrive Appcelerator, Inc Platform evangelist Thursday, July 28, 11 Pukiwiki 10 Rails

More information

次世代無線通信センサネットワークを活用したIoT支援に関する研究

次世代無線通信センサネットワークを活用したIoT支援に関する研究 群馬県立産業技術センター研究報告 (2016) 次世代無線通信センサネットワークを活用した IoT 支援に関する研究 石黒聡 藤井茂樹 細谷肇 * Study on IoT support that utilized a next-generation wireless communication sensor network Satoshi ISHIGURO, Shigeki FUJII, Hajime

More information

開発方法

開発方法 Smart Japan Alliance プライベートセミナー 株式会社デバイスドライバーズ日高亜友 Smart Japan Alliance 2012/11/16 1 EnOcean とは?.NET Gadgeteer とは? EnOcean センサーシステム OceanBee とデモ Smart Japan Alliance Device Drivers, Ltd. EnOcean と.NET

More information

新しい 自律型データ ウェアハウス

新しい 自律型データ ウェアハウス AUTONOMOUSDATA WAREHOUSE CLOUD 新しい自律型データウェアハウス Warehouse Cloudとは製品ツアー使用する理由まとめ始めましょう おもな機能クラウド同じ 接続 Warehouse Cloud は Oracle Database の市場をリードするパフォーマンスを備え データウェアハウスのワークロードに合わせて最適化された 完全に管理されたオラクルのデータベースです

More information

Whitepaper - Why CM7

Whitepaper - Why CM7 WHITEPAPER WHY CM7 ONYX CRM WHITEPAPER ONYX CRM 2 ONYX CRM Silverlight UI UI ONYX CRM 7 CTI SNS UCW SQLGen WHITEPAPER ONYX CRM 3 iphone ipad Android Onyx Mobile for iphone WHITEPAPER ONYX CRM 4 ONYX CRM

More information

ルネサス半導体セミナースケジュール

ルネサス半導体セミナースケジュール 1 3ページ 2018 年 7 12 4 6ページ 2018 年 1 6 2018/6/25 ルネサス半導体トレーニングセンター 2018 年 7 12 セミナースケジュール 製品セミナー RL78 RX RZ Renesas Synergy 7 8 9 10 11 12 RL78 1day 速習 動かしてみよう編 コース 8/7 9/26 12/11 1 間 ( 無料 ) 8/23 12/20 RL78

More information

マイクロソフトが提供するAI関連サービスとその最新事例

マイクロソフトが提供するAI関連サービスとその最新事例 Microsoft の AI 関連サービスと最新事例の紹介 本日のアジェンダ マイクロソフトの AI への取り組み マイクロソフトの AI 関連サービス お客様の導入事例 2019 Microsoft Corporation. All rights 2 Microsoft mission Empower every person and every organization on the planet

More information

製品概要

製品概要 InterScan Web Security as a Service (IWSaaS) ご提案書 トレンドマイクロ株式会社 製品概要 ネット利用状況の変化 Employees 多種多様な Web アプリケーション Web メール オンラインショッピング オンライントレード 業務系ソフト etc 私的な SNS サイトを利用したいユーザと 仕事に関係のある SNS のみを許可したい管理者 Web 2.0

More information

Oracle Policy Automation 10.0システム要件

Oracle Policy Automation 10.0システム要件 Oracle Policy Automation 10.0 システム要件 2009 年 12 月 - バージョン 1.01 Oracle Policy Automation 製品 バージョン 10.00 の概要 製品 プラットフォーム Oracle Policy Modeling Microsoft Windows( デスクトップ ) Oracle Policy Automation( ランタイム

More information

Oracle Documents Cloud Service 企業利用に最も安全・安心なクラウドファイル同期・共有サービス

Oracle Documents Cloud Service 企業利用に最も安全・安心なクラウドファイル同期・共有サービス Oracle Documents Cloud Service 企業利用に最も安全 安心なクラウドファイル同期 共有サービス 日本オラクル株式会社クラウド テクノロジー事業統括 Fusion Middleware 事業統括本部 2016/04/08 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません

More information

IT IBM Corporation

IT IBM Corporation 2009/9/25 ATC. 1 2009 IBM Corporation 1. 1. 2. 3. IT 2 2009 IBM Corporation 2006 8 9 (?) Google CEO, Eric Schmidt @ Search Engine Strategies Conference (*) emergent () 10 Network ComputerAjax LAMP (Linux

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション the Microsoft Cloud Platform クラウドを活用したWeb サーバー最適化 西日本 世界各地にデータセンターを用意 ネットワーク網も全世界でトップスリー 日本企業のグローバル化をサポート 10年を超えるオープンソースへの 取り組み Azure 仮想マシンの4分の1は Linux 東日本 東日本と西日本の 2つの拠点 日本国内だけで冗長構成が可能 限りなく最小限の遅延 専用線

More information