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
I had this same problem, and ended up writing a simple wrapper around SimplePing to achieve this, wrote a blog about it and there's some code on github, hopefully will help someone here:
http://splinter.com.au/how-to-ping-a-server-in-objective-c-iphone