HI!
I am writing code that will run in android. I want to get the IP address of my pc i.e connected to the same network. i.e My Phone is connected via wifi and the pc is connected via ethernet cable to the same router. I am able to ping my pc from my phone and vice versa but I am not able to get the ip address or hostname of my pc via code.
I am using this
InetAddress inet = InetAddress.getByName( "192.168.0.102");
I get network unreachable error.
Kindly help as I am stuck in it for very long. Thanks and regards
Fas