New ws_connect example. Close to wscat node.js tool.

This commit is contained in:
Benjamin Sergeant
2018-10-08 21:42:45 -07:00
parent ec1ca3c55e
commit 9c872fcc3e
3 changed files with 166 additions and 0 deletions

View 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 ..`