# xplibmqtt **Repository Path**: jeffcat/xplibmqtt ## Basic Information - **Project Name**: xplibmqtt - **Description**: 小鹏汽车app使用的mqtt库,基于https://github.com/eclipse-paho/paho.mqtt.android库做了修改适配 - **Primary Language**: Java - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-03-02 - **Last Updated**: 2026-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 源项目:https://github.com/eclipse-paho/paho.mqtt.android 改动点: 1. MqttConnectionManager、AlarmPingSender中的广播适配Android 14 2. 移除MqttService组件,替换为MqttConnectionManager,解决华为手机MqttService拉不起来,导致一直连接不上mqtt的问题