mdns_dart 1.0.1
mdns_dart: ^1.0.1 copied to clipboard
A comprehensive mDNS (Multicast DNS) service discovery library for Dart, ported from HashiCorp Go implementation.
1.0.1 #
- Fixed deprecated
multicastInterface
usage with modernsetRawOption
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