mdns_dart 1.0.5
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
, andmulticastHops
- 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 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