example for a otSrpClientAddService with a mDNS PTR-Type record #13487
Unanswered
RolliGrolli
asked this question in
Q&A
Replies: 1 comment
|
We have invested a significant amount of time into documentation to help developers. We kindly ask that you review these resources to familiarize yourself with the core concepts. Please review the detailed documentation provided for the SRP APIs: For examples of how to use these APIs, you can refer to the CLI commands and their implementation: You can also check the unit tests covering this functionality, as well as the basic guide here: Also note that SRP and mDNS are not the same. SRP is a protocol used within Thread. A Thread Border Router acting as an SRP server which supports SRP Advertising Proxy feature advertises the registered SRP services from Thread nodes onto an adjacent infrastructure link (Wi-Fi/LAN) using mDNS. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I have been looking for a longer time for an example of a otSrpClientAddService which gives a PTR-Type mDNS-Record. Does I have to set a mSubTypeLabels in the otSrpClientService?
How does this should look like?
Does anyone can send me a working example, please?
In my setup I got the SRV and AAA records, but not a PTR.
Is there some documetntation or a guide for the string formating?
Could three be a problem with the border-router? The other mDNS-entries are sended out on the LAN correctly,
only the PTR-record is missing.
Thanks in advance:
Roland
All reactions