# qwebsocket **Repository Path**: ZR__2020/qwebsocket ## Basic Information - **Project Name**: qwebsocket - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: qt4 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-28 - **Last Updated**: 2021-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README QWebSocket ========== Qt WebSocket library [![Build Status](https://travis-ci.org/gustavosbarreto/qwebsocket.png?branch=master)](https://travis-ci.org/gustavosbarreto/qwebsocket) Building -------- $ git clone --recursive https://github.com/gustavosbarreto/qwebsocket.git $ cd qwebsocket $ cmake -DCMAKE_INSTALL_PREFIX=/usr $ make $ make install Documentation ------------- # Methods ## connect(QUrl uri) Connect to a WebSocket server ## disconnect() Disconnect from the server ## send(QString message) Send a message to the server # Signals ## message(QString message) Emitted when a message arriaves from the server ## opened() Emitted when the connection to the server is open ## closed() Emitted when the connection to the server was closed ## failed() Emitted when the connection to the server has failed