Skip to content

bvdeenen/QtWebsocket

 
 

Repository files navigation

QtWebsocket

A Qt Websocket server and client implementation.

Licence

Copyright 2013 Antoine Lafarge qtwebsocket@gmail.com

This file is part of QtWebsocket.

QtWebsocket is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

QtWebsocket is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with QtWebsocket. If not, see http://www.gnu.org/licenses/.

Compatibility

  • Google Chrome 16+
  • Mozilla Firefox 9+
  • Safari 5.1+
  • Opera 12.5+

Installation

You have two possibilities described below.
Don't hesitate to look at the examples.

Modular and clean method - Static lib

  • Open the main project with QtCreator (QtWebsocket.pro) or Visual Studio (QtWebsocket.sln).
  • Compile the project, this will result in a static lib (*.lib or *.a file).
  • Add the header files (.h) from the QtWebsocket directory in your project.
  • Link the generated static lib to your project.
  • Compile your project !

Easy and hard method - Add the sources to your project

  • Copy the QtWebsocket directory in your project.
  • Add the header and cpp files in your project.
  • Compile your project !

Documentation

No doc for the moment, the best way is to look at the examples.
I created it to show how you can use properly the lib.

Development

Implemented functionalities

  • Text and binary data
  • Multi-thread support
  • Server and client implementation
  • WSS protocol (HTTPS/SSL/TLS)

Todo

  • Websocket extensions

Thank you for your interest.

About

A Qt websocket server / client implementation which supports SSL / TLS secured communications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.5%
  • IDL 5.2%
  • JavaScript 4.2%
  • Shell 0.1%