# XPush-MQTT
**Repository Path**: delate_admin/XPush-MQTT
## Basic Information
- **Project Name**: XPush-MQTT
- **Description**: MQTT在Android上的使用,目前已集成了XPush
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 6
- **Created**: 2021-04-09
- **Last Updated**: 2023-12-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# XPush-MQTT
MQTT在Android上的使用,目前已集成了[XPush](https://github.com/xuexiangjys/XPush)
## 关于我
[](https://github.com/xuexiangjys) [](http://blog.csdn.net/xuexiangjys) [](https://www.jianshu.com/u/6bf605575337) [](https://juejin.im/user/598feef55188257d592e56ed) [](https://www.zhihu.com/people/xuexiangjys)
## MQTT服务器
> 在运行Demo之前请先安装MQTT服务器,并在客户端中配置好服务器的地址和端口号。
* [ActiveMQ](http://activemq.apache.org/)
* [EMQ](https://www.emqx.io/)
## MQTT服务器配置
请在AndroidManifest.xml中修改你的服务器配置:
```
```