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