如何对 AllJoyn Explorer 进行编程

How to program AllJoyn Explorer

我正在尝试使用 C# 开发一个 UWP 应用程序,它将发现网络上的所有 AllJoyn 生产者并创建消费者对象以与设备(生产者)通信。它将非常 一个通用消费者 就像 Windows 10 个物联网核心示例中的 AllJoyn Explorer github。

AllJoyn Explorer 的源代码是否可供开发人员使用?

如果没有,我可以获得一些编写此类程序的见解或指南吗?

AllJoyn 资源管理器源代码尚未提供。 https://ms-iot.github.io/content/en-US/win10/AllJoyn.htm 您可以使用 GitHub 上提供的通用示例作为一个很好的起点。 https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/AllJoyn

A​​llJoyn 资源管理器基于此处的 DeviceProviders 代码:https://github.com/ms-iot/samples/tree/develop/AllJoyn/Platform/DeviceProviders

这就是全部内容。我在这里将它们打包成一个易于使用的 nuget 包:http://www.nuget.org/packages/dotMorten.AllJoyn.DeviceProviders/

..我在这里写了一篇关于如何使用它的教程:https://www.hackster.io/dotMorten/discovering-and-interacting-with-any-alljoyn-device-0dbd86?ref=user&ref_id=31739&offset=0