Thanks for the write up!
Aaron Wright
1
Hmm, the script uses winpcapy for the infinite loop. My guess is that something is not working there. Try running winpcapy from the python interpreter and seeing if you get any log messages or errors. That might tip you off to what is at fault. Make sure to run the python interpreter from the AmazonDash folder since you will be referencing the wincpacy folder, as I do below. Also try the examples that are on the winpcapy github page. Maybe your computer has a different name for the ethernet device, and it quits because it can’t find something called “Ethernet*” ? Good luck!