我之前使用过Azure IoT集线器,现在我发现了一个与Azure IoT Hub相同的新主题Azure IoT Central。
我对这些IoT服务之间的区别感到困惑,有人能解释一下Azure IoT Central和Azure IoT Hub之间的区别吗?
提前感谢
发布于 2019-06-03 10:52:26
本页面很好地概述了Azure:https://learn.microsoft.com/en-us/azure/iot-central/overview-iot-options上不同的https://learn.microsoft.com/en-us/azure/iot-central/overview-iot-options选项
Microsoft Central和Azure IoT为构建IoT解决方案提供了几个选项。这些选项适用于不同的客户需求: Azure IoT Central是一种软件即服务(SaaS)解决方案,它使用基于模型的方法帮助您构建企业级IoT解决方案,而不需要云解决方案开发方面的专业知识。 Azure IoT解决方案加速器是建立在Azure平台作为服务(PaaS)上的解决方案加速器的企业级集合,它帮助您加速自定义IoT解决方案的开发。
所有这些都建立在IoT集线器上,它是用于设备连接、管理和通信的基础PaaS (Plattform )。
发布于 2020-04-13 16:34:01
Azure提供的两种IoT产品的不同之处:

发布于 2020-03-11 11:10:44
以下是IOT中心与IOT集线器之间主要差异的表视图
╔══════════════════════════════╦════════════════════════════════╗
║ Azure IOT Central ║ Azure IOT Hub ║
╠══════════════════════════════╬════════════════════════════════╣
║ A SaaS solution that makes ║ Managed service, acts as a ║
║ it easy to get started and ║ central message hub for ║
║ pull new data into your ║ bi-directional communication ║
║ existing business processes. ║ between IOT app and the device ║
╠══════════════════════════════╬════════════════════════════════╣
║ Provide App template for ║ Anyone can use IOT hub to ║
║ Priority Industry Verticals ║ build IOT solutions with ║
║ ║ reliable and secure ║
║ ║ communications between ║
║ ║ millions of IOT devices ║
╠══════════════════════════════╬════════════════════════════════╣
║ Provides Seamless device ║ Supports Multi-language and ║
║ connectivity and management ║ open source SDKs ║
╠══════════════════════════════╬════════════════════════════════╣
║ Connect millions ║ Provision devices at scale ║
║ of devices and manage ║ with IOT device provisioning ║
║ ingress/egress of data ║ service ║
╚══════════════════════════════╩════════════════════════════════╝https://stackoverflow.com/questions/56425557
复制相似问题