【问题标题】:How to program AllJoyn Explorer如何对 AllJoyn Explorer 进行编程
【发布时间】:2016-02-16 13:38:15
【问题描述】:

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

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

如果不能,我能否获得一些关于编写此类程序的见解或指南?

【问题讨论】:

    标签: c# uwp iot windows-10-iot-core alljoyn


    【解决方案1】:

    AllJoyn Explorer 基于此处的 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

    【讨论】:

      【解决方案2】:

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

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2011-05-16
        • 2014-10-26
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2022-01-11
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多