mqtt5_client 4.2.2 copy "mqtt5_client: ^4.2.2" to clipboard
mqtt5_client: ^4.2.2 copied to clipboard

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mqtt5_client

With Flutter:

 $ flutter pub add mqtt5_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mqtt5_client: ^4.2.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mqtt5_client/mqtt5_client.dart';
40
likes
140
pub points
93%
popularity
screenshot

Publisher

verified publisherdarticulate.com

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

Repository (GitHub)
View/report issues

Topics

#iot #chat #mqtt #data

Documentation

API reference

Funding

Consider supporting this project:

www.darticulate.com

License

BSD-3-Clause, MIT (LICENSE)

Dependencies

crypto, event_bus, meta, path, typed_data, universal_html

More

Packages that depend on mqtt5_client