基本信息
源码名称:Android应用源码之基于MQTT的安卓消息推送php服务端源码+安卓端源码
源码大小:1.87M
文件格式:.rar
开发语言:PHP
更新时间:2023-12-16
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
Android应用源码之基于MQTT的安卓消息推送php服务端源码 安卓端源码

.
├── 16x16_loading.gif
├── AndroidPushNotifications
│   ├── AndroidManifest.xml
│   ├── assets
│   ├── bin
│   │   ├── AndroidManifest.xml
│   │   ├── AndroidPushNotifications.apk
│   │   ├── classes
│   │   │   └── com
│   │   │       └── blueweb
│   │   │           └── androidpushnotifications
│   │   │               ├── BuildConfig.class
│   │   │               ├── ConnectionLog.class
│   │   │               ├── PushActivity$1.class
│   │   │               ├── PushActivity$2.class
│   │   │               ├── PushActivity.class
│   │   │               ├── PushService$1.class
│   │   │               ├── PushService$MQTTConnection.class
│   │   │               ├── PushService.class
│   │   │               ├── R$attr.class
│   │   │               ├── R$color.class
│   │   │               ├── R$drawable.class
│   │   │               ├── R$id.class
│   │   │               ├── R$layout.class
│   │   │               ├── R$string.class
│   │   │               ├── R$style.class
│   │   │               └── R.class
│   │   ├── classes.dex
│   │   ├── jarlist.cache
│   │   ├── res
│   │   │   ├── drawable-hdpi
│   │   │   │   ├── ic_action_search.png
│   │   │   │   ├── ic_launcher.png
│   │   │   │   ├── icon.png
│   │   │   │   └── logo.png
│   │   │   ├── drawable-ldpi
│   │   │   │   └── ic_launcher.png
│   │   │   ├── drawable-mdpi
│   │   │   │   ├── ic_action_search.png
│   │   │   │   └── ic_launcher.png
│   │   │   └── drawable-xhdpi
│   │   │       ├── ic_action_search.png
│   │   │       └── ic_launcher.png
│   │   └── resources.ap_
│   ├── gen
│   │   └── com
│   │       └── blueweb
│   │           └── androidpushnotifications
│   │               ├── BuildConfig.java
│   │               └── R.java
│   ├── ic_launcher-web.png
│   ├── libs
│   │   ├── android-support-v4.jar
│   │   └── wmqtt.jar
│   ├── proguard-project.txt
│   ├── project.properties
│   ├── res
│   │   ├── drawable-hdpi
│   │   │   ├── ic_action_search.png
│   │   │   ├── ic_launcher.png
│   │   │   ├── icon.png
│   │   │   └── logo.png
│   │   ├── drawable-ldpi
│   │   │   └── ic_launcher.png
│   │   ├── drawable-mdpi
│   │   │   ├── ic_action_search.png
│   │   │   └── ic_launcher.png
│   │   ├── drawable-xhdpi
│   │   │   ├── ic_action_search.png
│   │   │   └── ic_launcher.png
│   │   ├── layout
│   │   │   └── main.xml
│   │   ├── menu
│   │   └── values
│   │       ├── colors.xml
│   │       ├── strings.xml
│   │       └── styles.xml
│   └── src
│       └── com
│           └── blueweb
│               └── androidpushnotifications
│                   ├── ConnectionLog.java
│                   ├── PushActivity.java
│                   └── PushService.java
├── AndroidPushNotifications.zip
├── JavaApk源码说明.txt
├── README
├── Thumbs.db
├── __MACOSX
│   └── AndroidPushNotifications
├── etc
│   └── config.php
├── index.php
├── jquery.js
├── jquery.label_over.js
├── lib
│   ├── MQTT
│   │   └── sam_mqtt.php
│   ├── php_sam.php
│   ├── sam_factory_mqtt.php
│   └── sam_factory_xms.php
├── rsmb_1.2.0
│   ├── README.htm
│   ├── doc
│   │   ├── gettingstarted.htm
│   │   └── html
│   │       ├── _m_q_t_t_client_8h.html
│   │       ├── _m_q_t_t_client_8h_source.html
│   │       ├── _m_q_t_t_client_persistence_8h.html
│   │       ├── _m_q_t_t_client_persistence_8h_source.html
│   │       ├── annotated.html
│   │       ├── async.html
│   │       ├── classes.html
│   │       ├── doxygen.css
│   │       ├── doxygen.png
│   │       ├── files.html
│   │       ├── functions.html
│   │       ├── functions_vars.html
│   │       ├── globals.html
│   │       ├── globals_defs.html
│   │       ├── globals_func.html
│   │       ├── globals_type.html
│   │       ├── index.html
│   │       ├── pages.html
│   │       ├── pubasync.html
│   │       ├── pubsync.html
│   │       ├── qos.html
│   │       ├── struct_m_q_t_t_client__connect_options.html
│   │       ├── struct_m_q_t_t_client__message.html
│   │       ├── struct_m_q_t_t_client__persistence.html
│   │       ├── struct_m_q_t_t_client__will_options.html
│   │       ├── subasync.html
│   │       ├── tab_b.gif
│   │       ├── tab_l.gif
│   │       ├── tab_r.gif
│   │       ├── tabs.css
│   │       └── wildcard.html
│   ├── include
│   │   ├── MQTTClient.h
│   │   └── MQTTClientPersistence.h
│   ├── license
│   │   ├── Lic_cs.txt
│   │   ├── Lic_de.txt
│   │   ├── Lic_el.txt
│   │   ├── Lic_en.txt
│   │   ├── Lic_es.txt
│   │   ├── Lic_fr.txt
│   │   ├── Lic_it.txt
│   │   ├── Lic_ja.txt
│   │   ├── Lic_ko.txt
│   │   ├── Lic_lt.txt
│   │   ├── Lic_pl.txt
│   │   ├── Lic_pt.txt
│   │   ├── Lic_ru.txt
│   │   ├── Lic_sl.txt
│   │   ├── Lic_tr.txt
│   │   ├── Lic_zh.txt
│   │   └── Lic_zh_TW.txt
│   ├── linux_ARM_glibc
│   │   ├── broker
│   │   ├── libmqttv3c.so
│   │   ├── stdinpub
│   │   └── stdoutsub
│   ├── linux_ARM_uclibc
│   │   ├── broker
│   │   ├── libmqttv3c.so
│   │   ├── stdinpub
│   │   └── stdoutsub
│   ├── linux_ia32
│   │   ├── broker
│   │   ├── libmqttv3c.so
│   │   ├── stdinpub
│   │   └── stdoutsub
│   ├── linux_ia64
│   │   ├── broker
│   │   ├── libmqttv3c.so
│   │   ├── stdinpub
│   │   └── stdoutsub
│   ├── mac
│   │   ├── broker
│   │   ├── libmqttv3c.dylib
│   │   ├── stdinpub
│   │   └── stdoutsub
│   ├── messages
│   │   └── Messages.1.2.0
│   ├── slug
│   │   ├── broker
│   │   ├── libmqttv3c.so
│   │   ├── stdinpub
│   │   └── stdoutsub
│   ├── windows
│   │   ├── broker.exe
│   │   ├── mqttv3c.dll
│   │   ├── mqttv3c.lib
│   │   ├── stdinpub.exe
│   │   └── stdoutsub.exe
│   └── zlinux
│       ├── broker
│       ├── libmqttv3c.so
│       ├── stdinpub
│       └── stdoutsub
├── send_mqtt.php
├── send_mqtt.zip
├── 好例子网_Android应用源码之基于MQTT的安卓消息推送php服务端源码 安卓端源码.rar
└── 点这里查看更多优质源码~.url

48 directories, 157 files