简体   繁体   English

适合与Azure资源一起使用的设备管理

[英]Suitable Device management for use with Azure resource

I am developing an Web App. 我正在开发一个Web App。 Its main functionality is 它的主要功能是

  • to provide options to get data from different devices and 提供从不同设备获取数据的选项,以及
  • display them on Dashboard 在仪表板上显示它们

My Current Flow When it was started 我的当前流程启动时

  • A device will be sending data 设备将发送数据
  • This data from the device will to be placed in Azure Table Storage. 来自设备的此数据将放置在Azure表存储中。
  • As and when the data gets into Azure the latest received data will be flashing (displayed) in my web app Dashboard. 当数据进入Azure时,最新接收到的数据将在我的Web应用程序仪表板中闪烁(显示)。

The app is now getting bigger 该应用程序现在越来越大

  • we are expecting to get data from more than one device 我们期望从多个设备中获取数据
  • each device may have same\\different parameters & values to send to the Azure 每个设备可能具有相同\\不同的参数和值以发送到Azure
  • So management of the parameters corresponding to each device too needs to be handled 因此,也需要处理与每个设备相对应的参数的管理

For all this, its required to make the app manage the devices- like 对于所有这些,使应用程序管理设备(例如

  • registering new device, 注册新设备,
  • allow edit\\delete of the devices 允许编辑\\删除设备

  • maintaining the device related parameters 维护设备相关参数

  • ... ...

  • ... ...

My Query 我的查询

  1. In this scenario would the device with IoT Hub serve my cause? 在这种情况下,具有IoT中心的设备是否可以解决我的问题?
  2. Or Should I make my web app only to manage (add\\edit\\del..) devices 还是我应该使我的Web应用程序仅用于管理(添加\\编辑\\删除..)设备
  3. Or is there any better option in Azure to manage device that send data to be placed on the Azure resource? 还是Azure中有更好的选择来管理将数据发送到Azure资源的设备?

Please share your thoughts. 请分享您的想法。

  1. In this scenario would the device with IoT Hub serve my cause? 在这种情况下,具有IoT中心的设备是否可以解决我的问题?

Device management with IoT Hub can serve you cause. 物联网中心的设备管理可以为您服务。 Please refer to Overview of device management with IoT Hub , in this article there is introduction about Azure IoT Hub. 请参考IoT Hub的设备管理概述 ,在本文中有关于Azure IoT Hub的介绍。

  1. Or Should I make my web app only to manage (add\\edit\\del..) devices 还是我应该使我的Web应用程序仅用于管理(添加\\编辑\\删除..)设备
  2. Or is there any better option in Azure to manage device that send data to be placed on the Azure resource? 还是Azure中有更好的选择来管理将数据发送到Azure资源的设备?

The repository of Microsoft Azure IoT SDK for .NET contains IoT service SDKs, you can use this SDK in you web app to manage the devices.The basic features of the tool DeviceExplorer in this repository are similar with your requirements, such as device management, receiving message from devices, sending data to devices by call method on devices. Microsoft .NETMicrosoft Azure IoT SDK的存储库包含IoT服务SDK,您可以在Web应用程序中使用此SDK来管理设备。此存储库中DeviceExplorer工具的基本功能与您的要求类似,例如设备管理,从设备接收消息,通过设备上的调用方法将数据发送到设备。 Even though, this tool is a desktop application, you can try to transplant the features in web app. 即使此工具是桌面应用程序,也可以尝试将功能移植到Web应用程序中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用Azure流利的资源管理注册资源提供者? - How to register resource providers using Azure fluent resource management? Azure管理客户端不返回任何资源组 - azure management client doesn't return any resource group Azure资源管理API没有显示虚拟机状态? - Azure resource management API not showing virtual machine state? 使用Azure Management C#API创建资源组 - Create Resource Group with Azure Management C# API 是否有Azure资源管理API调用的C#sdk /包装器? - Is there a C# sdk/wrapper for Azure Resource Management API calls? 如何使用 Microsoft.Azure.Management.Fluent 列出资源组中的资源? - How to list resources in a resource group with Microsoft.Azure.Management.Fluent? 如何使用 Azure 资源管理 api 按资源类型和资源组获取资源列表 - How to get List of resources by resource type and resource group by using Azure Resource management apis WebApi&Odata-适合文件管理吗? - WebApi & Odata - suitable for file management? 在 Azure 寻找合适的服务 - Looking for suitable a service in Azure 如何将“名为 https://management.azure.net 的资源主体”添加到 Azure 中的默认目录? - How does one add the “resource principal named https://management.azure.net” to the default directory in Azure?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM