Found a library on https://github.com/xamarin/mqtt on github.
Created a new application Cross-Platform / Mobile application (Xamarin.Forms).
In console executed:
Install-Package System.Net.Mqtt -Pre It seems like all the rules are fulfilled. How to see that the library is installed?
I insert the code:
var configuration = new MqttConfiguration(); But for some reason it does not work. Prompt, pliz how to configure libu.
PS In C # and Xamarin is not strong)
