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:
- server requirement?
- some sort of registration?
- Library to include in Android?
- identifier for Android device ? (as C2DM require Google account for each device)