-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(websocket): Added README for websocket host example
- Loading branch information
1 parent
de8ec67
commit ee9cd45
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# ESP Websocket Client - Host Example | ||
|
||
This example demonstrates the usage of the ESP websocket client utilizing the Linux port. It allows for compilation and execution of the example directly within a Linux environment. | ||
|
||
## Compilation and Executio | ||
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`): |