Windows 10 IoT上的UWP

时间:2017-02-03 19:31:51

标签: windows raspberry-pi uwp iot windows-10-iot-core

我有一个在覆盆子上运行的UWP应用程序可以处理一些东西。

没有连接到Raspberry的显示器也不可能。但是,每天只需要更改一些设置或访问应用程序日志。我想通过电话无线连接到设备并进行管理。我知道有一个适用于Windows 10的应用程序,但大多数用户都有Android / iOS。

我的想法是在Raspberry上同时运行UWP和asp.Net Web应用程序。可能吗?

或者还有其他办法吗?

感谢您的回答和想法。

1 个答案:

答案 0 :(得分:1)

  
    

我的想法是在Raspberry上同时运行UWP和asp.Net Web应用程序。可能吗?

  
  1. Windows IoT核心不支持.Net Framework。因此,Windows IoT核心不支持全翼ASP.NET。

  2. Windows ARM支持ASP.NET Core,但它仍处于测试阶段。

    ASP.NET Core是.NET Core的一部分,因此.NET Core应安装在PC上,ASP.NET Core Web Application需要Windows arm平台才能在raspberry pi上运行。但是,ASP.NET核心的每日构建仍然是测试版。

  3. UWP和ASP.NET Core可以在Windows IoT Core上同时运行。

    UWP应用程序可以在Windows IoT核心上运行,ASP.NET Core Web Application可以在ASP.NET Core上运行。因此,UWP应用程序和Web应用程序可以同时运行。

  4. 链接:

    https://blogs.msdn.microsoft.com/cesardelatorre/2016/06/27/net-core-1-0-net-framework-xamarin-the-whatand-when-to-use-it/

    https://www.microsoft.com/net/download/core#/current

    https://github.com/dotnet/core-setup

    https://github.com/dotnet/coreclr/issues/7899

    https://developer.microsoft.com/en-us/windows/iot/samples/helloworld