0 purchases
avahi
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.