Recieving server broadcast on mobile in real time

Posted by Manjoor on Stack Overflow See other posts from Stack Overflow or by Manjoor
Published on 2010-05-19T12:37:56Z Indexed on 2010/05/19 12:40 UTC
Read the original article Hit count: 328

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about mobile

Related posts about java