mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-02 23:51:38 +01:00
a65d81c9540e8c592f9754d2e0a10cfbd901ac34
1.2.3 Features - Expanded example to demonstrate the transfer over TLS (0d0630ed76) Bug Fixes - fix esp_event dependency management (1fb02a9a60) - Skip warn on zero timeout and auto reconnect is disabled (5b467cbf5c) - Fixed to use int return value in Tx functions (9c54b72e1f) - Fixed Tx functions with DYNAMIC_BUFFER (16174470ee) - added dependency checks, sdkconfig.defaults and refined README.md (312982e4aa) - Close websocket and dispatch event if server does not close within a reasonable amount of time. (d85311880d) - Continue waiting for TCP connection to be closed (2b092e0db4) Updated - docs(websocket): Added README for websocket host example (2f7c58259d)
Collection of protocol components for ESP-IDF
How to use
The ESP-Protocols repository contains a collection of protocol components for ESP-IDF. Additionally, each component is available in IDF Component Registry. Please refer to instructions in ESP-IDF
Components
esp_modem
- Brief introduction README
- Full html documentation
mDNS
- Brief introduction README
- Full html documentation(English)
- Full html documentation(Chinese)
esp_websocket_client
- Brief introduction README
- Full html documentation
ASIO port
- Brief introduction README
- Full html documentation
esp_mqtt_cxx
- Brief introduction README
- Full html documentation
console_simple_init
- Brief introduction README
console_cmd_ping
- Brief introduction README
console_cmd_ifconfig
- Brief introduction README
console_cmd_wifi
- Brief introduction README
ESP PPP Link (eppp)
- Brief introduction README
Languages
C
56.7%
C++
35.3%
Python
4.4%
CMake
2.4%
Shell
0.7%
Other
0.5%