This website requires JavaScript.
Explore
Help
Sign In
kapitan
/
IXWebSocket
Watch
1
Star
0
Fork
0
You've already forked IXWebSocket
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
IXWebSocket
/
examples
/
ws_connect
History
Benjamin Sergeant
93f16018f7
typo
2018-10-09 15:25:17 -07:00
..
CMakeLists.txt
typo
2018-10-09 15:25:17 -07:00
README.md
New ws_connect example. Close to wscat node.js tool.
2018-10-09 14:35:08 -07:00
ws_connect.cpp
New ws_connect example. Close to wscat node.js tool.
2018-10-09 14:35:08 -07:00
README.md
Building
mkdir build
cd build
cmake ..
make
Disable TLS
Enable:
cmake -DUSE_TLS=OFF ..
Disable:
cmake -DUSE_TLS=ON ..