Xamarin.MQTT
https://github.com/officialdoniald/Xamarin.MQTT NuGet Gallery | Xamarin.MQTT 1.0.0 Usage: I created two contructors of the MQTTConnection class. You can init this object with a specific MqttClientOptions and a string array of your topics, or with username, passowrd, a string array of your topics, servername, port and clientid. https://github.com/officialdoniald/Xamarin.MQTT/blob/master/Xamarin.MQTT.Example/Xamarin.MQTT.Example/App.xaml.cs I created in the App.cs a static variable of the MQTTConnection class, so I can reach this object anywhere. […]