Provides MQTT communication features, using the System.Net.Mqtt library. Used with OpcLabs.QuickOpc for OPC UA PubSub transport protocol mappings based on MQTT.
$ dotnet add package OpcLabs.MqttThe OpcLabs.Mqtt (NuGet) or opclabs_mqtt (Python) package provides MQTT communication features for the OPC Labs products, using the System.Net.Mqtt library. Its current use is with the OpcLabs.QuickOpc / opclabs_quickopc package for OPC UA PubSub transport protocol mappings based on MQTT.
In most cases, it is recommended that you rather use the OpcLabs.MqttNet / opclabs_mqttnet package which is based on a different library and has more features.
Documentation: OpcLabs.Mqtt communication package