QtWebSockets: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
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|Български]]
'''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|Български]]


[toc align_right=&quot;yes&amp;quot; depth=&quot;3&amp;quot;]
[toc align_right="yes" depth="3"]


= QtWebSockets =
= QtWebSockets =
Line 7: Line 28:
== News ==
== News ==


Public mirror on &quot;Gitorious&amp;quot;: https://qt.gitorious.org/qt/qtwebsockets
Public mirror on "Gitorious": https://qt.gitorious.org/qt/qtwebsockets


== Brief description ==
== Brief description ==
Line 15: Line 36:
== 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 "Gerrit":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.


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 45:
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 />|
{background:#009900}. |''. 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 82:
== 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 "Setting up Gerrit":http://wiki.qt.io/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 ==

Revision as of 09:00, 25 February 2015

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

[toc align_right="yes" depth="3"]

QtWebSockets

News

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

Brief description

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

History

The development and code review takes place through "Gerrit":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.

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:

{background:#009900}. |. 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":http://wiki.qt.io/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