David Cermak 95cf983502 ws_transport: Add option to propagate control packets to the app
Client could choose if they want to receive control packets and handle
them.
* If disabled (default) the transport itself tries to handle PING
and CLOSE frames automatically during read operation. If handled
correctly, read outputs 0 indicating no (actual app) data received.
* if enabled, all control frames are passed to the application to be
  processed there.

Closes https://github.com/espressif/esp-idf/issues/6307


* Original commit: espressif/esp-idf@acc7bd2ca4
2022-03-01 12:18:50 +04:00
2021-11-16 08:11:57 +01:00

Collection of protocol components for ESP-IDF

Documentation of esp-protocol

Components

esp_modem

Description
Collection of ESP-IDF components related to networking protocols
Readme 38 MiB
Languages
C 57.3%
C++ 35.2%
Python 4.2%
CMake 2.3%
Shell 0.5%
Other 0.5%