java - How to get the IP addresses of clients around me -


I am developing a Java software and I want to ask other customers for a database. This is a little shared DB in which I want to merge into one. Now my quiz is: How can I identify the IP on other machines (on local network) using the same client software?

I have each client before hearing a thread on a specific UDP port and Client Can send a broadcast on the same port.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -