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.

51 questions with no upvoted or accepted answers
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
7 votes
0 answers
532 views

Make Spring Boot application discoverable with zeroconf

How can I make a Java web app application built with Spring Boot discoverable with zeroconf? I tried the following with JmDNS but it does not seem to work: @Bean public JmDNS jmdns() { try { ...
yglodt's user avatar
  • 14.4k
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
5 votes
0 answers
730 views

Can avahi daemon be used to publish and discover service in BNEP(BT-PAN) network Interface

Can avahi daemon be used to publish and discover service in BNEP network Interface ? If two devices are tethered in Bluetooth then both devices will have IP, so we can do TCP-IP communication between ...
Saby's user avatar
  • 718
2 votes
0 answers
192 views

Java jmDNS not able to discover services

Im trying to discover services broadcasted over mDNS on my local network. I use jmDNS java library, i am able to register services, that im able to see from my other devices. However, when i try to ...
visbr's user avatar
  • 21
2 votes
1 answer
458 views

Android JmDNS how to remove service

im currently writing an android app, which should keep track of other devices in the same wifi network using JmDNS. The discovery process works correctly, but i don't know how to keep track of other ...
Iconic's user avatar
  • 41
2 votes
1 answer
1k views

Discovering all services on the network using jmDNS on Android

I'm using the jmdns.jar from this project https://github.com/twitwi/AndroidDnssdDemo in my Android project. I'm currently trying to find all services on my network. I can't use Android NSD, so please ...
David's user avatar
  • 41
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
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
2 votes
1 answer
445 views

How to find Bonjour in local wifi in Android

I have a problem that I want to get an Ip of remote computer via Bonjour which is preinstalled . But I unable to connect with that, I don't know why because I have download an example code from Git ...
Sanat Pandey's user avatar
  • 4,083
1 vote
0 answers
82 views

Broadcasting device using jmDNS

I'm currently trying to have my device (program) show up as a mock chromecast on the network. The application itself can see the Mock-Caster as a chromecast but if i try searching for it using Youtube ...
bluebrigade23's user avatar
1 vote
0 answers
170 views

Discover Android service from Windows 10

I want to be able to resolve a service on my Android phone from my Windows 10 computer. On the desktop I use the library JmDNS : val SERVICE_TYPE = "_myservice._tcp.local." val SERVICE_NAME =...
Xobtah's user avatar
  • 525
1 vote
0 answers
197 views

jmDNS ServiceListener triggers after being removed

I used jmDNS to find some services on wifi network. The problem is that sometimes after service is resolved, and I remove this listener, it triggers again with serviceResolved() method. jmDNS 3.4.1 ...
Nik Kober's user avatar
  • 908
1 vote
0 answers
286 views

Resolve raspberrypi.local to ip address in javascript using mdns-js

I have a Raspberry Pi that is connected to my network and a Samsung Gear S that is connected to the same network. The Raspberry Pi is used as a server and the Gear S sends data to it. I currently need ...
Tim's user avatar
  • 437
1 vote
1 answer
239 views

JmDNS - Register the same service in multiple machines

I am using JmDNS to register a service in a couple o machines that are under the same subnet in my network. However, every time that a second machine goes up and tries to register the service, its ...
tsukanomon's user avatar
  • 1,250

15 30 50 per page