QtWebSockets: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''English''' | [[QtAudio3D German|Deutsch]] | [[QtAudio3D Russian|Русский]] | [[QtAudio3D Polish|Polski]] | [[QtAudio3D Dutch|Nederlands]] | [[QtAudio3D Portuguese|Português]] | [[QtAudio3D Spanish|Español]] | [[QtAudio3D Ukrainian|Українською]] | [[QtAudio3D Persian|فارسی]] | [[QtAudio3D Arabic|عربي]] | [[QtAudio3D Korean|한국어]] | [[QtAudio3D Finnish|Suomi]] | [[Wiki-Home-Catalan|Català]] | [[Wiki-Home-Italian|Italiano]] | [[QtAudio3D Japanese|日本語]] | [[QtAudio3D French|Français]] | [[Wiki-Home-Hungarian|Magyar]] | [[QtAudio3D Kannada|ಕನ್ನಡ]] | [[QtAudio3D Hindi|हिन्दी]] | [[QtAudio3D Thai|ภาษาไทย]] | [[QtAudio3D SimplifiedChinese|简体中文]] | [[QtAudio3D Bulgarian|Български]]


=QtWebSockets=
'''English'''
| [[:QtAudio3D_German|Deutsch]]
| [[:QtAudio3D_Russian|Русский]]
| [[:QtAudio3D_Polish|Polski]]
| [[:QtAudio3D_Dutch|Nederlands]]
| [[:QtAudio3D_Portuguese|Português]]
| [[:QtAudio3D_Spanish|Español]]
| [[:QtAudio3D_Ukrainian|Українською]]
| [[:QtAudio3D_Persian|فارسی]]
| [[:QtAudio3D_Arabic|عربي]]
| [[:QtAudio3D_Korean|한국어]]
| [[:QtAudio3D_Finnish|Suomi]]
| [[:Wiki Home Catalan|Català]]
| [[:Wiki Home Italian|Italiano]]
| [[:QtAudio3D_Japanese|日本語]]
| [[:QtAudio3D_French|Français]]
| [[:Wiki Home Hungarian|Magyar]]
| [[:QtAudio3D_Kannada|ಕನ್ನಡ]]
| [[:QtAudio3D_Hindi|हिन्दी]]
| [[:QtAudio3D_Thai|ภาษาไทย]]
| [[:QtAudio3D_SimplifiedChinese|简体中文]]
| [[:QtAudio3D_Bulgarian|Български]]


==News==


Public mirror on “Gitorious”: https://qt.gitorious.org/qt/qtwebsockets


==Brief description==
== News ==
 
Public mirror at http://code.qt.io/cgit/qt/qtwebsockets.git/tree/
 
== Brief description ==


The QtWebSockets module is an add-on for the Qt5 library,.
The QtWebSockets module is an add-on for the Qt5 library,.


==History==
== History ==


The development and code review takes place through [[Setting up Gerrit|Gerrit]] ''[wiki.qt.io]''. A Qt Developer account must be created for anyone in order to be able to contribute to the project.
The development and code review takes place through [http://wiki.qt.io/Setting_up_Gerrit Gerrit]. A Qt Developer account must be created for anyone in order to be able to contribute to the project.


More information about the registration process and development in general can be found on the following site:<br />[[Code Reviews|http://wiki.qt.io/Code_Reviews]]
More information about the registration process and development in general can be found on the following site:
http://wiki.qt.io/Code_Reviews


==Functionality==
== Functionality ==


The QtWebSockets module has support for the following operating systems:
The QtWebSockets module has support for the following operating systems:


{| class="infotable line"
{| class="wikitable"
|- style="background: #009900"
!Operating system  
! Operating system
!Support state  
! Support state
!Note
! Note
|-
|-
| Windows 7/8
|Windows 7/8
| <span class="caps">YES</span>
|YES
| Full support
|Full support
|-
|-
| Windows CE
|Windows CE
| <span class="caps">YES</span>
|YES
| Tested through the Qt CI platform
|Tested through the Qt CI platform
|-
|-
| Gnu/Linux
|Gnu/Linux
| <span class="caps">YES</span>
|YES
| Full support
|Full support
|-
|-
| MacOSX
|MacOSX
| <span class="caps">YES</span>
|YES
| Full support
|Full support
|-
|-
| Android
| Android
| <span class="caps">YES</span>
| YES
| Tested through the Qt CI platform
| Tested through the Qt CI platform
|-
|-
| <span class="caps">IOS</span>
| IOS
| <span class="caps">YES</span>
| YES
| Tested through the Qt CI platform
| Tested through the Qt CI platform
|-
|-
| Others Unix
|Others Unix
| <span class="caps">YES</span>
|YES
| All <span class="caps">POSIX</span>-compatible
|All POSIX-compatible
|}
|}


Note:
Note:


(*)
(*) -


==Getting the source code==
== Getting the source code ==


In order to get get the source code, you need to register to get a Qt Developer account. Moreover, you need to set that account up for Gerrit usage (see [[Setting up Gerrit]] ''[wiki.qt.io]'').
In order to get get the source code, you need to register to get a Qt Developer account. Moreover, you need to set that account up for Gerrit usage (see [http://wiki.qt.io/Setting_up_Gerrit Setting up Gerrit]).


You can then check out the repository using git, like this:
You can then check out the repository using git, like this:


&lt;username&gt;: the Gerrit user identifier
<code>git clone ssh://<username>@codereview.qt.io:29418/qt/qtwebsockets.git</code>
 
<username>: the Gerrit user identifier


==Building and Installing==
== Building and Installing ==


==Using==
== Using ==


==Known Issues==
== Known Issues ==


Fill up
Fill up
===Categories:===
* [[:Category:Playground|Playground]]

Latest revision as of 10:09, 9 April 2015

English | Deutsch | Русский | Polski | Nederlands | Português | Español | Українською | فارسی | عربي | 한국어 | Suomi | Català | Italiano | 日本語 | Français | Magyar | ಕನ್ನಡ | हिन्दी | ภาษาไทย | 简体中文 | Български


News

Public mirror at http://code.qt.io/cgit/qt/qtwebsockets.git/tree/

Brief description

The QtWebSockets module is an add-on for the Qt5 library,.

History

The development and code review takes place through Gerrit. A Qt Developer account must be created for anyone in order to be able to contribute to the project.

More information about the registration process and development in general can be found on the following site: http://wiki.qt.io/Code_Reviews

Functionality

The QtWebSockets module has support for the following operating systems:

Operating system Support state Note
Windows 7/8 YES Full support
Windows CE YES Tested through the Qt CI platform
Gnu/Linux YES Full support
MacOSX YES Full support
Android YES Tested through the Qt CI platform
IOS YES Tested through the Qt CI platform
Others Unix YES All POSIX-compatible

Note:

(*) -

Getting the source code

In order to get get the source code, you need to register to get a Qt Developer account. Moreover, you need to set that account up for Gerrit usage (see Setting up Gerrit).

You can then check out the repository using git, like this:

git clone ssh://<username>@codereview.qt.io:29418/qt/qtwebsockets.git

<username>: the Gerrit user identifier

Building and Installing

Using

Known Issues

Fill up