pi2toeventhubs

所属分类:物联网
开发工具:C#
文件大小:49KB
下载次数:0
上传日期:2015-08-14 11:29:28
上 传 者sh-1993
说明:  Mobile Camp“从Raspberry Pi 2上的Windows 10物联网核心到活动中心的遥测”会议的源代码演示...
(Source code demo for the session "Telemetry from Windows 10 IoT Core on Raspberry Pi 2 to Event Hubs" at Mobile Camp 2015 in Naples)

文件列表:
IoTClient (0, 2015-08-14)
IoTClient\Hardware (0, 2015-08-14)
IoTClient\Hardware\SensorType.cs (215, 2015-08-14)
IoTClient\IoT (0, 2015-08-14)
IoTClient\IoT\IIoTClient.cs (285, 2015-08-14)
IoTClient\IoT\IoTClient.cs (1360, 2015-08-14)
IoTClient\IoT\IoTClientBase.cs (5375, 2015-08-14)
IoTClient\IoT\IoTClientConnectTheDots.cs (3830, 2015-08-14)
IoTClient\IoTClient.csproj (7270, 2015-08-14)
IoTClient\Properties (0, 2015-08-14)
IoTClient\Properties\AssemblyInfo.cs (1038, 2015-08-14)
IoTClient\packages.config (262, 2015-08-14)
IoTCoreSensors (0, 2015-08-14)
IoTCoreSensors\Hardware (0, 2015-08-14)
IoTCoreSensors\Hardware\Pir.cs (3626, 2015-08-14)
IoTCoreSensors\Hardware\TMP102.cs (21233, 2015-08-14)
IoTCoreSensors\IoTCoreSensors.csproj (6808, 2015-08-14)
IoTCoreSensors\Properties (0, 2015-08-14)
IoTCoreSensors\Properties\AssemblyInfo.cs (1048, 2015-08-14)
IoTCoreSensors\packages.config (168, 2015-08-14)
Pi2EventHubProcessor (0, 2015-08-14)
Pi2EventHubProcessor\App.config (4329, 2015-08-14)
Pi2EventHubProcessor\Pi2EventHubProcessor.cs (2185, 2015-08-14)
Pi2EventHubProcessor\Pi2EventHubProcessor.csproj (5401, 2015-08-14)
Pi2EventHubProcessor\Program.cs (1124, 2015-08-14)
Pi2EventHubProcessor\Properties (0, 2015-08-14)
Pi2EventHubProcessor\Properties\AssemblyInfo.cs (1416, 2015-08-14)
Pi2EventHubProcessor\packages.config (918, 2015-08-14)
Pi2ToEventHubs.sln (9568, 2015-08-14)
Pi2ToEventHubs (0, 2015-08-14)
Pi2ToEventHubs\App.xaml (261, 2015-08-14)
Pi2ToEventHubs\App.xaml.cs (4434, 2015-08-14)
Pi2ToEventHubs\ApplicationInsights.config (1692, 2015-08-14)
Pi2ToEventHubs\Assets (0, 2015-08-14)
Pi2ToEventHubs\Assets\Logo.scale-100.png (801, 2015-08-14)
Pi2ToEventHubs\Assets\SmallLogo.scale-100.png (329, 2015-08-14)
Pi2ToEventHubs\Assets\SplashScreen.scale-100.png (2146, 2015-08-14)
Pi2ToEventHubs\Assets\StoreLogo.scale-100.png (429, 2015-08-14)
Pi2ToEventHubs\Assets\WideLogo.scale-100.png (2150, 2015-08-14)
... ...

# Pi2 To Event Hubs **Telemtry from Windows 10 IoT Core on Raspberry Pi 2 to Azure (Event Hubs)** Source code demo for the session "Telemetry from Windows 10 IoT Core on Raspberry Pi 2 to Event Hubs" at Mobile Camp 2015 in Naples. The source code shows how to acquire temperature data from a TMP102 sensor (I2C based) connected to the Raspberry Pi 2 (with Windows 10 IoT Core) and send it to the Azure Event Hubs displaying it within the web site app from ConnectTheDots project. **Projects** The solution is for Visual Studio 2015 (RC) under Windows 10 (build release). Projects inside the pi2toeventhubs solution : * **IoTClient** : class that contains the logic to acquire data and sends them to the Azure Event Hubs. It contains a base client who sends data in AMQP properties and another one for [ConnectTheDots](https://github.com/MSOpenTech/connectthedots) client (it's like tha base client but sends information in JSON format useful to the ConnectTheDots project). * **IoTCoreSensors** : project contains the driver for TMP102 temperature sensor. * **Pi2ToEventHubs** : UWP (Universal Windows Platform) application with a UI for sending data (temperature value) from Pi2 to Event Hubs. * **Pi2ToEventHubsBackTask** : Background Task application (UWP app) without UI for sending data (temperature value) from Pi2 to Event Hubs. * **Pi2EventHubProcessor** : simple console application that used an Event Hub Processor to acquire data from Event Hubs (data sent by the Pi2). Other projects needed for this solution : * [Azure SB Lite](http://azuresblite.codeplex.com/) : library for connecting to the Azure Service Bus services (Queues, Topics/Subscriptions and Event Hubs) using AMQP protocol. It's based on [AMQP .Net Lite library](http://amqpnetlite.codeplex.com/)

近期下载者

相关文件


收藏者