I am trying to send HTTP GET requests to all IPs in a subnetwork (192.168.1.2 - 192.168.1.254) more than 200 requests, so I can find all devices that I need to interact with, depending on the response I get from all IPs in the subnetwork.
Currently using AsyncTask, but can't find the right way. When I make chain AsyncTask, it's taking forever, like 10 sec. for 5 requests. Thanks in advance !