MqttManager¶
MqttManager for Android, helps easily manage created clients with methods such as connect, subscrible, unsubcrible Topic
The MQTT Android Service is an MQTT client library written in Kotlin. It has been created to provide reliable open-source implementations of open and standard messaging protocols aimed at new, existing, and emerging applications for Machine-to-Machine (M2M) and Internet of Things (IoT). MQTT reflects the inherent physical and cost constraints of device connectivity. Its objectives include effective levels of decoupling between devices and applications, designed to keep markets open and encourage the rapid growth of scalable Web and Enterprise middleware and applications.
Docs¶
0.x release docs: https://hoangchungk53qx1.github.io/mqtt-manager/docs/0.x¶
Features¶
MQTT 3.1 | :heavy_check_mark: | Automatic Reconnect | :heavy_check_mark: | |
MQTT 3.1.1 | :heavy_check_mark: | Offline Buffering | :heavy_check_mark: | |
LWT | :heavy_check_mark: | WebSocket Support | :heavy_check_mark: | |
SSL / TLS | :heavy_check_mark: | Standard TCP Support | :heavy_check_mark: | |
Message Persistence | :heavy_check_mark: |
License¶
MIT License
Copyright (c) 2023 hoangchungk53qx1
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.