Clement 1b797448ce Add qt source and patches 1 year ago
..
dist 1b797448ce Add qt source and patches 1 year ago
examples 1b797448ce Add qt source and patches 1 year ago
include 1b797448ce Add qt source and patches 1 year ago
src 1b797448ce Add qt source and patches 1 year ago
tests 1b797448ce Add qt source and patches 1 year ago
.QT-ENTERPRISE-LICENSE-AGREEMENT 1b797448ce Add qt source and patches 1 year ago
.QT-FOR-APPLICATION-DEVELOPMENT-LICENSE-AGREEMENT 1b797448ce Add qt source and patches 1 year ago
.QT-FOR-AUTOMATION-LICENSE-AGREEMENT 1b797448ce Add qt source and patches 1 year ago
.QT-FOR-AUTOMOTIVE-LICENSE-AGREEMENT 1b797448ce Add qt source and patches 1 year ago
.QT-FOR-DEVICE-CREATION-LICENSE-AGREEMENT 1b797448ce Add qt source and patches 1 year ago
.qmake.conf 1b797448ce Add qt source and patches 1 year ago
.tag 1b797448ce Add qt source and patches 1 year ago
LICENSE.GPL2 1b797448ce Add qt source and patches 1 year ago
LICENSE.GPL3 1b797448ce Add qt source and patches 1 year ago
LICENSE.GPL3-EXCEPT 1b797448ce Add qt source and patches 1 year ago
LICENSE.LGPL3 1b797448ce Add qt source and patches 1 year ago
README.md 1b797448ce Add qt source and patches 1 year ago
qtwebsockets.pro 1b797448ce Add qt source and patches 1 year ago
sync.profile 1b797448ce Add qt source and patches 1 year ago

README.md

Introduction

QtWebSockets is a pure Qt implementation of WebSockets - both client and server. It is implemented as a Qt add-on module, that can easily be embedded into existing Qt projects. It has no other dependencies than Qt.

Features

  • Client and server capable
  • Text and binary sockets
  • Frame-based and message-based signals
  • Strict Unicode checking
  • WSS and proxy support

Requirements

Qt 5.x

Build And Usage

Checkout the source code from code.qt.io Go into the source directory and execute:

qmake
make
make install

The last command will install QtWebSockets as a Qt module.

To use, add websockets to the QT variable.

QT += websockets

Compliance

QtWebSockets is compliant with RFC6455 and has been tested with the Autobahn Testsuite.

Missing Features

  • Extensions and sub-protocols