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

All Questions

Tagged with
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 ...
user23745692's user avatar
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
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: ...
Ben C's user avatar
  • 486
6 votes
1 answer
12k views

How to access raspberry.local in my android application?

I am running Django on my raspberry-pi, and I am using avahi-daemon to access my rpi on raspberrypi.local . On my Django I have made APIs for my android application to access via HTTP protocol. For ...
Aishwary Dhare's user avatar
0 votes
0 answers
280 views

JmDNS does not work properly

At the moment i am working with the version 3.4.1 from the sourceforge page. I tried all the simple examples for registering and resolving the services. My problem is that my ServiceListener is just ...
Syy0n's user avatar
  • 21
-1 votes
1 answer
479 views

Dynamic dns update

We have created 3 DNS servers in our local machine with primary server(10.42.0.80) , secondary(10.42.0.70) and cache(10.42.0.83). We are able to ping it perfectly but while doing Dynamic Dns update we ...
sachin khera's user avatar
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
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
0 votes
0 answers
95 views

JmDNS occasionally detects two different devices with same IP address

I'm working on an android app which discovers devices from local network by JmDNS, most of the time, it just works fine, but I found JmDNS would occasionally detect two different devices with same IP ...
Paparika's user avatar
  • 147
2 votes
1 answer
2k views

Is there a working network service discovery example with mdnsjava?

Problem I'm trying to get started with network service discovery for my Java client/server application -- basically, I just want the client to find the server on the same ethernet segment without ...
Autumn's user avatar
  • 3,514
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
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
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
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

15 30 50 per page