项目作者: coderepohub

项目描述 :
A Simple .net core console application to send data from device to cloud
高级语言: C#
项目地址: git://github.com/coderepohub/AzureIoTHubCore.git
创建时间: 2019-01-10T19:29:34Z
项目社区:https://github.com/coderepohub/AzureIoTHubCore

开源协议:

下载


Application to send random data to Azure IoT Hub

A simple dotnet core console application to send random data to Azure ioT Hub using the device connection string which has been created in azure portal.

-NOTE : Add these nuget packages from CMD line (dotnet add package )

  1. 1. Microsoft.Azure.Devices.Client
  2. 2. NewtonSoft.Json