Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find all devices connected in a wifi network

I am trying to make an app here, which will detect all the devices connected in that WiFi network. I have done enough google and come up with an App which can detect IP Addresses of the devices connected in the WiFi network of the app.

Now I want few more things.

  1. Can I find device name i.e. phone name or model or system name any information by which we can detect the particular device?
  2. Can we find the device distance like how far is that device from the phone in which we are using our app?
  3. This one is the main task- I want to share data over device connected to same WiFi. So is that possible?

Any kind of help is appreciated

like image 818
Vikas Gupta Avatar asked May 10 '13 06:05

Vikas Gupta


1 Answers

to identify device NMAP OS fingerprint can be run.

I want to share data between two device that is connected to same WiFi network. So is that possible?

What you mean by this ? if they are on same LAN they can communicate over socket connection provided client is listening on particular port.

like image 114
1234varun Avatar answered Oct 20 '22 17:10

1234varun