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
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
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
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
1 vote
1 answer
243 views

JmDNS doesn't announce on Raspberry

I have trouble getting JmDNS up and running on Raspberry Pi device. The application works fine on all kinds of x86 Linuxes but when started on Raspberry (running "Raspbian GNU/Linux 8 (jessie)") ...
synapse's user avatar
  • 5,658
-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
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
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
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 ...
Saby's user avatar
  • 718
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
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
524 views

Proguard and JMDNS issue on Android

This is the story: I need to configure Proguard for an Android library, which contains a .jar file with JMDNS library. I know that the code works perfectly. When I enable proward, and try build the ...
Eduardo Gamboa Ureña's user avatar
5 votes
1 answer
2k views

communication between Java server and Android client using Network Service Discovery

I'm building a Java server application (running on a pc) that register itself to the local network using JmDNS, and an Android client App that should discover the java server using Network Service ...
Presen's user avatar
  • 1,849

15 30 50 per page
1
2
3 4 5
9