Skip to content

Commit 5ba7cfa

Browse files
authored
Merge pull request #496 from gabsuren/readme_websocket_linux
docs(websocket): Added README for websocket host example (IDF-9115)
2 parents f42c0ad + 2f7c582 commit 5ba7cfa

File tree

1 file changed

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

1 file changed

+9
-0
lines changed
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)