mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-06-25 17:31:33 +02:00
docs(websocket): Added README for websocket host example
This commit is contained in:
9
components/esp_websocket_client/examples/linux/README.md
Normal file
9
components/esp_websocket_client/examples/linux/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
# ESP Websocket Client - Host Example
|
||||
|
||||
This example demonstrates the ESP websocket client using the `linux` target. It allows for compilation and execution of the example directly within a Linux environment.
|
||||
|
||||
## Compilation and Execution
|
||||
To compile and execute this example on Linux, follow the standard procedures for building and running ESP-IDF projects under the Linux platform.
|
||||
|
||||
## Coverage Reporting
|
||||
For generating a coverage report, it's necessary to enable `CONFIG_GCOV_ENABLED=y` option. Set the following configuration in your project's SDK configuration file (`sdkconfig.ci.coverage`, `sdkconfig.ci.linux` or via `menuconfig`):
|
Reference in New Issue
Block a user