fusesource / mqtt-client

A Java MQTT Client
http://mqtt-client.fusesource.org/
Apache License 2.0
1.27k stars 369 forks source link

Support Android? #38

Open wxzqq opened 9 years ago

wxzqq commented 9 years ago

I want to use it on Android and now there are some problem in using.Sometimes it always connects failed with the server,in the "onFailure" I can always get the disconnect message.I want to know ,if it support the android and the WIFI?

wxzqq commented 9 years ago

Can somebody tell me ?

danipl commented 9 years ago

Hi wxzqq, I have no problem working with Eclipse PAHO MqttClient on Android. Let to you one simple implementation to do. http://www.programacionj2ee.com/conectando-android-rabbitmq-eclipse-paho/

wxzqq commented 9 years ago

thank you for sharing!How many equipments in use at the same time? We have 60 equipments in use at the same time and it works not good ,I don't know why .

nickmarx12345678 commented 8 years ago

@wxzqq I'm not sure equipments is the word you are looking for. Brokers or servers maybe?

AppWerft commented 8 years ago

The paho client doesn't support reconnecting etc. Or is there a newer version?