dbinspect_mdns 0.1.0 copy "dbinspect_mdns: ^0.1.0" to clipboard
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._tcp so 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 to hello, after pairing.
  • A separate package because bonsoir is a Flutter plugin and the bridge core is pure Dart on purpose. Adopting discovery is a decision; skipping it costs nothing.
0
likes
150
points
91
downloads

Documentation

API reference

Publisher

verified publisherdizitart.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

bonsoir, dbinspect_bridge, flutter

More

Packages that depend on dbinspect_mdns