Actions
Feature #4857
openDiscover other NFD nodes on WiFi network using ARP
Status:
New
Priority:
Normal
Assignee:
-
Category:
Protocol
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Investigate the feasibility of neighbor discovery using Address Resolution Protocol (ARP) on networks that disallow multicast.
Updated by Ernest McCracken over 5 years ago
Looking around the web on sending ARP requests from an android app and other than lots of unanswered posts it seems rooting the android device and getting access to the raw sockets is the only way to send an ARP request directly from an application.
It does look like you can read your device's local ARP cache however (/proc/net/arp) without needing to root the device. But I don't think this helps for this purpose.
Actions