New ws_connect example. Close to wscat node.js tool.
This commit is contained in:
11
examples/ws_connect/README.md
Normal file
11
examples/ws_connect/README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Building
|
||||
|
||||
1. mkdir build
|
||||
2. cd build
|
||||
3. cmake ..
|
||||
4. make
|
||||
|
||||
## Disable TLS
|
||||
|
||||
* Enable: `cmake -DUSE_TLS=OFF ..`
|
||||
* Disable: `cmake -DUSE_TLS=ON ..`
|
Reference in New Issue
Block a user