avahi 0.1.0
avahi: ^0.1.0 copied to clipboard
Provides a client to connect to Avahi - the service that implements mDNS/DNS-SD on Linux.
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();
copied to clipboard
Contributing to avahi.dart #
We welcome contributions! See the contribution guide for more details.