[IOT] - Raspberry Pi 3B + Windows 10 IOT Core + .Net Core Web 部署

Posted jinzesudawei

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[IOT] - Raspberry Pi 3B + Windows 10 IOT Core + .Net Core Web 部署相关的知识,希望对你有一定的参考价值。

硬件:Raspberry Pi 3B

系统:Windows 10 IOT Core

应用:.Net Core Web

部署流程

1. 系统安装

1.1 下载并安装 Windows 10 IoT Core Dashboard,使用该工具将 Flash.FFU 映像文件刷入 SD 卡。

https://docs.microsoft.com/en-us/windows/iot-core/downloads

技术图片

1.2  Flash.FFU 映像刷入完成后,即可插入树莓派进行 Windows Iot 系统启动。 

技术图片

2. 应用发布

2.1 创建 .Net Core Web 应用,添加 5000 端口监听地址(这里硬编码为Demo测试用)。

技术图片

2.2 配置发布参数:

Target Framework = netcoreapp 3.0
Deployment Mode = Self-Contained
Target Runtime = win-arm

技术图片

3. 应用部署

3.1 启用 Windows IoT 的 FTP 管理,将发布文件上传至 Raspberry Pi。

使用 PowerShell 或者 Device Portal 运行命令:

start C:\\Windows\\System32\\ftpd.exe

技术图片

3.2 配置防火墙。

使用 netsh 工具配置防火墙,命令:

netsh advfirewall firewall add rule name=”ASP.NET Core Web Server port” dir=in action=allow protocol=TCP localport=5000

3.3 启动应用

在 Raspberry Pi 上切换至上传后的 .Net Core Web 应用目录,运行 .exe 即可。

技术图片

 

参考资料

https://www.cnblogs.com/zhanggaoxing/p/8452249.html

以上是关于[IOT] - Raspberry Pi 3B + Windows 10 IOT Core + .Net Core Web 部署的主要内容,如果未能解决你的问题,请参考以下文章

Raspberry Pi 3B 安装Miniconda

Raspberry Pi 3B 安装NoneBot2

Raspberry Pi 3B+:相机 V1.3 不工作

如何将运行时框架“Microsoft.WindowsDesktop.App”,版本 6.0.0 下载到 Raspberry PI 3b+

用Raspberry Pi搭建Azure IOT解决方案

Google Assistant - Raspberry pi 仅作为 IoT 设备(没有语音控制,只有操作)