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.
client how to get AP ip Address
Re: client how to get AP ip Address
1. use dhcp gateway address
2. Mdns
2. Mdns
Re: client how to get AP ip Address
Have socket server on the AP, and at every new connection, send an hello package message with your name, you ip etc..