0

I used JmDNS to discover linux machines from android devices and vice versa.

They seemed to work well.

But I am unable to discover an android device using another one even after I have acquired the multicast lock before creating and registering jmdns. Here is my sample code :-

lock.setReferenceCounted(true);
lock.acquire();
.....
jmdns = JmDNS.create(ipAddress);
4

1 回答 1

0

由于您还没有发布任何代码,我将无法调试,我只是把这个链接放在这里:https ://vshivam.wordpress.com/2015/02/15/using-jmdns-for-service- android上的广告和发现/

于 2015-02-15T16:01:45.503 回答