Page 1 of 1

Receiving Data from client

Posted: Tue Feb 02, 2016 10:03 pm
by Hubbie
Hi all,

is it possible to receive data from a wifi-client ?

Can anybody help me to know how ?
I miss wifi functions.

Thank you in advaance.

Hubbie

Re: Receiving Data from client

Posted: Wed Feb 03, 2016 9:54 am
by ESP_Me-no-dev
Check LWIP headers. All network functionality is there (apart from udp multicast).
There is no espconn_* but espconn is an abstraction of the lwip provided functions anyway.

Re: Receiving Data from client

Posted: Fri Feb 05, 2016 9:26 am
by ESP_Sprite
Or use the BSD-style sockets provided by FreeRTOS/LWIP. I think that'd be the quickest way to whip something up.