tree: 59260d4621486558231543a6b27e35404d98de33 [path history] [tgz]
  1. example/
  2. lib/
  3. test/
  4. tool/
  5. AUTHORS
  6. CHANGELOG.md
  7. dart_test.yaml
  8. LICENSE
  9. pubspec.yaml
  10. README.md
packages/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/multicast_dns.dart';

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