summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/utils.c
Commit message (Collapse)AuthorAge
* esp8266: Add esp.socket class, with ESP-style socket functionality.Josef Gajdusek2015-05-04
* UDP currently not supported * As there is no way (that I know of) the espconn_regist_connectcb() callback can recognize on which socket has the connection arrived, only one listening function at a time is supported