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
0 votes
1 answer
275 views

Physical Web mDNS android test - advertising beacon app not displayed

I'm trying to replicate this RaspberryPI example on Android I created an app for android to advertise a URL using mDNS (jmDNS library), the app works well and I can receive the message on another ...
avafab's user avatar
  • 1,681
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
1 vote
1 answer
179 views

serviceRemoved is not called while discovering the devices

I am working on a project that needs to discover all the devices in the same wi-fi network. For implementing this I have used Jmdns library. It is giving me the list of devices that are registered ...
Kartheek's user avatar
  • 7,154
4 votes
1 answer
9k views

Resolve mDNS .local URL in browser address bar

I am trying to run a HTTP server in my LAN and want to access it by using a browser on another desktop machine. As I do not like typing the IP address and port manually I tried setting up a mDNS using ...
Lucas Hoepner's user avatar
1 vote
1 answer
1k views

jmDNS documentation/samples [closed]

Does anyone know where to find official documentation (other than the Java docs) and samples for jmDNS? Have already search on google, the project site, sources, and have found nothing.
Carlos Alegría's user avatar
0 votes
1 answer
578 views

Android device discovery by another device using JmDNS

I used JmDNS to discover linux machines from android devices and vice versa. They seemed to work well. But I am unable to discover an android device using another one even after I have acquired the ...
prashant's user avatar
  • 219
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
8 votes
2 answers
18k views

android resolve .local (mDNS)

I'm looking for a solution to resolve .local host names with Android 4.0.4 (no NSD, due to API level 15). On the device I don't have any service to discover, just the hostname. Could you please ...
MartoniczD's user avatar
2 votes
1 answer
784 views

mDNS/jmDNS and domains other than local

I'd like to use mDNS as a resolving mechanism in a segregated network. To achieve that I'd like to use fully qualified DNS without the default local post-fix. I've been through all the tooling (dns-sd ...
AlessandroEmm's user avatar
1 vote
0 answers
562 views

JMDNS does not update and/or detect available services

I'm trying to implement JMDNS in an Android app. Here's the relevant code: ... jmDNS = JmDNS.create(myaddr); HashMap props= new HashMap(); props.put(PROP_USER_NAME,userName); props.put(PROP_USER_ID,...
Roberto Betancourt's user avatar
1 vote
1 answer
629 views

How to start 2 services at different ports using jmdns?

I need to start 2 services simultaneously (i.e airplay and airtunes) using jmdns. I'm able to start one service using jmdns but when I register 2 services simultaneously it gives me exception while ...
Adil Soomro's user avatar
  • 37.7k
0 votes
1 answer
226 views

Android get DNS services from a different subnet

Ok I've been looking around for ways to get DNS services from a local subnet but can't seem to get it working. So far I can get the local DNS ip's when I connect to the wifi with the following code: ...
Gplex's user avatar
  • 7
0 votes
1 answer
585 views

Unable to discover services via Jmdns: Android

I have to provide support for API-14 and above and so I am not able to use network discovery service provided by Android. So, I have tried Jmdns Library for this purpose. I have two questions ...
Sunny's user avatar
  • 7,574
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
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

15 30 50 per page
1 2
3
4 5
9