https://github.com/xuexiangjys/xpush-mqtt
MQTT在Android上的使用,目前已集成了XPush
https://github.com/xuexiangjys/xpush-mqtt
mqtt mqtt-android xpush
Last synced: 3 days ago
JSON representation
MQTT在Android上的使用,目前已集成了XPush
- Host: GitHub
- URL: https://github.com/xuexiangjys/xpush-mqtt
- Owner: xuexiangjys
- License: apache-2.0
- Created: 2019-12-11T09:41:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:51:59.000Z (over 1 year ago)
- Last Synced: 2025-04-06T02:41:49.063Z (28 days ago)
- Topics: mqtt, mqtt-android, xpush
- Language: Java
- Homepage:
- Size: 211 KB
- Stars: 18
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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中修改你的服务器配置:
```
```