~ubuntu-branches/ubuntu/trusty/mono-zeroconf/trusty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-12-20 04:54:46 UTC
  • Revision ID: james.westby@ubuntu.com-20071220045446-qi1hrzbiw1kh38js
Tags: upstream-0.7.3
Import upstream version 0.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Mono.Zeroconf is a cross platform Zero Configuration Networking library for
 
2
Mono and .NET. It provides a unified API for performing the most common 
 
3
zeroconf operations on a variety of platforms and subsystems: all the 
 
4
operating systems supported by Mono and both the Avahi and 
 
5
Bonjour/mDNSResponder transports.
 
6
 
 
7
By using Mono.ZeroConf developers can use a single API that will work 
 
8
regardless of the underlying implementation that a particular operating 
 
9
system uses.
 
10
 
 
11
Developers can publish services that will be exposed to other computers on 
 
12
the network and also query the local machines on the network for services 
 
13
that could have been exposed.
 
14
 
 
15
More information about Mono.Zeroconf can be found on its project page 
 
16
on the Mono Wiki:
 
17
 
 
18
   http://mono-project.com/Mono_Zeroconf
 
19
 
 
20
General information about Zero Configuration Networking: 
 
21
 
 
22
   http://www.zeroconf.org/
 
23
 
 
24