amazon-dash-rpi icon indicating copy to clipboard operation
amazon-dash-rpi copied to clipboard

new Dash Buttons don't send ARP requests from 0.0.0.0

Open mdhoney opened this issue 6 years ago • 0 comments

The issue is described here, for example: http://stackoverflow.com/questions/37302925/amazon-dash-button-stopped-arping

The new Dash Buttons no longer ARP request from 0.0.0.0. Instead, they appear to send a DHCP request from 0.0.0.0 instead. Since I'm not sure how to implement this in scapy, I just commented out this line:

if pkt[ARP].psrc == '0.0.0.0'

mdhoney avatar May 08 '18 12:05 mdhoney