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.

example/example.dart

import 'package:avahi/avahi.dart';

void main() async {
  var client = AvahiClient();
  await client.connect();
  print('Server version: ${await client.getVersionString()}');
  print('Hostname: ${await client.getHostName()}');
  await client.close();
}
4
likes
140
pub points
19%
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