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
b8c397e180
add ws_chat and ws_connect sub commands to ws
2019-02-22 20:49:26 -08:00
..
.gitignore
per message deflate support (with zlib)
2018-11-09 18:42:09 -08:00
build_linux.sh
set thread name / rename example
2018-12-23 14:14:38 -08:00
CMakeLists.txt
all CMakeLists are referenced by the top level one
2019-02-21 22:21:29 -08:00
README.md
New ws_connect example. Close to wscat node.js tool.
2018-10-25 14:43:35 -07:00
README.md
Building
mkdir build
cd build
cmake ..
make
Disable TLS
Enable:
cmake -DUSE_TLS=OFF ..
Disable:
cmake -DUSE_TLS=ON ..