Question
How to get the host list in the wifi on mobile devices?
Hi
My AIR app need work on both Android and iOS.
ServerSocket and DatagramSocket are neither supported on mobile device. So how can I get the IP of other hosts in my wifi?
I tried to get the ip range and use socket to connect them one by one to check if they are available. But it's too slow. Is there another quick way?
Thanks