QtWebSockets: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''English'''<br />| [[:QtAudio3D_German|Deutsch]]<br />| [[:QtAudio3D_Russian|Русский]]<br />| [[:QtAudio3D_Polish|Polski]]<br />| [[:QtAudio3D_Dutch|Nederlands]]<br />| [[:QtAudio3D_Portuguese|Português]]<br />| [[:QtAudio3D_Spanish|Español]]<br />| [[:QtAudio3D_Ukrainian|Українською]]<br />| [[:QtAudio3D_Persian|فارسی]]<br />| [[:QtAudio3D_Arabic|عربي]]<br />| [[:QtAudio3D_Korean|한국어]]<br />| [[:QtAudio3D_Finnish|Suomi]]<br />| [[:Wiki Home Catalan|Català]]<br />| [[:Wiki Home Italian|Italiano]]<br />| [[:QtAudio3D_Japanese|日本語]]<br />| [[:QtAudio3D_French|Français]]<br />| [[:Wiki Home Hungarian|Magyar]]<br />| [[:QtAudio3D_Kannada|ಕನ್ನಡ]]<br />| [[:QtAudio3D_Hindi|हिन्दी]]<br />| [[:QtAudio3D_Thai|ภาษาไทย]]<br />| [[:QtAudio3D_SimplifiedChinese|简体中文]]<br />| [[:QtAudio3D_Bulgarian|Български]]


[toc align_right=&quot;yes&amp;quot; depth=&quot;3&amp;quot;]
'''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 =


== News ==
== News ==


Public mirror on &quot;Gitorious&amp;quot;: https://qt.gitorious.org/qt/qtwebsockets
Public mirror at http://code.qt.io/cgit/qt/qtwebsockets.git/tree/


== Brief description ==
== Brief description ==
Line 15: Line 35:
== History ==
== History ==


The development and code review takes place through &quot;Gerrit&amp;quot;:http://wiki.qt.io/Setting_up_Gerrit. 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 />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 ==
Line 23: Line 44:
The QtWebSockets module has support for the following operating systems:
The QtWebSockets module has support for the following operating systems:


{background:#009900}. |''. Operating system |''. Support state |_. Note<br />|<br />|Windows 7/8<br />|YES<br />|Full support<br />|<br />|Windows CE<br />|YES<br />|Tested through the Qt CI platform<br />|<br />|Gnu/Linux<br />|YES<br />|Full support<br />|<br />|MacOSX<br />|YES<br />|Full support<br />|<br />| Android<br />| YES<br />| Tested through the Qt CI platform<br />|<br />| IOS<br />| YES<br />| Tested through the Qt CI platform<br />|<br />|Others Unix<br />|YES<br />|All POSIX-compatible<br />|
{| class="wikitable"
!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:
Note:
Line 31: Line 84:
== 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 &quot;Setting up Gerrit&amp;quot;:http://wiki.qt.io/Setting_up_Gerrit).
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:


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


&lt;username&amp;gt;: the Gerrit user identifier
<username>: the Gerrit user identifier


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

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