Skip to main content

All Questions

Tagged with
2 votes
1 answer
461 views

JmDNS service not found in ZeroConf browser

I'm developing a web app in Java (with Spark) and I want it to use JmDNS to be able to find this server in my Android app. I was following steps from JmDNS page with service registration, and my code ...
Mohru's user avatar
  • 743
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
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
531 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
238 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
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
2 votes
1 answer
393 views

On Android, JmDNS being called repeatedly with network ON and OFF

I am having a problem with using the JmDNS library for an Android app. Since Bonjour does not send periodic keep-alive messages, I am closing and opening a new JmDNS instance every 30 seconds, so ...
Rajath's user avatar
  • 11.9k
4 votes
1 answer
1k views

JmDNS device removal detection

I am trying to use JmDNS to detect addition and removal of devices on the network. The addition works fine, the devices are found as soon as their respective services are registered with JmDNS, but, ...
Stanislav's user avatar
  • 110
3 votes
2 answers
813 views

jmdns.jar not working on android 4.0 or later

jMdns is a great java library to provide zeroconf/bonjour capabilities to your Android application. I successfully using this in a project up until Android 4.0 Ice Cream Sandwich aka ICS, once Android ...
javid piprani's user avatar
2 votes
1 answer
808 views

discover services using subtypes in jmdns

I have registered my service with subtype using mdnsreponder(applebonjour) on my linux pc . And I am trying to browse the service using jmdns (here I have jmdns.jar file) on my Galaxy phone . I ...
Suru's user avatar
  • 31
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
0 votes
1 answer
795 views

Automatically Refresh JmDNS Services in Activity

I'm trying to automatically refresh JmDNS services in the background. Nothing is happening when I try: @Override public void onDestroy() { try { hiNeighborService.unregisterListener(this)...
user268397's user avatar
  • 1,917
0 votes
1 answer
393 views

jmdns constants

I have been using JmDNSfor a while now. I could use it for the purposes of my application. Every thing works fine for me (I have "announcer" machines and a "listening" one, and this latter machine can ...
mimou's user avatar
  • 81
0 votes
2 answers
951 views

how to see properties of a JmDNS service in reciever side?

One way of creating JmDNS services is : ServiceInfo.create(type, name, port, weight, priority, props); where props is a Map which describes some propeties of the service. Does anybody have an ...
helene's user avatar
  • 1
3 votes
1 answer
1k views

Not able to find JmDNS service in other machines

Using jmdns 3.4.1, I'm able to see the services advertised by the machines in the LAN, I can also create a service and register it, so that I can see it in my machine. However, when I create a new ...
mimou's user avatar
  • 81

15 30 50 per page