Azure / DotNetty

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

MQTT and certificates help #292

Closed raymondarvidsson closed 6 years ago

raymondarvidsson commented 7 years ago

Hi,

I really need your help for a few minutes. I´m a C#-developer and have a mission to make calls to Amazon Web Service (AWS) via mqtt. I found this, DotNetty, and is sounds really great!! But it´s not that simple to make the correct call to get it to work. Maby you have some example codes that I can use just to get started.

Thanks!

StormHub commented 7 years ago

https://github.com/Azure/DotNetty/blob/dev/test/DotNetty.Tests.End2End/End2EndTests.cs#L119 This test should give you some clue how to set things up.

raymondarvidsson commented 7 years ago

Thanks! Will try.

Anyone got this to work with Amazon Web Service? Device Shadow MQTT Topics?