-
Notifications
You must be signed in to change notification settings - Fork 318
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
DNS SD doesn't work on Windows #390
Comments
I made a pull request #412 - let me know if we should merge that as is, or if you think you will have time to look at adding windows 10 support before then. |
I guess the steps would be to create a dns_sd_win10.c, this would include things like:
I think that should be it. All the above code is under a MIT license - which means we can include it into libiio, we just need to point back, and make sure to include the appropriate copyrights in it. |
Would it make sense to use an independent implementation like: |
I don't think so - as much as it pains me - I don't think adding another library is worth it. |
This is being worked on as part of #508 , so closing this, as that (hopefully) will be merged soon. |
As discussed in #388 - we don't support Win32 yet.
https://github.com/stammen/dnssd-uwp
has enough to make sure that Win10 would be supported (which I think is OK).
That would use these built in win10 features:
https://docs.microsoft.com/en-us/uwp/api/windows.networking.servicediscovery.dnssd
The text was updated successfully, but these errors were encountered: