Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 501 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 501 Bytes

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.

The example demonstrates how to use the MDnsClient Dart class in your code.