How can I discover zeroconf (Bonjour) services on Android? I'm having trouble with jmDNS
- 阅读更多 关于 How can I discover zeroconf (Bonjour) services on Android? I'm having trouble with jmDNS
问题 I\'m working with a Droid / Android 2.0.1 and encountering an issue apparently many people have: I\'m unable to discover services using the one pure-Java zeroconf library I know of, jmDNS. (Apple\'s Bonjour, while it works on Linux and Windows Java, I believe would be harder to port to Android because of reliance on native code.) I can create services, but not discover them. I\'m trying to make sense of what\'s going on. There is an ongoing issue report here; related to multicast and IPv6,