Azure IoT Hub 是否支持 CoAP 协议?
Does the Azure IoT Hub support the CoAP protocol?
Azure IoT Hub 是否支持 CoAP 协议?我只找到了像 this one 这样的外部参考,但在他们的网站上什么也没有。
Azure IoT Hub 原生支持通过 MQTT、AMQP 和 HTTP 协议进行通信。
更多信息在这里:
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-protocol-gateway
正如@Rajan Bhayana 所说,CoAP 不受 Azure IoT 中心的原生支持。
也许您可以通过以下方式扩展 IoT 中心以提供对 CoAP 协议的支持:
- Creating a field gateway with the Azure IoT Gateway SDK that converts your custom protocol to one of the three protocols understood
by IoT Hub.
- Customizing the Azure IoT protocol gateway, an open source component that runs in the cloud.
Azure IoT Hub 是否支持 CoAP 协议?我只找到了像 this one 这样的外部参考,但在他们的网站上什么也没有。
Azure IoT Hub 原生支持通过 MQTT、AMQP 和 HTTP 协议进行通信。
更多信息在这里: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-protocol-gateway
正如@Rajan Bhayana 所说,CoAP 不受 Azure IoT 中心的原生支持。
也许您可以通过以下方式扩展 IoT 中心以提供对 CoAP 协议的支持:
- Creating a field gateway with the Azure IoT Gateway SDK that converts your custom protocol to one of the three protocols understood by IoT Hub.
- Customizing the Azure IoT protocol gateway, an open source component that runs in the cloud.