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.

enter image description here

PS In C # and Xamarin is not strong)

  • It seems to be put, how to connect to your application? - sitev_ru
  • 1. I created a new application Cross-Platform / Mobile application (Xamarin.Forms). 2. In the console executed: Install-Package System.Net.Mqtt -Pre. It seems like all the rules are fulfilled. How to see that the library is installed? 3. I insert the code: var configuration = new MqttConfiguration (); - does not work - sitev_ru
  • Clarified in the question. Can you help? - sitev_ru
  • Check the link to the library in the project. - NewView
  • Tell me, pliz. My C # is very bad in this sense - sitev_ru

1 answer 1

The installed libraries can be viewed by going to the menu item Средства -> Диспетчер пакетов NuGet -> Управление пакетами NuGet для решения in the Установлено tab. Also check for a package in the Solution Explorer in the links section.