mqtt_broker_lite 2.1.1 copy "mqtt_broker_lite: ^2.1.1" to clipboard
mqtt_broker_lite: ^2.1.1 copied to clipboard

A pure-Dart MQTT 3.1.1 broker. Supports wildcards, retained messages, QoS 0/1/2, will messages, authentication, TLS, and WebSocket transport.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mqtt_broker_lite

With Flutter:

 $ flutter pub add mqtt_broker_lite

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

dependencies:
  mqtt_broker_lite: ^2.1.1

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:mqtt_broker_lite/mqtt_broker_lite.dart';
1
likes
140
points
108
downloads

Documentation

API reference

Publisher

verified publisherelriztechnology.com

Weekly Downloads

A pure-Dart MQTT 3.1.1 broker. Supports wildcards, retained messages, QoS 0/1/2, will messages, authentication, TLS, and WebSocket transport.

Repository (GitHub)
View/report issues

Topics

#mqtt #broker #iot #pubsub #networking

License

MIT (license)

More

Packages that depend on mqtt_broker_lite