Home | History | Annotate | Download | only in Clients
      1 This directory contains a variety of clients that use the
      2 "/usr/include/dns_sd.h" APIs.
      3 
      4 Some of the clients are command-line oriented; some are graphical.
      5 
      6 Some of the clients, like the "dns-sd" command-line tool, can be built
      7 for a variety of platforms. Some of the clients only build for one
      8 platform, like "DNS Service Browser" and "DNS Service Registration",
      9 which use Objective C and Cocoa and only run on OS X 10.3 or later.
     10 
     11 Some of the clients can be built more than one way. For example, the
     12 "dns-sd" command-line tool can be built for OS X using both the XCode
     13 IDE, or using a simple command-line "make" command.
     14 
     15 What all clients have in common is that they all demonstrate how you
     16 can use the "/usr/include/dns_sd.h" APIs.
     17 
     18 The table below gives a summary of which clients build for which platforms.
     19 
     20 Client                    Type          OS X   OS X   Posix
     21                                         XCode  Make   Make
     22 
     23 dns-sd                    Command-line   X      X      X
     24 DNS Service Browser       Graphical      X
     25 DNS Service Registration  Graphical      X
     26