hortinstein / node-dash-button

A small module to emit events when an Amazon Dash Button is pressed
949 stars 94 forks source link

Cannot choose interface which to listen to ARP #20

Closed bfrantz closed 8 years ago

bfrantz commented 8 years ago

On devices with multiple interfaces node_pcap uses a "default" interface which is not necessarily the one you want. It would be useful to be able to pass the desired interface using

var pcap = require('pcap'),
    pcap_session = pcap.createSession(interface, filter);
hortinstein commented 8 years ago

Thanks for the #21 it has been merged and updated to NPM