mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-10-17 00:35:21 +02:00
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
57%
C++
35.5%
Python
4.2%
CMake
2.4%
Shell
0.5%
Other
0.4%