eclipse/paho.mqtt.m2mqtt

regarding aws iot support on uwp application

sonalipan opened this issue · 1 comments

I do not find any support or Nuget package of AWS IOT service using MQTT for Universal windows application.
Could you please help me out?

Its been two years, but it probably doesn't hurt to throw this out there. I got MQTT publishes working in a console app in .net.

https://github.com/aws-samples/iot-dotnet-publisher-consumer/blob/master/README.md
https://m2mqtt.wordpress.com/m2mqtt-and-amazon-aws-iot/

They are both doing something similar. I did not try in UWP. Because AWS came out with the SDK.

There is not a good example for using the AWSSDK from nuget to do MQTT Pub or sub, but you can do MQTT from the AmazonIotDataClient, but you must login via cognito first and have valid permissions as well as a policy attached. aws/aws-sdk-js#1312