Azure / DotNetty

DotNetty project – a port of netty, event-driven asynchronous network application framework
Other
4.09k stars 977 forks source link

MQTT UWP Example #248

Closed ckrath closed 7 years ago

ckrath commented 7 years ago

Please provide example code snippet using DotNetty.Codecs.Mqtt on Windows IoT.

nayato commented 7 years ago

You may find this commit useful: https://github.com/Azure/azure-iot-sdk-csharp/commit/93444391ba734cb57ad23a134d7125c2ee605fd8#diff-0856ee23a0f0310003139ca1f64bc0a8 this SDK uses dotnetty for MQTT and that commit specifically adds support for UWP.

nayato commented 7 years ago

We have no plans to do an extensive examples to be honest.