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:06] – [DNS-Based Service Discovery] superwizardsoftware:dns-sd [2020/07/20 01:15] (current) – [Other Service Discovery Information] superwizard
Line 309: 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.1595207195.txt.gz · Last modified: 2020/07/20 01:06 by superwizard