probonopd / announce

Announce services on the network with Zeroconf/Bonjour with minimal overhead.
15 stars 5 forks source link

Handle hostname conflicts on the network #7

Open probonopd opened 9 years ago

probonopd commented 9 years ago

We should check if $HOSTNAME.local. is already on the network, and if so, add -2to the hostname and repeat the check, until a free hostname has been found, which we should then announce on the network.

Pull requests are welcome.