Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuexiangjys/xpush-mqtt
MQTT在Android上的使用,目前已集成了XPush
https://github.com/xuexiangjys/xpush-mqtt
mqtt mqtt-android xpush
Last synced: 3 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:51:59.000Z (about 1 year ago)
- Last Synced: 2024-02-29T16:32:15.791Z (11 months ago)
- Topics: mqtt, mqtt-android, xpush
- Language: Java
- Homepage:
- Size: 211 KB
- Stars: 17
- Watchers: 3
- 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)
## 关于我
[![github](https://img.shields.io/badge/GitHub-xuexiangjys-blue.svg)](https://github.com/xuexiangjys) [![csdn](https://img.shields.io/badge/CSDN-xuexiangjys-green.svg)](http://blog.csdn.net/xuexiangjys) [![简书](https://img.shields.io/badge/简书-xuexiangjys-red.svg)](https://www.jianshu.com/u/6bf605575337) [![掘金](https://img.shields.io/badge/掘金-xuexiangjys-brightgreen.svg)](https://juejin.im/user/598feef55188257d592e56ed) [![知乎](https://img.shields.io/badge/知乎-xuexiangjys-violet.svg)](https://www.zhihu.com/people/xuexiangjys)
## MQTT服务器
> 在运行Demo之前请先安装MQTT服务器,并在客户端中配置好服务器的地址和端口号。
* [ActiveMQ](http://activemq.apache.org/)
* [EMQ](https://www.emqx.io/)
## MQTT服务器配置
请在AndroidManifest.xml中修改你的服务器配置:
```
```