bonjour

How can I discover zeroconf (Bonjour) services on Android? I'm having trouble with jmDNS

一笑奈何 提交于 2019-11-26 11:53:36
问题 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,

CFNetwork and Bonjour integration for iPhone to Mac integration

帅比萌擦擦* 提交于 2019-11-26 08:45:29
问题 I want to use CFNetwork and Bonjour in conjunction to be able to have communications between my iPhone app and a Mac app. The app on the iPhone would have one button. Then on the Mac app, there will be a label. If the button is pushed on the iPhone app, the label changes on the Mac app. Is there example code out there that can do this? If not, can someone lead me in the right direction? Thanks! 回答1: Bill Dudney created a sample iPhone Bonjour application to demonstrate how to use Bonjour to

How can an iPhone access another non-iPhone device over wireless or Bluetooth?

女生的网名这么多〃 提交于 2019-11-26 07:22:24
问题 I\'m trying to figure out if an iPhone can connect to another non-iPhone device over wireless or Bluetooth and have seen conflicting information. Much of what I\'ve found was before version 3.0 of the SDK came out, when it certainly wasn\'t possible. Looking at Stack Overflow questions, like Can the iPhone 3.0 SDK provide full access to Bluetooth devices (headsets)? mention you can\'t connect to an arbitrary device unless if it\'s part of the \"Works for iPhone\" device. Do I need hardware

Are there any other Java libraries for bonjour/zeroconf apart from JMDNS?

拈花ヽ惹草 提交于 2019-11-26 06:28:49
问题 Are there any other Java libraries for bonjour/zeroconf apart from JMDNS? 回答1: I'm also curious to find the best cross-platform DNS-SD (Zeroconf, Bonjour, DNS self discovery) library exists out there. It does sound like Apple's DNS-SD dnssd.jar is the "official" Java library that requires native library support on Windows, Linux, etc, but works out of the box on Mac OSX. There are other pure Java DNS-SD implementations, but it's unclear if any of them offer a library that is as easy to use or