On Thu, 24 Jan 2008 06:10:31 -0800 (PST),
wkyau2000@gmail.com wrote:
>Beside of the ping being blocked, does it mean that we can't use/
>develop any application to send/receive like UDP packet within two
>mobile phone in GPRS network?
It quite possibly does mean that as far as direct phone-to-phone
communication is concerned. You'd have to experiment or ask the
network operator (if you can find someone to talk to at the network
operator who even understands the question!).
If I was doing this for a commercial application, I'd probably set up
a central server on the Internet to which the phones connect and
establish a communication channel using TCP. The phones would probably
have to poll the server regularly to keep the NAT active and prevent
the network from closing the connection. Messages between phones
could then be passed via the central server. This would be simple to
implement although would require a dedicated server and may not scale
well.
Mike.