Recieving server broadcast on mobile in real time
- by Manjoor
I have to write a simple mobile application that is able to recieve broadcast from a server, connected using GPRS, over a secure SSL connection.
The amount of data mobile need to recieve is very small (about 100 character string for a single broadcast and maximum 10 broadcast per minute)
I need to display it on screen and generate a alert sound (and vibrate the device).
Client need not to send anything back to server. (ofcourse at the time of intialization the client app need to send some data for authorization)
The target mobile plateform is symbion S60 and Blackberry.
How can i do this?
What tools, SDK and Third party framework (if needed) i should use?
I am familier with java and network programming but not for mobile device.