avahi 0.1.0 copy "avahi: ^0.1.0" to clipboard
avahi: ^0.1.0 copied to clipboard

PlatformLinux

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

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.

4
likes
140
pub points
18%
popularity

Publisher

verified publishercanonical.com

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

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

dbus

More

Packages that depend on avahi