0
votes

I am planning to implement iot hub device management feature to reboot and firmware update on our device.

That device using windows 10 IOT core OS and it's firmware is develop in UWP application.

I am not sure that this feature support available for UWP app.

1

1 Answers

2
votes

Yes, it will work with a device connection oriented protocol to the Azure IoT Hub such as AMQP and MQTT.

The following screen snippets shows a sample Blinky (UWP App) as a MQTT Device connected to the Azure IoT Hub:

Visual Studio 2017: VS2017

Device Explorer to invoke a direct method on the Device: Device Explorer

and finally, the following screen snippet shows a target RPi3B with a Windows IoT Core (in this sample version: v.10.0.17133.1): RPI3

and Windows Device portal: portal