forked from mono/Mono.Zeroconf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
24 lines (16 loc) · 876 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
Mono and .NET. It provides a unified API for performing the most common
zeroconf operations on a variety of platforms and subsystems: all the
operating systems supported by Mono and both the Avahi and
Bonjour/mDNSResponder transports.
By using Mono.ZeroConf developers can use a single API that will work
regardless of the underlying implementation that a particular operating
system uses.
Developers can publish services that will be exposed to other computers on
the network and also query the local machines on the network for services
that could have been exposed.
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/