You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my dd-wrt router, the broadcast socket does not work without specifying the network interface name. Please add to the code possibility to specify the network interface name during the discovery process.
I am too lazy to create a full pull-request, so, just a code:
You'd need to submit at least a patch. Just looking at the code I wouldn't even know which file I have to add it to! Furthermore a test that can be part out of the automated testing would be a good idea, since someone could break it by mistake at any point in the future.
Furthermore, the code you have won't work properly on a dd-wrt router, because you haven't made interface a required argument on that platform, while I understand from your explanation it must be!
Uh oh!
There was an error while loading. Please reload this page.
Hi, thanks for the cool product.
On my dd-wrt router, the broadcast socket does not work without specifying the network interface name. Please add to the code possibility to specify the network interface name during the discovery process.
I am too lazy to create a full pull-request, so, just a code:
Usage on my dd-wrt router:
The text was updated successfully, but these errors were encountered: