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

net: dns: enable dns service discovery for mdns service #29429

Closed
cfriedt opened this issue Oct 22, 2020 · 0 comments · Fixed by #29179
Closed

net: dns: enable dns service discovery for mdns service #29429

cfriedt opened this issue Oct 22, 2020 · 0 comments · Fixed by #29179
Assignees
Labels
Enhancement Changes/Updates/Additions to existing features

Comments

@cfriedt
Copy link
Member

cfriedt commented Oct 22, 2020

Is your enhancement proposal related to a problem? Please describe.
Recently, DNS-SD capabilities were proposed in Zephyr, but it would be helpful to easily demonstrate them as well.

DNS-SD functions both over unicast DNS as well as multicast DNS. Zephyr has an mdns_responder service as well as an mdns_responder sample application that would make good candidates.

Describe the solution you'd like
Modify the mdns_responder service and application sufficiently to demonstrate DNS-SD.

Describe alternatives you've considered

Additional context
Related to #29099 and #29179

@cfriedt cfriedt added the Enhancement Changes/Updates/Additions to existing features label Oct 22, 2020
@cfriedt cfriedt self-assigned this Oct 22, 2020
andrewboie pushed a commit that referenced this issue Nov 10, 2020
This change enables support for DNS service discovery
(RFC 6763) in the mdns_responder service and sample app.

Fixes #29429

Signed-off-by: Christopher Friedt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Changes/Updates/Additions to existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant