avahi 0.0.0-dev.4 copy "avahi: ^0.0.0-dev.4" to clipboard
avahi: ^0.0.0-dev.4 copied to clipboard

outdated

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
0
pub points
0%
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

License

unknown (LICENSE)

Dependencies

dbus

More

Packages that depend on avahi