Skip to content

Commit 2f7c582

Browse files
docs(websocket): Added README for websocket host example
1 parent de8ec67 commit 2f7c582

File tree

1 file changed

+9
-0
lines changed
  • components/esp_websocket_client/examples/linux

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ESP Websocket Client - Host Example
2+
3+
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.
4+
5+
## Compilation and Execution
6+
To compile and execute this example on Linux, follow the standard procedures for building and running ESP-IDF projects under the Linux platform.
7+
8+
## Coverage Reporting
9+
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`):

0 commit comments

Comments
 (0)