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

All Questions

Tagged with
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
11 votes
1 answer
12k views

JmDNS service discovery in client-server

I'm trying to enable service discovery in my client-server application using JmDNS. I fully understand service registry on the server side, with code that resembles this: JmDNS jmdns = JmDNS.create(...
Richard Stokes's user avatar