Info
Version: | 0.0.2 |
Author(s): | DanielMeixner |
Last Update: | Wednesday, April 12, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DanielMeixner/azure-iothub-signup-helper |
NuGet Url: | https://www.nuget.org/packages/Dmx.Helper.Azure.IotHubSignup |
Install
Install-Package Dmx.Helper.Azure.IotHubSignup
dotnet add package Dmx.Helper.Azure.IotHubSignup
paket add Dmx.Helper.Azure.IotHubSignup
Dmx.Helper.Azure.IotHubSignup Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.Devices(>= 1.2.4)
- Microsoft.Azure.Devices.Client(>= 1.2.6)
- Microsoft.NETCore.UniversalWindowsPlatform(>= 5.3.2)
Tags
Two lines of code requried:
var suh = new SignUpHelper(connString);
suh.OnIotHubMessageReceived += Suh_OnIotHubMessageReceived1;
DeviceId is generated automatically, however you can provide one as well.