dbinspect_mdns 0.1.0
dbinspect_mdns: ^0.1.0 copied to clipboard
Optional mDNS advertising and discovery for a dbinspect bridge, so a desktop client can find it on the LAN without being told a host and port.
Changelog #
0.1.0 #
First release. Optional mDNS advertising for a dbinspect_bridge.
BridgeAdvertiser.start(port:)publishes_dbinspect._tcpso a desktop client can find a running bridge on the LAN without being told a host and a port.- The record carries a random per-session instance name, the port and
proto=1, and nothing else — everything identifying is an answer tohello, after pairing. - A separate package because
bonsoiris a Flutter plugin and the bridge core is pure Dart on purpose. Adopting discovery is a decision; skipping it costs nothing.