I am creating JmDNS service from other machine running windows-xp by
JmDNS dns = JmDNS.create("localhost");
dns.regesterService("_sreviceTest._tcp.local.", "Test-Service", 8765, "Description");
If I run other client which will resolve services, Created by JmDNS
that finds it, irrespective of machine. But if i try to find same service through avahi-browse
. It couldn't find it. and give following output.
avahi-browse -rv _sreviceTest._tcp
Server version: avahi 0.6.30; Host name: ubuntu.local
E Ifce Prot Name Type Domain
+ eth0 IPv4 Test-Service _sreviceTest._tcp local
Failed to resolve service 'Test-Service' of type '_serviceTest._tcp' in domain 'local': Timeout reached
It is a bug in
JmDNS version 3.4.1
library. See for detail BUG