I need to write a simple ping method in Cocoa/Objective-C. It also needs to work on the iPhone.
ping
I found an example that uses icmp, will thi
icmp
Pinging on the iPhone works a bit different than on other platforms, due to the fact that you don't have root access. See this sample code from Apple.