jratcliff63367 / wsclient

Slightly refactored version of lightweight wsclient code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSCLIENT

This project is a fork of easywsclient which is a simple websockets compatible client

The purpose of this fork is to add support for a server mode as well.

To build for windows you first need CMAKE installed on your machine.

Then run 'build_win64.bat' or 'generate_projects.bat' to create the Visual Studio Solution and project files

To build for Linux you need CMAKE installed on your machine.

Then run 'build_linux64.sh' or 'generate_projects.sh'

When you run ./TestClient pass the name of the server you are trying to connect to: i.e. "localhost"

About

Slightly refactored version of lightweight wsclient code


Languages

Language:C++ 92.9%Language:CMake 5.0%Language:Batchfile 1.1%Language:Shell 0.9%Language:C 0.0%