IXWebSocket/examples/ws_connect
2018-11-07 12:33:33 -08:00
..
build_linux.sh Add some example shell scripts to build on Linux 2018-11-07 12:33:33 -08:00
CMakeLists.txt New ws_connect example. Close to wscat node.js tool. 2018-10-25 14:43:35 -07:00
README.md New ws_connect example. Close to wscat node.js tool. 2018-10-25 14:43:35 -07:00
ws_connect.cpp add stop and start directives to ws_connect + display close info 2018-10-31 10:27:17 -07:00

Building

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make

Disable TLS

  • Enable: cmake -DUSE_TLS=OFF ..
  • Disable: cmake -DUSE_TLS=ON ..