mqtt5_client
Dart용 서버 및 브라우저 기반의 MQTT5 클라이언트로 일반, 보안 소켓 및 웹소켓을 지원합니다.
dart용 서버 및 브라우저 기반의 MQTT 5 클라이언트
^1.4.0^2.0.1^1.9.0^2.2.4^3.0.6^1.15.0>=0.5.0 <2.0.0^1.4.0^1.25.8^5.4.4^1.0.4^2.4.13^2.2.2^4.0.11^5.0.0^0.7.6^0.6.5^1.4.0아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
A server and browser based MQTT Version 5 client for Dart.
The client is an MQTT Version 5 implementation supporting subscription/publishing at all QOS levels, authentication, keep alive and synchronous connection. The client is designed to take as much MQTT protocol work off the user as possible, connection protocol is handled automatically as are the message exchanges needed to support the different QOS levels and the keep alive mechanism. This allows the user to concentrate on publishing/subscribing and not the details of MQTT itself.
Examples of usage can be found in the examples directory.
The server client supports both normal and secure TCP connections and secure(wss) and non-secure(ws) websocket connections. The browser client supports only secure(wss) and non-secure(ws) websocket connections.
Please read the changelog for details related to specific versions.
This version of the client supports the full MQTT Version 5 message set including the setting and reception of user properties and authentication using the authenticate message. Some aspects of the MQTT version 5 protocol are not yet fully implemented and will be added in future versions. If some particular currently unsupported functionality is needed please raise an issue for it and this will be processed ahead of other functionality.
Omissions from the full MQTT Version 5 specification in this version are as follows :-