tree: 96117b73d0b5aadc741f4d3565f951a7152181c8 [path history] [tgz]
  1. example/
  2. lib/
  3. tool/
  4. BUILD.gn
  5. CHANGELOG.md
  6. LICENSE
  7. pubspec.yaml
  8. README.md
multicast_dns/README.md

Multicast DNS package

pub package

A Dart package to do service discovery over multicast DNS (mDNS), Bonjour, and Avahi.

Usage

To use this package, add multicast_dns as a dependency in your pubspec.yaml file.

Example

Import the library via

import 'package:multicast_dns/mdns_client.dart';

Then use the MDnsClient Dart class in your code. To see how this is done, check out the example app or the sample implementations in the bin directory.