Skip to content

canonical/avahi.dart

Repository files navigation

Pub Package

Provides a client to connect to Avahi - the service that implements mDNS/DNS-SD on Linux.

import 'package:avahi/avahi.dart';

var client = avahiClient();
await client.connect();
print('Server version: ${await client.getVersionString()}');
await client.close();

Contributing to avahi.dart

We welcome contributions! See the contribution guide for more details.

About

Native Dart client library to access Avahi service.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages