Forum Discussion
Azure IoT Hub Device Streaming with UWP
- Jul 05, 2019
Thanks for the feedback. I have renamed a few links on the blog that had spaces and caused linkage errors. I have updated the link. Nb I have a major follow up on this as follows..
UPDATE
As previously indicated, I have encapsulated the IoTHub Device Streaming sample into a reusable .Net Standard library.
This is on GitHub with a range of sample apps.
One app is a UWP app that can be both the device and the services, and simultaneously.
I’ve add a range of options so you can quickly get running.
The app now only needs an IoTHub. It can create the hub’s device.
I have just published the UWP-Xaml app to the MS App Store so you very quickly test it out.
Links:
App Store: https://www.microsoft.com/store/apps/9PB5B7NSJC3F
Repository: https://github.com/djaus2/AziothubDeviceStreaming
How to use the app: http://www.sportronics.com.au/azure/Azure-IoT-Hub-Device-Streaming-How-to-use-theapp-azure.html
The library API: http://www.sportronics.com.au/azure/AziothubDeviceStreaming-AziothubDeviceStreamingUnder-the-hood-The-API-1-azure.html
The library options: http://www.sportronics.com.au/azure/AziothubDeviceStreaming-AziothubDeviceStreamingUnder-the-hood-The-API-2-Azure.html