Skip to content

Resolve an mDNS name from a thread device #7650

Closed Answered by jwhui
fgervais asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, the OpenThread Border Router implements Discovery Proxy for Multicast DNS-Based Service Discovery RFC 8766. This allows the Thread Border Router to discover wevices on the Wi-Fi/Ethernet side using mDNS on behalf of the Thread Device.

On the Thread Device, you can try the following command sequence:

  1. Enable the DNS client to auto-configure the default server address:
    srp client autostart enable
    
  2. Verify the DNS client's default service address:
    dns config
    
  3. Resolve a service:
    dns resolve HOST.default.service.arpa
    
    Note that the Discover Proxy will map queries with .deafult.service.arpa to .local on the Wi-Fi/Ethernet side.

Hope that helps.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fgervais
Comment options

Answer selected by fgervais
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants