0

is it possible to send/retrive ARP frames in Objective-C ?

I want to check avaiability of several devices in the local network from the code by ARP requests.

I think that it is only way to do that because the ICMP may be diabled, and not all of the devices has bonjure instaled.

maseth
  • 841
  • 1
  • 11
  • 19

1 Answers1

0

Go for it. Anything you can do in C, you can do in Objective-C.

Jody Hagins
  • 27,943
  • 6
  • 58
  • 87
  • I'm unable to open socket in RAW mode on BSD-like system (OSX). I found walk around by using /dev/bfp device but it requires root piviliges. – maseth Oct 14 '12 at 14:21