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.

0 votes
1 answer
486 views

MulticastSocket Android related with Internet?

I am adding one network interface(eth) to a multicasting group for network broadcasting as I need to create jMDNS object. The ethernet interface is TCPIP for Bluetooth. I am facing one problem in ...
0 votes
0 answers
18 views

Struggling to incorporate service discovery using jmDNS for a messaging app

I am working on a P2P secure messaging app in Java, and I am starting with a broadcaster and a scanner to discover it. Unfortunately, the scanner fails to find my broadcast, and I know my broadcaster ...
0 votes
0 answers
29 views

JmDNS create() function not working on my device

I am getting a strange error when trying to use JmDNS and I have no idea what's causing it. If, for example, I copy-paste the example program seen on the JmDNS readme file into Eclipse and run it, the ...
2 votes
1 answer
3k views

MDNS broadcast from within kubernetes?

I am using jmdns to broadcast a service over mdns which is then running as a docker image inside a kubernetes pod. The pod yaml looks something like this: apiVersion: v1 kind: Pod metadata: name: ...
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 ...
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 ...
0 votes
1 answer
169 views

jmDNS works in Eclipse in Windows 11 but not in Eclipse in MacOS Monterey

I'm trying to work on an app abandoned in Sourceforge. It is called kmttg (look it up). It is a java app that allows Tivo owners to edit and change OnePass entries on their Tivo devices from a ...
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 ...
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 =...
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 ...
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 ...
0 votes
1 answer
250 views

How to get jmDNS ServiceInfo description string

How to get description string of jmDNS ServiceInfo whitch we specify in 4 parameters of this overload: ServiceInfo mServiceInfo = ServiceInfo.create(TYPE, SERVICE_NAME, PORT, DESCRIPTION); What ...
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'...
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.
1 vote
3 answers
1k views

Locate services using Zeroconf with JmDNS on local device AP(hotspot)

With my android device set up as a hotspot/Access point(AP), how can I use JmDNS(3.4.0) to find other devices connected to this AP? Using a regular AP everything works fine when creating the JmDNS ...

15 30 50 per page
1
2 3 4 5
9