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

Questions tagged [jmdns]

JmDNS is a Java implementation of multi-cast DNS and can be used for service registration and discovery in local area networks. JmDNS is fully compatible with Apple's Bonjour.

jmdns
7 votes
2 answers
2k views

Xamarin.Android JmDNS binding issues

I started work on a JmDNS bindings for Xamarin.Android. I managed to get the binding to build but I can not reference it from within my code. https://github.com/ytn3rd/monodroid-bindings/tree/master/...
Brad Moore's user avatar
19 votes
2 answers
9k views

Android - jmdns doesn't discover devices

I'm trying to implement a class to discover services on the network. I've tried working with Android's NSD and it does discover the services fine, but it supports only API levels 16 and up, and I can'...
orenk86's user avatar
  • 719
0 votes
1 answer
440 views

Network configuration for JmDNS on Android. Service added but not resolved

I am having trouble resolving mDNS services using JmDNS on Android. The service resolves occassionally but most of the time only serviceAdded() is called and not serviceResolved()! Does anyone know ...
JohnyTex's user avatar
  • 3,442
1 vote
0 answers
250 views

JMDNS Service re-announce

I am registering a service over Wifi using JMDNS. I need to reannounce it periodically. I have checked ServiceInfo#setText(final byte [] text) ServiceInfo#setText(final Map) and, both didn't ...
Kanak Sony's user avatar
  • 1,560
1 vote
0 answers
775 views

Jmdns not resloving service

I followed the example that comes with JmDNS. My code is as below! jmdns = JmDNS.create(); jmdns.addServiceListener("_nmx._tcp.local.",new ServiceListener() { @Override ...
nmxprime's user avatar
  • 1,506
1 vote
0 answers
567 views

JmDNS doesn't resolve: Error writing DNS result to client

I get the following output in my logcat when trying to resolve JmDNS services. What does it mean? 03-05 15:12:07.947 1170-3248/? W/DnsProxyListener﹕ GetHostByAddrHandler: Error writing DNS result ...
JohnyTex's user avatar
  • 3,442
2 votes
1 answer
393 views

On Android, JmDNS being called repeatedly with network ON and OFF

I am having a problem with using the JmDNS library for an Android app. Since Bonjour does not send periodic keep-alive messages, I am closing and opening a new JmDNS instance every 30 seconds, so ...
Rajath's user avatar
  • 11.9k
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
4 votes
1 answer
1k views

JmDNS device removal detection

I am trying to use JmDNS to detect addition and removal of devices on the network. The addition works fine, the devices are found as soon as their respective services are registered with JmDNS, but, ...
Stanislav's user avatar
  • 110
2 votes
0 answers
1k views

jmdns Airplay - Service is not discovered

I am working on this for months now, but my iPhone refuses to discover my Java (or Android) Applications. I found a receiver app for Android (AirPin) which works and I use it for comparing it with my ...
paulgavrikov's user avatar
  • 1,883
0 votes
2 answers
734 views

Repeating JmDNS device search

I want to scan for Bonjour devices (_http._tcp.local.) every 5 seconds and get a arraylist with the found devices (the names, so strings). I need to do it in a service (and in a background thread). ...
matthijs2704's user avatar
0 votes
0 answers
292 views

Discovering local server connection via LAN using Android

I am trying to discover local server(apache tomcat) running on http://localhost:8080 through my android device.To achieve that i thought of using jmdns library from heere but i am really confused ...
anshul's user avatar
  • 992
0 votes
1 answer
865 views

Which IPv6 address should I use for Bonjour?

In one of my Android apps, I'm using JmDNS for Bonjour support. When starting up, I create one JmDNS instance for each InetAddress in a NetworkInterface. So the code looks something like: for(...
yydl's user avatar
  • 24.4k
0 votes
1 answer
893 views

JmDNS TXT Field with multiple parameters

I am using JmDNS to simulate an Bonjour Service / AirPlay. ServiceInfo info = ServiceInfo.create( "test@AppleTV._airplay._tcp.local", "test@AppleTV", 46667, "deviceid=00:11:7F:...
paulgavrikov's user avatar
  • 1,883
1 vote
1 answer
555 views

JmDNS doesn't seem to work at all on Mac OS X

I have been having issues trying to get JmDNS working on Mac OS X. The symptom is that I can discover any services on the network except the ones on my own computer. It doesn't matter if they are on ...
Hakanai's user avatar
  • 12.4k

15 30 50 per page
1 2 3
4
5
9