Discussion:
Mdns
(too old to reply)
Christiano F. Haesbaert
2010-10-14 04:38:57 UTC
Permalink
I've released a working version of mdnsd, an ISC licensed mdns/dns-sd
implementation:

http://marc.info/?l=openbsd-tech&m=128703045311304&w=2

I'm posting it because of the Zeroconf project on NetBSD's page.

Any feedback is welcome.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
David Young
2011-01-11 17:21:40 UTC
Permalink
Post by Christiano F. Haesbaert
I've released a working version of mdnsd, an ISC licensed mdns/dns-sd
http://marc.info/?l=openbsd-tech&m=128703045311304&w=2
I'm posting it because of the Zeroconf project on NetBSD's page.
Any feedback is welcome.
Christiano,

What's the status of your project?

Is there any support for Wide-Area Bonjour (WAB)? I am trying to set up
WAB on my NetBSD boxes using the tools in the base system (nss_mdnsd,
mdnsd). It's not working, and to debug mDNSResponder will probably take
weeks.

Dave
--
David Young OJC Technologies
***@ojctech.com Urbana, IL * (217) 278-3933

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Christiano F. Haesbaert
2011-01-11 17:40:15 UTC
Permalink
Post by David Young
Christiano,
What's the status of your project?
Is there any support for Wide-Area Bonjour (WAB)?  I am trying to set up
WAB on my NetBSD boxes using the tools in the base system (nss_mdnsd,
mdnsd).  It's not working, and to debug mDNSResponder will probably take
weeks.
Dave
Hi Dave,

I do not support WAB, I haven't read enough of it to make a decision
if I'll support it in the future.
The idea sounds nice though.

On the status,
I've just added support for client programs to publish services, the
browsing and all the querier capabilities are fully functional.
Responder is also fully functional, but as the library isn't a proper
shared object yet, you can only publish services by the command line
interface (mdnsctl).

Support for multiple interfaces is there but highly untested, the
library is not ABI compatible with avahi, I intend to support it
someday.

I'll release an 'alpha' version this month, as soon as I fix some
publishing issues.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-***@muc.de
Loading...