mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-02 23:51:38 +01:00
84caca465df6408696c79811d48fabb2bb60a8db
1.5.0 Features - supported removal of subtype when updating service (4ad88e29) Bug Fixes - Fix zero-sized VLA clang-tidy warnings (196198ec) - Remove dead store to arg variable shared (e838bf03) - Fix name mangling not to use strcpy() (99b54ac3) - Fix potential null derefernce in _mdns_execute_action() (f5be2f41) - Fix AFL test mock per espressif/esp-idf@a5bc08fb55 (3d8835cf) - Fixed potential out-of-bound interface error (24f55ce9) - Fixed incorrect error conversion (8f8516cc) - Fixed potential overflow when allocating txt data (75a8e864) - Move MDNS_NAME_BUF_LEN to public headers (907087c0, #724) - Cleanup includes in mdns.c (68a9e148, #725) - Allow advertizing service with port==0 (827ea65f) - Fixed complier warning if MDNS_MAX_SERVICES==0 (95377216, #611)
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
mbedtls_cxx
- Brief introduction README
mosquitto
Socket helpers (sock-utils)
- Brief introduction README
Languages
C
56.7%
C++
35.3%
Python
4.4%
CMake
2.4%
Shell
0.7%
Other
0.5%