DylanPiercey / local-devices

🔮 Find devices connected to the current local network.
MIT License
139 stars 27 forks source link

Doesn't work on Homebridge running on Win10: Error: Command failed: arp -n 192.168.0.152 #37

Closed jsiegenthaler closed 2 years ago

jsiegenthaler commented 3 years ago

arp -n ipaddress

Result: Error: Command failed: arp -n 192.168.0.152

arp -n 192.168.0.152 works fine on node on linux (raspberry pi) but not on Windows Win10, it throws: Error: Command failed: arp -n 192.168.0.152

MisterSandFR commented 2 years ago

same error here

DylanPiercey commented 2 years ago

You need to have arp installed. If it's not at a known path you can set the arpPath option.