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

All Questions

Tagged with
0 votes
1 answer
609 views

How to get MACaddress using Android - jmdns

I need to get Mac-Address of a particular device.I'm using Android - jmdns service to scan the devices and get the IP-address now I need to get Mac-Address of particular device.Can we get Mac-Address ...
Nuwan Indika's user avatar
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
1 vote
1 answer
352 views

Communication with jmdns.jar

I am using jmdns library to discover mDNS service advertise by other devices in network. I am using Android 4.2. I have downloaded demo application from jmdns official website and ...
CoolNik's user avatar
  • 23
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
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
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
0 answers
420 views

How to implement bonjour on Android with JmDNS

I want to use JmDNS lib to implement bonjour on Android: Below s my code: private String type1 = "_adisk._tcp."; private String type2 = "_workstation._tcp.local."; private String type3 =...
brian's user avatar
  • 6,842
3 votes
2 answers
813 views

jmdns.jar not working on android 4.0 or later

jMdns is a great java library to provide zeroconf/bonjour capabilities to your Android application. I successfully using this in a project up until Android 4.0 Ice Cream Sandwich aka ICS, once Android ...
javid piprani's user avatar
8 votes
2 answers
2k views

How to resolve a Bonjour domain name with JmDNS

As part of an app I'm developing, I need to be able to resolve the correct IP that corresponds with a Bonjour hostname. For example, I'm given jack.local and need to resolve it to 192.168.1.141 which ...
Jake's user avatar
  • 283
3 votes
4 answers
7k views

apple bonjour for android

I m looking for an apple bonjour for android. Are there a recommanded jar for this? I googled for an apple bonjour application and I found the Jmdns application http://home.heeere.com/tech-...
MOHAMED's user avatar
  • 43k
20 votes
1 answer
23k views

How exactly does mDNS resolve addresses?

Once a service is discovered through DNS-SD, how exactly does the address of that host get resolved, and does it take significantly more time/overhead? Also, if I am using JmDNS or Bonjour there are ...
ndc5057's user avatar
  • 860
6 votes
2 answers
1k views

Finding devices on network with Bonjour / Zeroconf / jmDNS on PlayBook / Blackberry

I would like to develop an Android app which would run on Blackberry PlayBook. App would need to find other devices on the local network running the same app. I was thinking to implement Bonjour / ...
Matej Ukmar's user avatar
  • 2,197
1 vote
1 answer
1k views

Android AVD unable to notice JmDNS services

I've had some difficulty getting JmDNS to work with my Android AVD. I've created 3 applications. An Android application which registers a ServiceListener and logs any activity, A Java application ...
John's user avatar
  • 11

15 30 50 per page