简体   繁体   English

.NET Core应用程序远程部署到Raspberry Pi上的Windows IoT Core

[英].NET Core app remote deployment to Windows IoT Core on Raspberry Pi

With an UWP app I can deploy the appx package to a Raspberry Pi in multiple ways. 使用UWP应用程序,我可以通过多种方式将appx包部署到Raspberry Pi。

From Update apps on your Windows 10 IoT Core devices (12/07/2017): Windows 10 IoT核心版设备上的更新应用程序 (2017年12月7日):

  • Using Microsoft Store 使用Microsoft Store
  • Using Device Update Center 使用设备更新中心
  • Using Azure IoT Device Management 使用Azure IoT设备管理
  • Using OMA-DM eg SCCM 使用OMA-DM,例如SCCM

Is it possible to package a .NET Core app and use these channels to update it remotely (preferably via IoT Hub Device Management)? 是否可以打包.NET Core应用程序并使用这些渠道进行远程更新(最好通过IoT Hub设备管理)?

Example scenarios are: 示例方案为:

  • Deployment of a new app to existing devices in the field 在现场将新应用程序部署到现有设备
  • Updating the version of the app already installed in the field 更新已在现场安装的应用程序的版本

There are some limitation when using Azure IoT Device Management: 使用Azure IoT设备管理时存在一些限制:

  • Note: Installing a new application from the store is not supported. 注意:不支持从存储中安装新的应用程序。
  • Note: Updating applications other than the DM application from the store is not supported. 注意:不支持从商店更新DM应用程序以外的应用程序。

And also, you need create appx package for the app. 而且,您需要为该应用程序创建appx包。

So, I am afraid the answer is NO. 因此,恐怕答案是否定的。

Ref: Application Management of Azure IoT Device Management client 参考: Azure IoT设备管理客户端的应用程序管理

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Windows 10 iot上的.net核心安装(Raspberry PI3 - ARM) - .net core installation on Windows 10 iot (Raspberry PI3 - ARM) UART Raspberry Pi Windows IoT核心版Arduino - UART Raspberry pi Windows IoT Core Arduino 如何在Raspberry PI 3的Windows 10 IoT核心版中从ASP.NET Core 2.1调用UWP函数 - How to call UWP function from ASP.NET Core 2.1 in Windows 10 IoT Core for Raspberry PI 3 将.Net Core Console App部署到Raspberry PI和远程调试 - Deploy .Net Core Console App to Raspberry PI and Remote Debug Windows 10 IoT核心版上的BackgroundDownloader在Raspberry Pi上未完成 - BackgroundDownloader on Windows 10 IoT Core does not complete on Raspberry Pi 使用Windows 10 IOT Core在Raspberry Pi中播放wav文件 - play wav file in Raspberry Pi with Windows 10 IOT Core 语音识别在使用UWP的raspberry pi 3(Windows IoT核心版)中不起作用 - speech recognition not working in raspberry pi 3(windows iot core) using UWP 如何从 Windows IOT 核心中的 Raspberry pi 上的 GPIO 引脚获得更好的性能 - How to get better performance out of GPIO pins on Raspberry pi in Windows IOT core 在Raspberry Pi上的.Net Core应用程序中忽略了Console.ReadLine - Console.ReadLine ignored in .Net Core app on Raspberry Pi 同时检测Raspberry Pi和Windows 10 IoT核心版上的RMB和LMB印刷机 - Detecting simultaneous RMB and LMB presses on Raspberry Pi and Windows 10 IoT Core
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM