mqtt_client 9.4.2 copy "mqtt_client: ^9.4.2" to clipboard
mqtt_client: ^9.4.2 copied to clipboard

outdated

A server and browser based MQTT client for Dart supporting normal, secure sockets and websockets.

mqtt_client #

Build Status FOSSA Status

A server and browser based MQTT client for Dart.

The client is an MQTT v3(3.1 and 3.1.1) implementation supporting subscription/publishing at all QOS levels, keep alive and synchronous connection. The client is designed to take as much MQTT protocol work off the user as possible, connection protocol is handled automatically as are the message exchanges needed to support the different QOS levels and the keep alive mechanism. This allows the user to concentrate on publishing/subscribing and not the details of MQTT itself.

Examples of usage can be found in the examples directory. An example is also provided showing how to use the client to connect to the mqtt-bridge of Google's IoT-Core suite. This demonstrates how to use secure connections and switch MQTT protocols. The test directory also contains standalone runnable scripts demonstrating subscription, publishing and topic filtering.

The server client supports both normal and secure TCP connections and secure(wss) and non-secure(ws) websocket connections. The browser client supports only secure(wss) and non-secure(ws) websocket connections.

The client has been used successfully with the MQTT brokers from several of the major cloud providers IOT/MQTT platforms, including :-

  • Google IOT Core
  • Amazon AWS
  • Microsoft Azure
  • IBM

It has also been used with a range of both publicly available brokers such as Mosquitto and proprietary ones. An example using the adafruit MQTT broker for flutter can be found here.

The code is originally a port from the C# nMQTT client library to Dart.

Please read the changelog for details related to specific versions.

License #

FOSSA Status

416
likes
0
pub points
98%
popularity

Publisher

verified publisherdarticulate.com

A server and browser based MQTT client for Dart supporting normal, secure sockets and websockets.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, event_bus, meta, path, typed_data

More

Packages that depend on mqtt_client