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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

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

c# - Update a combobox from a presenter (MVP) -