-
Hello, I am new to openthread and I have a question about SRP and if it the right solution to the problem I am facing. Currently, the ip address of the server is hard coded into the example, which of course is not practical, so I want to use a host name instead. Would setting up the Raspberry Pi as a SRP server and the nrf as a srp client allow me to have a look up of the ip address via a host name? Or does the Rpi need to be a client and the node in the network need to be a server? I am abit confused about how is discovering who. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There are different components that work together to make service discovery possible:
BRs (Border Routers) are typically configured to act as SRP servers and DNS-SD servers. Any device can be a DNS client and an SRP client. Here is what I would suggest for your use case:
|
Beta Was this translation helpful? Give feedback.
There are different components that work together to make service discovery possible:
BRs (Border Routers) are typically configured to act as SRP servers and DNS-SD servers. Any device can be a DNS client and an SRP client.
Here is what I would suggest for your use case: