mqtt5 0.1.0 copy "mqtt5: ^0.1.0" to clipboard
mqtt5: ^0.1.0 copied to clipboard

A pure-Dart MQTT 5.0 client library with QoS 0/1/2, session resume, flow control and enhanced authentication.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mqtt5

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

dependencies:
  mqtt5: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:mqtt5/mqtt5.dart';
1
likes
0
points
163
downloads

Publisher

unverified uploader

Weekly Downloads

A pure-Dart MQTT 5.0 client library with QoS 0/1/2, session resume, flow control and enhanced authentication.

Repository (GitHub)
View/report issues

Topics

#iot #mqtt #networking #socket

License

unknown (license)

More

Packages that depend on mqtt5