Skip to content

HydAu/IoTMasterClass

Repository files navigation

IoT Master Class

The solution can be used as a copy/paste source to build own IoT solutions using Azure IoT services.

Description of the specific solutions

Creates an Anzure Service Bus Namespace using power shell scripting.

Createas an Azure Service Bus EventHub using C# and a console app.

Example how to use Windows 10 Core IoT to ingest data to EventHub using C# and a Windows Universal App

Ingests telemetry data into an EventHub using C#, the Azure Service Bus SDK (Win32)

Ingests telemetry data into an EventHub using C#, Visuals Studio 2013 and the .net Micro Framework running on an Netduiono 2 plus

Ingests telemetry data into an EventHub using C#, Visuals Studio and the Windows Runtime libraries (MS-Band, Store App, Raspberry 2)

Ingests telemetry data into an EventHub using Arduino Yun sketches and Node.js

Uses Node.js to run an Rest API on e. g. a Raspberry Pi, Arduino Yun acting as a field gateway. Modifies and forwards the telemetry data to an EventHub

Consumes ingested telemetry data from an EventHub using C# and the Azure Service Bus SDK (Win32). It uses raw access to specific partitions as well as IEventProcessor

See MC_EventConsumer. Adds basic analytics using C#

Similar analytics functionality like MC_EventConsumerAnalyse; implemented using Azure Stream Analytics

Raw REST API using ASP.NET; C# to simualte a Command & Control backend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages