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

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

example/mqtt5_client.dart

/*
 * Package : mqtt5_client
 * Author : S. Hamblett <steve.hamblett@linux.com>
 * Date   : 10/05/2020
 * Copyright :  S.Hamblett
 */

/// The mqtt5_client comprises a server client [MqttServerClient] and a browser
/// client [MqttBrowserClient]. Example usage of these two clients are contained in this directory.
///
/// Except for connection functionality the behavior of the clients wrt MQTT is the same.
///
/// Note that for previous users the [MqttClient] class is now only a support class and should not
/// be directly instantiated.
/// See the example mqtt5_universal_client to see how instantiating a server or browser client as
/// needed can be done automatically.
43
likes
0
pub points
92%
popularity

Publisher

verified publisherdarticulate.com

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

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

www.darticulate.com

License

unknown (LICENSE)

Dependencies

crypto, event_bus, meta, path, typed_data

More

Packages that depend on mqtt5_client