Add avahi and bonjour docs to README

Signed-off-by: Walker Crouse <Walker.Crouse@bjss.com>
This commit is contained in:
Walker Crouse 2021-08-19 14:56:03 -04:00
parent f0af21a51e
commit 3c14883ac9
1 changed files with 7 additions and 0 deletions

View File

@ -111,7 +111,14 @@ fn on_service_discovered(
} }
``` ```
## Resources
* [Avahi docs]
* [Bonjour docs]
[ZeroConf/mDNS]: https://en.wikipedia.org/wiki/Zero-configuration_networking [ZeroConf/mDNS]: https://en.wikipedia.org/wiki/Zero-configuration_networking
[Bonjour]: https://en.wikipedia.org/wiki/Bonjour_(software) [Bonjour]: https://en.wikipedia.org/wiki/Bonjour_(software)
[Avahi]: https://en.wikipedia.org/wiki/Avahi_(software) [Avahi]: https://en.wikipedia.org/wiki/Avahi_(software)
[`Any`]: https://doc.rust-lang.org/std/any/trait.Any.html [`Any`]: https://doc.rust-lang.org/std/any/trait.Any.html
[Avahi docs]: https://avahi.org/doxygen/html/
[Bonjour docs]: https://developer.apple.com/documentation/dnssd/dns_service_discovery_c