mqtt_client 6.2.0 copy "mqtt_client: ^6.2.0" to clipboard
mqtt_client: ^6.2.0 copied to clipboard

outdated

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

example/mqtt_client.dart

/*
 * Package : mqtt_client
 * Author : S. Hamblett <steve.hamblett@linux.com>
 * Date   : 04/02/2020
 * Copyright :  S.Hamblett
 */

/// The mqtt_client has now been split into a server client [MqttServerClient] and a browser
/// client [MqttBrowserClient]. Example usage of these two clients are contained in this directory.
/// Example usage for a server client using secure sockets is in the iot_core.dart file.
///
/// 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.
420
likes
0
pub points
98%
popularity

Publisher

verified publisherdarticulate.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, event_bus, meta, path, typed_data

More

Packages that depend on mqtt_client