Windows 10 IoT Core 中的设备到设备通信

Device to device communication in Windows 10 IoT Core

在物联网场景下做Device-to-Device通信有什么推荐的技术? Windows 10 IoT Core 是否支持此类通信?我可以为此使用 AMQP 连接吗?

设备到设备的通信可以在多个级别上发生。使用像 Apache QPid 这样的实现来设置 AMQP 服务器可能是可行的,但这似乎不是一个责任设备应该被打扰。您可以 运行 W10 IoT Core 设备上的 API 服务器供其他设备与之通信。

有特定的标准,例如AllJoyn that lets us communicate device with eachother and Windows IoT Core has native support for this. Take at look at the samples to find out if this fits your scenario: https://developer.microsoft.com/en-us/windows/iot/win10/samples/alljoynjs