How to write a simple Ping method in Cocoa/Objective-C

前端 未结 7 748
一向
一向 2020-11-29 00:52

I need to write a simple ping method in Cocoa/Objective-C. It also needs to work on the iPhone.

I found an example that uses icmp, will thi

7条回答
  •  春和景丽
    2020-11-29 01:16

    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

提交回复
热议问题