android - Find other device on local network using the ESP8266 -


how find device on local network? i'm building iot device needs find device connected same network.

there 2 esp8266 modules need communicate each other on local network, how achive this?

using mdns doesn't work router gives generic name.

i thinking storing local ip in database on server seems cumbersome , wouldn't work if failed establish connection.

the devices using esp8266 , interfaced android application.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -