I want to run a TCP server on a Nucleo board with ESP8266 wifi module.
However, I am experiencing a biding error in a TCP socket.
I would like to know whether the library for ESP8266 supports APIs related to TCP server, that is, bind(), listen(), and accept() in the latest mbed-os version.
1 Like
Hello,
it return - NSAPI_ERROR_UNSUPPORTED
because it is not implemented in the ESP8266 driver for Mbed
BR, Jan
1 Like