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

Allow for use of meta-query #101

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Caesarovich
Copy link

Hi,

As discussed in #86, it is normally possible to use the meta-query _services._dns-sd._udp to scan for every available services on the network. Enabling to then scan/discover every services and devices on the network. But it is currently not possible due to two things:

  1. The normalizeType function that doesn't allow the specific query.
  2. The platform specific implementations that are unable to deal with this specific case.

This PR fixes the first problem and also the platform implementation for Linux. I'm currently working on getting it to work for Android. But I won't be able to do it for Apple devices.

I'm waiting to hear back from you regarding this PR.

-> Fixes #86

@Caesarovich Caesarovich marked this pull request as ready for review August 9, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scan for all the mDNS devices in the network
1 participant