MQTT stands for MQ Telemetry Transport, a lightweight publish/subscribe messaging protocol originally for sensor applications but also very useful in mobile environments due to the low power consumption, simplicity of API, and small bandwidth used. Clients and servers are available in various ...
8
votes
3answers
1k views
Android & (millions of) push notifications
I'm working on the Android version of an application I first created on iPhone and this application requires to send (if it's as successful as its iPhone version) up to millions of push notifications ...
3
votes
2answers
1k views
MQTT client for iPhone
I am trying to follow this blog for building push services for iPhone. The blog uses Android as the working platform,but it can be migrated to iPhone too, provided I get an MQTT client in objective ...
1
vote
3answers
396 views
Android device needs to be connected to server - C2DM, polling or something third?
I'm currently in the process of developing an app which has some very demanding needs.
The Project
An application which can communicate with a server is needed.
Small messages has to be send to the ...
1
vote
4answers
348 views
Basic Steps for Using MQTT in android
I am new to Android and want to use MQTT as push notifier for Android from Server.
i have read about MQTT but does not understand well. if any one has used this library so plz tell me what i have to ...
1
vote
3answers
276 views
Push notification on android: IBM MQTT
I am very new to android environment and have to set up client side using the (wmqtt.jar) sample application given on http://www-01.ibm.com/support/docview.wss?
I know only about hello world program.
...
1
vote
2answers
283 views
How can I use MQTT in iOS?
Does anyone know if it is possible to use MQTT in iOS development like in Android? Is there a library or something?
0
votes
2answers
461 views
Java client for Mosquitto
1).Is it legal to use wmqtt.jar with Mosquitto broker for Android application?
2).Are there any other java client library for Android to connect to Mosquitto broker?
Note:It is an intranet ...