如何在没有任何iOT设备的情况下在iOT中检查我的UWP应用程序

如何在没有任何iOT设备的情况下在iOT中检查我的UWP应用程序

问题描述:

我开发了我的UWP应用程序。我需要确保我的应用程序与iOT一起正常工作。但我没有任何iOT板来确保这一点。我有另一台笔记本电脑进行测试。我可以将这台笔记本电脑用作另一台iOT设备吗?我正在使用VS2017和17134 Build。 

I have developed my UWP app. I need to ensure my app working fine with iOT or not. But I don't have any iOT board to ensure this. I have another one laptop for testing. May I use this laptop as a another iOT device? I am using VS2017 with 17134 Build. 

谢谢,Muneesh。

Thanks, Muneesh.

你好Muneesh Kumar,

Hello Muneesh Kumar,

如果你想确保你的应用程序在Windows IoT核心设备上按预期工作,你最终需要一个物联网设备。

You need a IoT device finally if you want to make sure your application work as expected on Windows IoT Core device.

在获得物联网设备之前,你可以开发你的UWP应用程序和在UWP核心API应该在各种Windows设备上运行之前,在桌面或笔记本电脑上进行测试。

Before you get a IoT device, you can develop your UWP app and test on Desktop or your laptop before UWP core APIs should be working on all kinds of Windows devices.

更进一步,有些人似乎可以在虚拟机中部署Windows IoT Core映像,您可以搜索并尝试。

Step further, there some guys seems get Windows IoT Core image deploy in a virtual machine you can search and try.

您可能需要使用适用于UWP的Windows IoT Extension SDK API或与GPIO / UART等相关的硬件。因此,获取设备至关重要。

Since you may need use Windows IoT Extension SDK API for UWP, or hardware related like GPIO/UART etc. So get a device is essential.

您可以选择一个电路板并开始使用
here 。

You can select a board and get started here.

祝你好运,

Rita