Android Internal WiFi IP Address 192.168.1.99

rayzrocket

Member
Licensed User
Longtime User
Is the standard Android Internal WiFi IP Address = 192.168.1.99 ?

I made an external battery operated custom device(thermostat, RC car controller, etc..) with a WiFi module. The module is a GS1011MIP in DHCP mode acting as a WiFi Limited Access Point (AP mode).

I can only get successfull connection using
WifiSocket.Connect("192.168.1.99", 5500, 35000) and then using Asynchstreams successfully....thanks Erel!!
but
all of the Droid eval tools, B4A methods, and native WiFi connection details claims that the address is 192.168.1.100

It works, but I don't understand why it works...this may have to do with NAT and DHCP coming from the WiFi module.

:sign0104:
 
Top