MQTT module

A set of components for messaging using the Mqtt protocol.

Packages

The module contains the following packages:

  • Build - factory default implementation
  • Connect - components for setting up the connection to the MQTT broker
  • Queues - components of working with a message queue via the MQTT protocol

Use

Add this to your package’s pubspec.yaml file:

dependencies:
  pip_services3_mqtt: version

Now you can install package from the command line:

pub get