forked from espressif/esp-protocols
6d12d06605f06cd6e6fd7c8757ce121cacc829cc
Internal tcp_transport functions could now use custom socket operations. This is used for WebSocket transport, when we typically wait for clean connection closure, i.e. selecting for read/error with expected errno or recv size=0 while socket readable (=connection terminated by FIN flag) * Original commit: espressif/esp-idf@5e9f8b52e7
Collection of protocol components for ESP-IDF
Components
esp_modem
- Brief introduction README
- Full html documentation
Languages
C
56.2%
C++
36.3%
Python
4.4%
CMake
2.3%
Shell
0.3%
Other
0.5%