Mqttnet: More documentation or reference to more sample code

Created on 2 Dec 2017  路  2Comments  路  Source: chkr1011/MQTTnet

@chkr1011 ,

I still would like some more documentation and sample code on both client and server in particular around the API in general and the options available and their use. Also a sample for both client and server that follow the recommend pattern would be of great help.

Thanks,
Bjarne

Most helpful comment

I knew nothing about MQTT about four hours ago, but before I could use the examples in the Wiki I had to read these excellent MQTT Essentials - having done that and having played around with the client and server (broker) code on the wiki I eventually came up with something that works. I leave here the example I produced as it may be of use to somebody else looking for one.

All 2 comments

I think you are barking up the wrong tree here. The Wiki here provides all you need for using the library. At least all I needed to create this: MQTTClient for Reactive Extensions as well as using MQTTnet to create apps for iOS, Android and Windows 10.

For sample: code look at the Tests in this repo.

P.s. Hej Bjarne. Det er Jasper, din tidligere kollega fra MS ;-)

I knew nothing about MQTT about four hours ago, but before I could use the examples in the Wiki I had to read these excellent MQTT Essentials - having done that and having played around with the client and server (broker) code on the wiki I eventually came up with something that works. I leave here the example I produced as it may be of use to somebody else looking for one.

Was this page helpful?
0 / 5 - 0 ratings