网页下的客户端完成后,自然要有对接,下面就要研究手机端了,没有苹果手机,就研究安卓吧,
现在安卓的开发环境是Android Studio,好用,不过网上很多资料还是老的,需要区别对待
安卓系统常用的开发语言是java,所以这次要找的MQTT包也要是Java的,官网
https://github.com/mqtt/mqtt.github.io/wiki/libraries
上的首推Java包为Eclipse Paho Java
http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.java.git/
不过这个下来并不知道怎么来用
只能四处搜寻资料,找到官方的一篇向导,英文的,努力看吧
http://www.eclipse.org/paho/clients/android/sample/
里边的图片让我眼前一亮
Import the org.eclipse.paho.android.service.sample app project into Eclipse. Copy the org.eclipse.paho.client.mqttv3-{VERSION}.jar and org.eclipse.paho.android.service-{VERSION}.jar library into the libs folder in the Android project. Make sure no compilation errors and then run as Android application. Or install and start the MQTT client sample Java app on an Android device. See the developer.android.com Running your app page.
跟着步骤去做
那么问题来了org.eclipse.paho.client.mqttv3-{VERSION}.jar and org.eclipse.paho.android.service-{VERSION}.jar在哪里,没有搜索到,想到了java打包,也尝试了用eclipse,似乎总是少点什么,突然看到上边忽略的
Clone the source code of org.eclipse.paho.mqtt.java via git. Run maven build: mvn clean install to build org.eclipse.paho.client.mqttv3-{VERSION}.jar and org.eclipse.paho.android.service-{VERSION}.jar
好像需要一个称为maven的东西,通过查询eclipse集成了,但是还是不会用
对于新的环境
Copy the org.eclipse.paho.client.mqttv3-{VERSION}.jar and org.eclipse.paho.android.service-{VERSION}.jar library into the libs folder in the Android project.
又不知道怎么做了,这时才发现百度经验是个好东西
http://jingyan.baidu.com/article/e6c8503c7190b7e54f1a1893.html
需要新建一个libs文件夹,然后拷进去,再Add As Library
有奖活动 | |
---|---|
【有奖活动】分享技术经验,兑换京东卡 | |
话不多说,快进群! | |
请大声喊出:我要开发板! | |
【有奖活动】EEPW网站征稿正在进行时,欢迎踊跃投稿啦 | |
奖!发布技术笔记,技术评测贴换取您心仪的礼品 | |
打赏了!打赏了!打赏了! |
打赏帖 | |
---|---|
与电子爱好者谈读图四被打赏50分 | |
与电子爱好者谈读图二被打赏50分 | |
【FRDM-MCXN947评测】Core1适配运行FreeRtos被打赏50分 | |
【FRDM-MCXN947评测】双核调试被打赏50分 | |
【CPKCORRA8D1B评测】---移植CoreMark被打赏50分 | |
【CPKCORRA8D1B评测】---打开硬件定时器被打赏50分 | |
【FRDM-MCXA156评测】4、CAN loopback模式测试被打赏50分 | |
【CPKcorRA8D1评测】--搭建初始环境被打赏50分 | |
【FRDM-MCXA156评测】3、使用FlexIO模拟UART被打赏50分 | |
【FRDM-MCXA156评测】2、rt-thread MCXA156 BSP制作被打赏50分 |