mqtt5_client 1.2.0 mqtt5_client: ^1.2.0 copied to clipboard
A server and browser based MQTT5 client for Dart supporting normal, secure sockets and websockets.
/*
* 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.