I am making a file sharing application which would look for computers which are running the application on the same network. So I would like my application to discover compu
Either use multicast DNS (I do not know how you can use it on Java/Windows).
Or use IP broadcast (with UDP).