xref: /aosp_15_r20/external/openscreen/discovery/README.md (revision 3f982cf4871df8771c9d4abe6e9a6f8d829b2736)
1*3f982cf4SFabien Sanglard# Discovery
2*3f982cf4SFabien Sanglard
3*3f982cf4SFabien SanglardThis discovery module is an implementation of the mDNS and DNS-SD protocols as
4*3f982cf4SFabien Sanglarddefined in [RFC 6762](https://tools.ietf.org/html/rfc6762) and
5*3f982cf4SFabien Sanglard[RFC 6763](https://tools.ietf.org/html/rfc6763).
6*3f982cf4SFabien Sanglard
7*3f982cf4SFabien SanglardFor more details, see the
8*3f982cf4SFabien Sanglard[full documentation](https://chromium.googlesource.com/openscreen/+/refs/heads/master/docs/discovery.md).
9