Page 1 of 1
client how to get AP ip Address
Posted: Tue Aug 15, 2017 3:01 am
by zhao007z8
i have two esp32 device, use tcp/ip. one device(A) create ap, other device(B) connect the ap.
B device how to get the A device ip Address.
Re: client how to get AP ip Address
Posted: Tue Aug 15, 2017 10:35 am
by WiFive
1. use dhcp gateway address
2. Mdns
Re: client how to get AP ip Address
Posted: Wed Aug 16, 2017 1:40 pm
by enitalp
Have socket server on the AP, and at every new connection, send an hello package message with your name, you ip etc..