Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.15 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.15 KB

Arkane.Zeroconf

A Zero Configuration Networking library for .NET.

Build status

ko-fi

Basically, this is my forked version of Mono.Zeroconf for my .NET projects, which exists simply because I needed a version with various fixes that have been submitted in pull requests over the last few years, and which the release version of that package doesn't have. API, etc., are identical to that of Mono.Zeroconf except for the different namespace.

To run this, Apple's Bonjour must be installed first.

Bonjour for Windows can be downloaded here:

http://www.apple.com/support/downloads/bonjourforwindows.html

As per the original readme:

More information about Mono.Zeroconf can be found on its project page on the Mono Wiki:

http://mono-project.com/Mono.Zeroconf

General information about Zero Configuration Networking:

http://www.zeroconf.org/

Authorship of the majority of the code remains with Aaron Bockover abockover@novell.com .