multicast_dns 0.3.2+8
multicast_dns: ^0.3.2+8 copied to clipboard
Dart package for performing mDNS queries (e.g. Bonjour, Avahi).
Multicast DNS package #
Based on RFC 6762 Multicast DNS.
A Dart package to do service discovery over multicast DNS (mDNS), Bonjour, and Avahi.
Usage #
The example demonstrates how
to use the MDnsClient
Dart class in your code.