Just started with esp8266 using Itead lib and managed to write a sketch for connecting to a server and listen on a port BUT I can' t get it to work if both client/server runs simultanesly.
I have a home control system using MLServer as base. My aim is to be able to send sensordata FROM Arduino but also be able to read commands from MLServer. Send to port 23 and listen on port 12000
My question is , can this be done? or am I struggling with something thats impossible?
I've been reading the most on Google but never find a clue on my specific issue. Any idea,link to point me in right direction appreciated