12-01-2009 03:57 PM - edited 12-01-2009 03:58 PM
Is it possible to send a ping (and get the echo response) from a Java program on the BlackBerry?
(Please not that I said "from a program". Using the ping command in the WiFi options would not be a solution.)
Thanks,
Paul
12-01-2009 05:13 PM - edited 12-01-2009 05:32 PM
I don't think you can craft raw IP packets with the Blackberry API, which is required to craft an ICMP packet, so the answer would be no.
The Datagram documentation does mention GCMP packet types, which is probably something intrinsic to mobile networking, but I don't know anything about that and can't find much detail on it elsewhere.