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

All Questions

Tagged with
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
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 ...
Dev0ps's user avatar
  • 71
0 votes
1 answer
788 views

javax.jmdns lib is not getting imported.How to make the error clear?

These imports are showing error import javax.jmdns.JmmDNS; import javax.jmdns.NetworkTopologyDiscovery; import javax.jmdns.ServiceEvent; import javax.jmdns.ServiceInfo; import javax.jmdns....
Arun Ganessh's user avatar
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
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
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
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
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
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
0 votes
1 answer
609 views

How to get MACaddress using Android - jmdns

I need to get Mac-Address of a particular device.I'm using Android - jmdns service to scan the devices and get the IP-address now I need to get Mac-Address of particular device.Can we get Mac-Address ...
Nuwan Indika's user avatar
1 vote
1 answer
179 views

serviceRemoved is not called while discovering the devices

I am working on a project that needs to discover all the devices in the same wi-fi network. For implementing this I have used Jmdns library. It is giving me the list of devices that are registered ...
Kartheek's user avatar
  • 7,144

15 30 50 per page
1
2 3 4 5 6