技术栈

mqtt android

android_cai_niao
1 年前
mqtt·hivemq·mqtt android·android mqtt
使用HiveMQ实现Android MQTTMQTT官网:https://mqtt.org/百度Android MQTT,或者B站上搜索,发现大多使用https://github.com/eclipse/paho.mqtt.android,这是Eclipse的一个Android MQTT客户端实现库,但是我发现这个库在运行到高版本的手机上时报错了,这个库也是N年没有更新的了,而且这个库不支持MQTT5.0的,所以我找了新的库。