The mDnsResponder.NET Project website can be found at:
http://forge.novell.com/modules/xfmod/project/?mdnsresponder

mDnsResponder.NET is an implementation of a multi-cast DNS responder written
to the Mono/.NET platform.  APIs are available to query/register for DNS records.
There is also an Events API class where an application can listen for adds,
updates and removal of DNS records in the system.

Copyright (C) 2004 Novell, Inc.

This product includes  software developed  by the  Apache Software Foundation
(http://www.apache.org/).


----------------------------
mDnsResponder.Net components
----------------------------
mDnsResponder - core responder service
mDnsResponderAPI - shared interface library for APIs and DNS record classes
mDnsResponderCmd - command line application for query/registration
mDnsResponderExe - simple command line application that launches the service
test/mDnsEventListener - test application that catches and displays change events
 
--------------------------
Building mDnsResponder.Net
--------------------------
./autogen.sh --prefix=<your install directory>
make
make install

---------------------
Discussion & Support
---------------------
The mDnsResponder project is still alpha code and is missing some necessary
features and functionality before moving to what I would consider
Beta quality.

If you have any other questions you may contact me directly.

Brady Anderson
801-861-3130
banderso@novell.com


