Network.Framework ICMP/Ping

Hi, I will be looking to create ping/icmp tool for macos using network framework. Can someone point me to/if there are some examples and which functions should be good to use?

Answered by Hoffman in 718744022

Network Framework? Don't think that'll work. ICMP is too far down the network stack.

You're probably for CFSockets, as described here:

https://www.rderik.com/blog/building-a-server-client-aplication-using-apple-s-network-framework/

Some related information and apps:

Accepted Answer

Network Framework? Don't think that'll work. ICMP is too far down the network stack.

You're probably for CFSockets, as described here:

https://www.rderik.com/blog/building-a-server-client-aplication-using-apple-s-network-framework/

Some related information and apps:

Network.Framework ICMP/Ping
 
 
Q