I am looking for an Android application to scan every computer on the local network. 192.168.1.1-254 is looking for machines with an open port. I know a few manual ways to do this, but it will be a ton of code, and it will be required from time to time every time you need to search. Is there a quick way to specify a port and search for local devices with it?
Ex. The desktop has a web server on port 8888, you know the port, but not the IP address, attach the application to the port and quickly demonstrate the IP address.
source share