Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select on which network interface to search #44

Open
lorenzovianello-vivaldigroup opened this issue May 31, 2023 · 1 comment
Open

Select on which network interface to search #44

lorenzovianello-vivaldigroup opened this issue May 31, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@lorenzovianello-vivaldigroup

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

@sebastianhaberey sebastianhaberey added the enhancement New feature or request label May 31, 2023
@sebastianhaberey
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants