mqtt_broker_lite 2.1.1
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_liteWith Flutter:
$ flutter pub add mqtt_broker_liteThis 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.1Alternatively, 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';