[dns-sd] DNS-SD server implementation (#6103)

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
This commit is contained in:
Simon Lin
2021-02-09 20:25:26 -08:00
committed by GitHub
parent 779890474b
commit 89aacf5dd7
27 changed files with 1643 additions and 13 deletions
+1
View File
@@ -115,6 +115,7 @@ size_nrf52840_version()
"DIAGNOSTIC=1"
"DISABLE_DOC=1"
"DNS_CLIENT=1"
"DNSSD_SERVER=1"
"ECDSA=1"
"FULL_LOGS=1"
"JAM_DETECTION=1"