jishi / node-sonos-discovery

Simplified framework for Sonos built on node.js
MIT License
146 stars 75 forks source link

Add more intelligence to SSDP scanning #61

Closed jishi closed 8 years ago

jishi commented 8 years ago

Systems with multiple private interfaces and intermittent issues with Windows ARP cache and multicast, it should discover systems in the following order:

SSDP using 0.0.0.0 SSDP for each interface found on machine

And cycle through them every 5 seconds or so. That will get a snappy discovery on the majority of installations, and eventual discovery on all other systems.

jishi commented 8 years ago

Fixed with beta.13