nsd icon indicating copy to clipboard operation
nsd copied to clipboard

Select on which network interface to search

Open lorenzovianello-vivaldigroup opened this issue 1 year ago • 1 comments

Description

Hi, is there any chance to give the user the ability to select a NetworkInterface where to scan for devices? At the moment in a Windows system with multiple interfaces, the discovery system wearch on the first (?)

Could this be implemented, or is already on?

Scenario

Use the plugin in my own application via Flutter dependency

Platform

Windows

It looks like the DNS_SERVICE_BROWSE_REQUEST (Windows) supports an InterfaceIndex parameter. NsdManager#discoverServices (Android) seems to support a Network parameter. It's likely that Apple's Bonjour API will support something similar.

So this is definitely a reasonable feature to add. Unfortunately I'm in the middle of a project now and won't be able to do this anytime soon 😕 Sorry.

sebastianhaberey avatar May 31 '23 15:05 sebastianhaberey