mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 13:20:25 +00:00
89aacf5dd7
This commit implements the DNS-SD server:
- Handle Standard DNS Query from clients
- Supported resource records: PTR, SRV, TXT, AAAA
- Query services from SRP server
- Add tests
- simulation test using DNS client (only test AAAA query)
- OTBR test using dig command to verify all resource records can be
queried successfully