mdns_dart 1.0.5 copy "mdns_dart: ^1.0.5" to clipboard
mdns_dart: ^1.0.5 copied to clipboard

A comprehensive mDNS (Multicast DNS) service discovery and advertisement library for Dart, ported from HashiCorp Go implementation.

1.0.5 #

  • Updated package description to specify support for both mDNS service discovery and advertisement.

1.0.4 #

  • Added configurable socket options: reusePort, reuseAddress, and multicastHops
  • Added comprehensive logging support for debugging network issues
  • Minimized example files for cleaner demonstration
  • Formatted for improved readability

1.0.3 #

  • Updated README.md with improved feature comparison table and refined examples.
  • Improved example/example.md

1.0.2 #

  • Exported src/server.dart in the public API (lib/mdns_dart.dart) for direct access to mDNS server functionality.

1.0.1 #

  • Fixed deprecated multicastInterface usage with modern setRawOption implementation

1.0.0 #

  • Initial release: Port of HashiCorp's mDNS to Dart
  • Comprehensive mDNS service discovery with full protocol support
  • Interface binding for cross-network discovery
  • Support for both IPv4 and IPv6
  • Docker/bridge network compatibility
  • Full mDNS server for service advertising
  • Pure Dart implementation with no native dependencies
3
likes
0
points
340
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive mDNS (Multicast DNS) service discovery and advertisement library for Dart, ported from HashiCorp Go implementation.

Repository (GitHub)
View/report issues

Topics

#mdns #dns #service-discovery #multicast #networking

License

unknown (license)

More

Packages that depend on mdns_dart