Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
203 views

Interoperability of JmDNS with iOS Bonjour

I am using JmDNS to register a service and would like to discover it on iOS. I can discover the service using a JmDNS client as well as discovering several other services on the network. The problem ...
RTB's user avatar
  • 192
2 votes
1 answer
953 views

Android -> iOS zero conf network discovery with jmDNS broken

I'm using jmDNS 3.4.1 to do network discovery between Android and iOS. Recently it has not worked properly. The Android app broadcasts itself on the network using mDNS. The iOS app looks for services ...
Steveo's user avatar
  • 2,268
0 votes
1 answer
539 views

UnknownHostException from getLocalHost on iOS device in RoboVM

I am trying to initialize JmDNS on an iOS device, getting the address with the line: InetAddress adr = InetAddress.getLocalHost(); It works fine in the iphone simulator, however when tested on a ...
Chet Rippo's user avatar
26 votes
1 answer
14k views

Is Android NSD (Network Service Discovery) compatible with Bonjour service in iOS?

I will create a server-less local networking App for iOS and Android. the App in both iOS and Android devices should find out and talk to each other. I know that there are platform built-in services (...
Henry Leu's user avatar
  • 2,244