ESP8266 wifi server to android client
问题 Ive been trying to setup a server using ESP8266 wifi module on a particular port. I'm done with that. I want to receive the message from it now. Whenever I connect using socket.connect(), I am able to detect it in the esp8266. But I cant receive any message, the server sends through the same socket. I am trying to obtain the message using DataInputStream inside a while loop continuously in a async task.Pls let me know if my approach or code is wrong! Thanks! This is my code: package test