I am new to Android and want to use MQTT as a push notifier for Android from Server.
I have read about MQTT but I do not understand it very well. If anyone has used this library, please tell me what I have to do to start using it.
I have a Java Server (running on Windows) and lots of Clients (Android phones on which my app will be installed). My server will send messages to all or some specific clients at any time.
What are my basic requirements? Is there:
You need:
Dale Lane has written a nice guide on this (http://www.dalelane.co.uk/blog/?p=1599) and there is also a good set of resources about MQTT (https://github.com/mqtt/mqtt.github.io/wiki)