mqtt5_client 4.2.4 copy "mqtt5_client: ^4.2.4" to clipboard
mqtt5_client: ^4.2.4 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 <[email protected]>
 * 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.
42
likes
140
pub points
93%
popularity
screenshot

Publisher

verified publisherdarticulate.com

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

Repository (GitHub)
View/report issues

Topics

#iot #chat #mqtt #data

Documentation

API reference

Funding

Consider supporting this project:

www.darticulate.com

License

BSD-3-Clause, MIT (LICENSE)

Dependencies

crypto, event_bus, meta, path, typed_data, universal_html

More

Packages that depend on mqtt5_client