danimtb / dasshio

Hass.io add-on to easily use Amazon Dash Buttons with Home Assistant
Apache License 2.0
192 stars 63 forks source link

swapping scapy for better performance #108

Closed dannysummerlin closed 1 year ago

dannysummerlin commented 2 years ago

I was missing a lot of packets and noticed scapy is not shooting for performance, found a lower-level implementation from Aaron Bell (http://www.aaronbell.com/how-to-hack-amazons-wifi-button/) so integrated the two. Far more performant on my machine at any rate!