native_mdns_scanner 1.0.2 copy "native_mdns_scanner: ^1.0.2" to clipboard
native_mdns_scanner: ^1.0.2 copied to clipboard

Dart FFI bindings for macOS mDNS/Bonjour services. Provides native access to multicast DNS functionality on macOS.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate native_mdns_scanner

Use it

The package has the following executables:

$ mdns_cli

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add native_mdns_scanner

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  native_mdns_scanner: ^1.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:native_mdns_scanner/native_mdns_scanner.dart';
0
likes
0
points
39
downloads

Publisher

verified publisherchangyy.app

Weekly Downloads

Dart FFI bindings for macOS mDNS/Bonjour services. Provides native access to multicast DNS functionality on macOS.

Repository (GitHub)
View/report issues

Topics

#ffi #mdns #bonjour #native #networking

License

unknown (license)

Dependencies

ffi

More

Packages that depend on native_mdns_scanner