I want to get IP of wifi hotspot (from another computer) that android device connect via wifi, not IP local of android. I run application in real device
If you are using default subnets then a host Ip address of 192.168.2.101
directly implies an access point address of 192.168.2.1
. Your IP address is group C. So for Any address x.x.x.y
in this group, the subnet itself is x.x.x.0
and the first host address x.x.x.1
is assigned to the access point. All other addresses: x.x.x.2
to x.x.x.254
are assigned to connected hosts and x.x.x.255
is the local broadcast address.