I’ve installed several plugins in order to get the IP address of the devices on the network. All am getting is device IP address and Mac address and other device information. I want to get IP addresses of other devices on the network. How can this be achieved? Actually am trying to read data from other devices through wifi. For that I need other device’s IP address. Is it possible? Please help me
-> I want to get IP addresses of other devices on the network.
You could use nmap: https://security.stackexchange.com/questions/36198/how-to-find-live-hosts-on-my-network
Thank you for replying but I need to do it programmatically.
You could use Multicast DNS or ARP.
See:
- https://www.fing.io/
- https://nmap.org/book/man-host-discovery.html
- https://github.com/agnat/node_mdns
- https://github.com/rorist/android-network-discovery
- https://medium.com/rocknnull/ios-from-ip-to-mac-address-1e3726ff6d2b
- https://netanalyzer.helpscoutdocs.com/article/119-mac-addresses-arent-available-under-ios-11
Hey @Geeky_Girl, I’m trying to do something similar, were you ever able to figure out a way to do this?
Thanks!