Find the IP address of the esp32 by another esp32 on the same local network
-
- Posts: 4
- Joined: Mon Aug 15, 2022 6:55 am
Find the IP address of the esp32 by another esp32 on the same local network
I have two esp32 connected to same Wifi. There is a web server on the 2nd esp32. 1st Esp32 want to get some data, but did not know the ip address of the 2nd esp32. How first esp32 figure out the IP address?
-
- Posts: 826
- Joined: Mon Jul 22, 2019 3:20 pm
Re: Find the IP address of the esp32 by another esp32 on the same local network
The easiest way will be to use mDNS (aka avahi, bonjour). There are examples for service advertisement and browsing at https://github.com/espressif/arduino-es ... S/examples.
Otherwise, learn how DNS and network protocols in general work...
Otherwise, learn how DNS and network protocols in general work...
-
- Posts: 4
- Joined: Mon Aug 15, 2022 6:55 am
Re: Find the IP address of the esp32 by another esp32 on the same local network
I will test this and update you.
-
- Posts: 4
- Joined: Mon Aug 15, 2022 6:55 am
Re: Find the IP address of the esp32 by another esp32 on the same local network
I have tested it worked like knife through butter. Thanks.
Who is online
Users browsing this forum: Google [Bot] and 20 guests