User Tools

Site Tools


software:dns-sd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:dns-sd [2020/07/20 01:05] – [DNS-SD or DNS-based Service Discovery] superwizardsoftware:dns-sd [2020/07/20 01:15] (current) – [Other Service Discovery Information] superwizard
Line 132: Line 132:
  
  
 +<WRAP center round box >
 11.  Discovery of Browsing and Registration Domains (Domain Enumeration) 11.  Discovery of Browsing and Registration Domains (Domain Enumeration)
  
Line 175: Line 176:
       operating systems which domain(s) should be used automatically for       operating systems which domain(s) should be used automatically for
       these applications.       these applications.
 +
 +</WRAP>
  
 From: https://tools.ietf.org/html/rfc6763 From: https://tools.ietf.org/html/rfc6763
Line 306: Line 309:
 Avahi also implements binary compatibility libraries that emulate Bonjour and the historical mDNS implementation Howl, so software made to use those implementations can also utilize Avahi through the emulation interfaces. Avahi also implements binary compatibility libraries that emulate Bonjour and the historical mDNS implementation Howl, so software made to use those implementations can also utilize Avahi through the emulation interfaces.
 </code> </code>
 +
 +<WRAP center round box >
 +From: https://simonwheatley.co.uk/2008/04/avahi-finder-icons/
 +
 +After my alterations, the file read (I’ve emboldened the new portion):
 +
 +<code>
 +<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
 +<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
 +<service-group>
 +<name replace-wildcards="yes">%h</name>
 +<service>
 +<type>_afpovertcp._tcp</type>
 +<port>548</port>
 +</service>
 +<service>
 +<type>_device-info._tcp</type>
 +<port>0</port>
 +<txt-record>model=RackMac</txt-record>
 +</service>
 +</service-group>
 +</code>
 +
 +The model information I’ve used, sets the icon to an XServe icon (see the screenshot above). You can determine the model text you need to broadcast for other icons by digging through the Plist at /System/Library/CoreServices/CoreTypes.bundle/Contents/Info.plist.
 +</WRAP>
 +
software/dns-sd.1595207141.txt.gz · Last modified: 2020/07/20 01:05 by superwizard