MatrixAI / js-mdns

Multicast DNS Stack for TypeScript/JavaScript Applications
https://matrixai.github.io/js-mdns/
Apache License 2.0
0 stars 0 forks source link

Native Linux mDNS Stack Support (Avahi and systemd-resolved) #2

Open amydevs opened 1 year ago

amydevs commented 1 year ago

Specification

Both the Avahi and Systemd-Resolved APIs can be accessed using D-BUS. After we have defined a common interface for the js-mdns library, we can create implementations that integrate into existing mDNS responders.

Additional context

Avahi D-BUS API Systemd-Resolved D-BUS API node_mdns (Wrapper for Avahi and mDNSResponder)

Tasks

  1. TBD....
  2. ...
  3. ...
tegefaulkes commented 1 week ago

Linear marked this as stale so I'm reopening.