Compare commits
151 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
e53575bfa7 | ||
|
0a45b7787f | ||
|
b8c397e180 | ||
|
90105fa2b3 | ||
|
24859fef8a | ||
|
73d7280723 | ||
|
262de49c3c | ||
|
3a77e96a05 | ||
|
505dd6d50f | ||
|
3f8027b65c | ||
|
0f2c765f45 | ||
|
49077f8f44 | ||
|
6a23b8530f | ||
|
ae841af91a | ||
|
44f38849b2 | ||
|
ee12fbdb5f | ||
|
316c630830 | ||
|
1ea5db6110 | ||
|
986d9a00c0 | ||
|
7a05a11014 | ||
|
f09434263c | ||
|
335f594165 | ||
|
fa7ef06f4d | ||
|
3c9ec0aed0 | ||
|
c665d65cba | ||
|
5d4e897cc4 | ||
|
05033714bf | ||
|
a02bd3f25c | ||
|
fdbd213fa2 | ||
|
da64d349c8 | ||
|
17b01a8c66 | ||
|
79dd766fab | ||
|
8375b28747 | ||
|
e12551f309 | ||
|
6102f81710 | ||
|
9f678e5962 | ||
|
02a704a8c7 | ||
|
dd2360ed70 | ||
|
c4ab996470 | ||
|
6c54b07d92 | ||
|
7f9bef3b8d | ||
|
12d1c5d956 | ||
|
e9a4bd5617 | ||
|
f34ccbfdb5 | ||
|
1fa75d7fb2 | ||
|
39140ef98c | ||
|
e30ef4a87c | ||
|
9fc94f0487 | ||
|
121acdab6f | ||
|
6deaa03114 | ||
|
f4f30686c5 | ||
|
a21aae521f | ||
|
aed2356fc1 | ||
|
a478f734f6 | ||
|
98c579da03 | ||
|
e80def0cd0 | ||
|
cc8a9e883e | ||
|
4d587e35d8 | ||
|
50f4fd1115 | ||
|
06d2b68696 | ||
|
bf6f057777 | ||
|
b57c1d69f2 | ||
|
ff265d83f9 | ||
|
5b1c97b774 | ||
|
c8c81366f7 | ||
|
9a37fd56d1 | ||
|
7ecaff8c5d | ||
|
e4b0286a25 | ||
|
7ae6972306 | ||
|
59cea0372b | ||
|
78d88a8520 | ||
|
273af25d57 | ||
|
46d00360a8 | ||
|
3f5935a284 | ||
|
c236ff66e9 | ||
|
af3df5e519 | ||
|
d75753ec98 | ||
|
332bb87231 | ||
|
8adbcab441 | ||
|
9bc2e95196 | ||
|
30a0aa0a0f | ||
|
8622ea5cb2 | ||
|
ed3a50d9b5 | ||
|
df6a17dcc2 | ||
|
474985e784 | ||
|
cb904416c3 | ||
|
3e064ec63e | ||
|
b004769552 | ||
|
17270de621 | ||
|
239b5bc02c | ||
|
6bfabd5493 | ||
|
0b90f7df1b | ||
|
00ca7c8fb0 | ||
|
a11952fe22 | ||
|
06b9b2e649 | ||
|
dcfdcc3e1b | ||
|
b13fee16c1 | ||
|
9a7767ecb1 | ||
|
9b82a33aff | ||
|
70ef77a5d5 | ||
|
77903e9d90 | ||
|
de66a87a7c | ||
|
5ea2028c22 | ||
|
58a68ec0be | ||
|
a39278f7be | ||
|
f8373dc666 | ||
|
3febc2431d | ||
|
0bf736831a | ||
|
7710bf793f | ||
|
a6a43bd361 | ||
|
a39209a895 | ||
|
24c9e0abc3 | ||
|
9cc324d78d | ||
|
8574beceb1 | ||
|
0349b7f1c7 | ||
|
ce1ba20db5 | ||
|
395d823f41 | ||
|
6884f9f74f | ||
|
b34eccd749 | ||
|
50b638f7fd | ||
|
5bf1b91528 | ||
|
f77ececc92 | ||
|
58cccbdcf9 | ||
|
5710ffba6a | ||
|
ccd4522b8f | ||
|
28f29b7385 | ||
|
a7a422d6ed | ||
|
43fcf93584 | ||
|
32f4c8305e | ||
|
3cf44c8078 | ||
|
9e899fde2f | ||
|
ffd4f1d322 | ||
|
10dd13deb3 | ||
|
c1ed83a005 | ||
|
7117c74142 | ||
|
dd06a3fb25 | ||
|
45b579447e | ||
|
bb0b1836cd | ||
|
d5c8815438 | ||
|
ac500ed079 | ||
|
2bc38acbb1 | ||
|
977feae1d6 | ||
|
9c872fcc3e | ||
|
ec1ca3c55e | ||
|
16805759d3 | ||
|
88c2e1f6de | ||
|
1dc9b559e9 | ||
|
d31ecfc64e | ||
|
4813a40f2a | ||
|
ea81470f4a | ||
|
2a6b1d5f15 |
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
build
|
0
.gitmodules
vendored
Normal file
0
.gitmodules
vendored
Normal file
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
language: cpp
|
||||||
|
dist: xenial
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
exclude:
|
||||||
|
# GCC fails on recent Travis OSX images.
|
||||||
|
- compiler: gcc
|
||||||
|
os: osx
|
||||||
|
|
||||||
|
script: python test/run.py
|
117
CMakeLists.txt
Normal file
117
CMakeLists.txt
Normal file
@ -0,0 +1,117 @@
|
|||||||
|
#
|
||||||
|
# Author: Benjamin Sergeant
|
||||||
|
# Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
#
|
||||||
|
|
||||||
|
cmake_minimum_required(VERSION 3.4.1)
|
||||||
|
project(ixwebsocket C CXX)
|
||||||
|
|
||||||
|
set (CMAKE_CXX_STANDARD 14)
|
||||||
|
set (CXX_STANDARD_REQUIRED ON)
|
||||||
|
set (CMAKE_CXX_EXTENSIONS OFF)
|
||||||
|
|
||||||
|
if (NOT WIN32)
|
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
set( IXWEBSOCKET_SOURCES
|
||||||
|
ixwebsocket/IXEventFd.cpp
|
||||||
|
ixwebsocket/IXSocket.cpp
|
||||||
|
ixwebsocket/IXSocketServer.cpp
|
||||||
|
ixwebsocket/IXSocketConnect.cpp
|
||||||
|
ixwebsocket/IXDNSLookup.cpp
|
||||||
|
ixwebsocket/IXCancellationRequest.cpp
|
||||||
|
ixwebsocket/IXWebSocket.cpp
|
||||||
|
ixwebsocket/IXWebSocketServer.cpp
|
||||||
|
ixwebsocket/IXWebSocketTransport.cpp
|
||||||
|
ixwebsocket/IXWebSocketHandshake.cpp
|
||||||
|
ixwebsocket/IXWebSocketPerMessageDeflate.cpp
|
||||||
|
ixwebsocket/IXWebSocketPerMessageDeflateCodec.cpp
|
||||||
|
ixwebsocket/IXWebSocketPerMessageDeflateOptions.cpp
|
||||||
|
)
|
||||||
|
|
||||||
|
set( IXWEBSOCKET_HEADERS
|
||||||
|
ixwebsocket/IXEventFd.h
|
||||||
|
ixwebsocket/IXSocket.h
|
||||||
|
ixwebsocket/IXSocketServer.h
|
||||||
|
ixwebsocket/IXSocketConnect.h
|
||||||
|
ixwebsocket/IXSetThreadName.h
|
||||||
|
ixwebsocket/IXDNSLookup.h
|
||||||
|
ixwebsocket/IXCancellationRequest.h
|
||||||
|
ixwebsocket/IXProgressCallback.h
|
||||||
|
ixwebsocket/IXWebSocket.h
|
||||||
|
ixwebsocket/IXWebSocketServer.h
|
||||||
|
ixwebsocket/IXWebSocketTransport.h
|
||||||
|
ixwebsocket/IXWebSocketHandshake.h
|
||||||
|
ixwebsocket/IXWebSocketSendInfo.h
|
||||||
|
ixwebsocket/IXWebSocketErrorInfo.h
|
||||||
|
ixwebsocket/IXWebSocketPerMessageDeflate.h
|
||||||
|
ixwebsocket/IXWebSocketPerMessageDeflateCodec.h
|
||||||
|
ixwebsocket/IXWebSocketPerMessageDeflateOptions.h
|
||||||
|
ixwebsocket/IXWebSocketHttpHeaders.h
|
||||||
|
ixwebsocket/libwshandshake.hpp
|
||||||
|
)
|
||||||
|
|
||||||
|
# Platform specific code
|
||||||
|
if (APPLE)
|
||||||
|
list( APPEND IXWEBSOCKET_SOURCES ixwebsocket/apple/IXSetThreadName_apple.cpp)
|
||||||
|
elseif (WIN32)
|
||||||
|
list( APPEND IXWEBSOCKET_SOURCES ixwebsocket/windows/IXSetThreadName_windows.cpp)
|
||||||
|
else()
|
||||||
|
list( APPEND IXWEBSOCKET_SOURCES ixwebsocket/linux/IXSetThreadName_linux.cpp)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if (USE_TLS)
|
||||||
|
add_definitions(-DIXWEBSOCKET_USE_TLS)
|
||||||
|
|
||||||
|
if (APPLE)
|
||||||
|
list( APPEND IXWEBSOCKET_HEADERS ixwebsocket/IXSocketAppleSSL.h)
|
||||||
|
list( APPEND IXWEBSOCKET_SOURCES ixwebsocket/IXSocketAppleSSL.cpp)
|
||||||
|
elseif (WIN32)
|
||||||
|
list( APPEND IXWEBSOCKET_HEADERS ixwebsocket/IXSocketSChannel.h)
|
||||||
|
list( APPEND IXWEBSOCKET_SOURCES ixwebsocket/IXSocketSChannel.cpp)
|
||||||
|
else()
|
||||||
|
list( APPEND IXWEBSOCKET_HEADERS ixwebsocket/IXSocketOpenSSL.h)
|
||||||
|
list( APPEND IXWEBSOCKET_SOURCES ixwebsocket/IXSocketOpenSSL.cpp)
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
add_library( ixwebsocket STATIC
|
||||||
|
${IXWEBSOCKET_SOURCES}
|
||||||
|
${IXWEBSOCKET_HEADERS}
|
||||||
|
)
|
||||||
|
|
||||||
|
# gcc/Linux needs -pthread
|
||||||
|
find_package(Threads)
|
||||||
|
|
||||||
|
if(UNIX AND NOT APPLE)
|
||||||
|
find_package(OpenSSL REQUIRED)
|
||||||
|
add_definitions(${OPENSSL_DEFINITIONS})
|
||||||
|
message(STATUS "OpenSSL: " ${OPENSSL_VERSION})
|
||||||
|
include_directories(${OPENSSL_INCLUDE_DIR})
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if (WIN32)
|
||||||
|
get_filename_component(libz_path
|
||||||
|
${PROJECT_SOURCE_DIR}/third_party/ZLIB-Windows/zlib-1.2.11_deploy_v140/release_dynamic/x64/lib/zlib.lib
|
||||||
|
ABSOLUTE)
|
||||||
|
add_library(libz STATIC IMPORTED)
|
||||||
|
set_target_properties(libz PROPERTIES IMPORTED_LOCATION
|
||||||
|
${libz_path})
|
||||||
|
|
||||||
|
include_directories(${PROJECT_SOURCE_DIR}/third_party/ZLIB-Windows/zlib-1.2.11_deploy_v140/include)
|
||||||
|
|
||||||
|
target_link_libraries(ixwebsocket libz wsock32 ws2_32)
|
||||||
|
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||||||
|
|
||||||
|
else()
|
||||||
|
target_link_libraries(ixwebsocket
|
||||||
|
z ${OPENSSL_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
|
||||||
|
endif()
|
||||||
|
|
||||||
|
set( IXWEBSOCKET_INCLUDE_DIRS
|
||||||
|
.
|
||||||
|
../../shared/OpenSSL/include)
|
||||||
|
target_include_directories( ixwebsocket PUBLIC ${IXWEBSOCKET_INCLUDE_DIRS} )
|
||||||
|
|
||||||
|
add_subdirectory(ws)
|
1
Dockerfile
Symbolic link
1
Dockerfile
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
docker/Dockerfile.debian
|
200
README.md
200
README.md
@ -1,25 +1,42 @@
|
|||||||
# General
|
# General
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
[*WebSocket*](https://en.wikipedia.org/wiki/WebSocket) is a computer communications protocol, providing full-duplex
|
[*WebSocket*](https://en.wikipedia.org/wiki/WebSocket) is a computer communications protocol, providing full-duplex
|
||||||
communication channels over a single TCP connection. This library provides a C++ library for Websocket communication. The code is derived from [easywsclient](https://github.com/dhbaird/easywsclient).
|
communication channels over a single TCP connection. *IXWebSocket* is a C++ library for client and server Websocket communication. The code is derived from [easywsclient](https://github.com/dhbaird/easywsclient) and from the [Satori C SDK](https://github.com/satori-com/satori-rtm-sdk-c). It has been tested on the following platforms.
|
||||||
|
|
||||||
|
* macOS
|
||||||
|
* iOS
|
||||||
|
* Linux
|
||||||
|
* Android
|
||||||
|
* Windows (no TLS support yet)
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
The examples folder countains a simple chat program, using a node.js broadcast server.
|
The ws folder countains many interactive programs for chat and file transfers demonstrating client and server usage.
|
||||||
|
|
||||||
Here is what the API looks like.
|
Here is what the client API looks like.
|
||||||
|
|
||||||
```
|
```
|
||||||
ix::WebSocket webSocket;
|
ix::WebSocket webSocket;
|
||||||
|
|
||||||
std::string url("ws://localhost:8080/");
|
std::string url("ws://localhost:8080/");
|
||||||
webSocket.configure(url);
|
webSocket.setUrl(url);
|
||||||
|
|
||||||
|
// Optional heart beat, sent every 45 seconds when there isn't any traffic
|
||||||
|
// to make sure that load balancers do not kill an idle connection.
|
||||||
|
webSocket.setHeartBeatPeriod(45);
|
||||||
|
|
||||||
// Setup a callback to be fired when a message or an event (open, close, error) is received
|
// Setup a callback to be fired when a message or an event (open, close, error) is received
|
||||||
webSocket.setOnMessageCallback(
|
webSocket.setOnMessageCallback(
|
||||||
[](ix::WebSocketMessageType messageType, const std::string& str, ix::WebSocketErrorInfo error)
|
[](ix::WebSocketMessageType messageType,
|
||||||
|
const std::string& str,
|
||||||
|
size_t wireSize,
|
||||||
|
const ix::WebSocketErrorInfo& error,
|
||||||
|
const ix::WebSocketCloseInfo& closeInfo,
|
||||||
|
const ix::WebSocketHttpHeaders& headers)
|
||||||
{
|
{
|
||||||
if (messageType == ix::WebSocket_MessageType_Message)
|
if (messageType == ix::WebSocket_MessageType_Message)
|
||||||
{
|
{
|
||||||
@ -36,14 +53,78 @@ webSocket.send("hello world");
|
|||||||
// ... finally ...
|
// ... finally ...
|
||||||
|
|
||||||
// Stop the connection
|
// Stop the connection
|
||||||
webSocket:stop()
|
webSocket.stop()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Here is what the server API looks like. Note that server support is very recent and subject to changes.
|
||||||
|
|
||||||
|
```
|
||||||
|
// Run a server on localhost at a given port.
|
||||||
|
// Bound host name, max connections and listen backlog can also be passed in as parameters.
|
||||||
|
ix::WebSocketServer server(port);
|
||||||
|
|
||||||
|
server.setOnConnectionCallback(
|
||||||
|
[&server](std::shared_ptr<ix::WebSocket> webSocket)
|
||||||
|
{
|
||||||
|
webSocket->setOnMessageCallback(
|
||||||
|
[webSocket, &server](ix::WebSocketMessageType messageType,
|
||||||
|
const std::string& str,
|
||||||
|
size_t wireSize,
|
||||||
|
const ix::WebSocketErrorInfo& error,
|
||||||
|
const ix::WebSocketOpenInfo& openInfo,
|
||||||
|
const ix::WebSocketCloseInfo& closeInfo)
|
||||||
|
{
|
||||||
|
if (messageType == ix::WebSocket_MessageType_Open)
|
||||||
|
{
|
||||||
|
std::cerr << "New connection" << std::endl;
|
||||||
|
std::cerr << "Uri: " << openInfo.uri << std::endl;
|
||||||
|
std::cerr << "Headers:" << std::endl;
|
||||||
|
for (auto it : openInfo.headers)
|
||||||
|
{
|
||||||
|
std::cerr << it.first << ": " << it.second << std::endl;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Message)
|
||||||
|
{
|
||||||
|
// For an echo server, we just send back to the client whatever was received by the server
|
||||||
|
// All connected clients are available in an std::set. See the broadcast cpp example.
|
||||||
|
webSocket->send(str);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
auto res = server.listen();
|
||||||
|
if (!res.first)
|
||||||
|
{
|
||||||
|
// Error handling
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Run the server in the background. Server can be stoped by calling server.stop()
|
||||||
|
server.start();
|
||||||
|
|
||||||
|
// Block until server.stop() is called.
|
||||||
|
server.wait();
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
CMakefiles for the library and the examples are available. This library has few dependencies, so it is possible to just add the source files into your project.
|
||||||
|
|
||||||
|
There is a Dockerfile for running some code on Linux, and a unittest which can be executed by typing `make test`.
|
||||||
|
|
||||||
## Implementation details
|
## Implementation details
|
||||||
|
|
||||||
|
### Per Message Deflate compression.
|
||||||
|
|
||||||
|
The per message deflate compression option is supported. It can lead to very nice bandbwith savings (20x !) if your messages are similar, which is often the case for example for chat applications. All features of the spec should be supported.
|
||||||
|
|
||||||
### TLS/SSL
|
### TLS/SSL
|
||||||
|
|
||||||
Connections can be optionally secured and encrypted with TLS/SSL when using a wss:// endpoint, or using normal un-encrypted socket with ws:// endpoints. AppleSSL is used on iOS and OpenSSL is used on Android.
|
Connections can be optionally secured and encrypted with TLS/SSL when using a wss:// endpoint, or using normal un-encrypted socket with ws:// endpoints. AppleSSL is used on iOS and macOS, and OpenSSL is used on Android and Linux.
|
||||||
|
|
||||||
### Polling and background thread work
|
### Polling and background thread work
|
||||||
|
|
||||||
@ -53,45 +134,56 @@ No manual polling to fetch data is required. Data is sent and received instantly
|
|||||||
|
|
||||||
If the remote end (server) breaks the connection, the code will try to perpetually reconnect, by using an exponential backoff strategy, capped at one retry every 10 seconds.
|
If the remote end (server) breaks the connection, the code will try to perpetually reconnect, by using an exponential backoff strategy, capped at one retry every 10 seconds.
|
||||||
|
|
||||||
|
### Large messages
|
||||||
|
|
||||||
|
Large frames are broken up into smaller chunks or messages to avoid filling up the os tcp buffers, which is permitted thanks to WebSocket [fragmentation](https://tools.ietf.org/html/rfc6455#section-5.4). Messages up to 500M were sent and received succesfully.
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* There is no per message compression support. That could be useful for retrieving large messages, but could also be implemented at the application level.
|
|
||||||
* There is no text support for sending data, only the binary protocol is supported. Sending json or text over the binary protocol works well.
|
* There is no text support for sending data, only the binary protocol is supported. Sending json or text over the binary protocol works well.
|
||||||
* Automatic reconnection works at the TCP socket level, and will detect remote end disconnects. However, if the device/computer network become unreachable (by turning off wifi), it is quite hard to reliably and timely detect it at the socket level using `recv` and `send` error codes. [Here](https://stackoverflow.com/questions/14782143/linux-socket-how-to-detect-disconnected-network-in-a-client-program) is a good discussion on the subject. This behavior is consistent with other runtimes such as node.js. One way to detect a disconnected device with low level C code is to do a name resolution with DNS but this can be expensive. Mobile devices have good and reliable API to do that.
|
* Automatic reconnection works at the TCP socket level, and will detect remote end disconnects. However, if the device/computer network become unreachable (by turning off wifi), it is quite hard to reliably and timely detect it at the socket level using `recv` and `send` error codes. [Here](https://stackoverflow.com/questions/14782143/linux-socket-how-to-detect-disconnected-network-in-a-client-program) is a good discussion on the subject. This behavior is consistent with other runtimes such as node.js. One way to detect a disconnected device with low level C code is to do a name resolution with DNS but this can be expensive. Mobile devices have good and reliable API to do that.
|
||||||
|
* The server code is using select to detect incoming data, and creates one OS thread per connection. This isn't as scalable as strategies using epoll or kqueue.
|
||||||
## Examples
|
|
||||||
|
|
||||||
1. Bring up a terminal and jump to the examples folder.
|
|
||||||
2. Compile the example C++ code. `sh build.sh`
|
|
||||||
3. Install node.js from [here](https://nodejs.org/en/download/).
|
|
||||||
4. Type `npm install` to install the node.js dependencies. Then `node broadcast-server.js` to run the server.
|
|
||||||
5. Bring up a second terminal. `env USER=bob ./cmd_websocket_chat`
|
|
||||||
6. Bring up a third terminal. `env USER=bill ./cmd_websocket_chat`
|
|
||||||
7. Start typing things in any of those terminals. Hopefully you should see your message being received on the other end.
|
|
||||||
|
|
||||||
## C++ code organization
|
## C++ code organization
|
||||||
|
|
||||||
Here's a simplistic diagram which explains how the code is structured in term of class/modules.
|
Here's a simplistic diagram which explains how the code is structured in term of class/modules.
|
||||||
|
|
||||||
```
|
```
|
||||||
+-----------------------+
|
+-----------------------+ --- Public
|
||||||
| | Start the receiving Background thread. Auto reconnection. Simple websocket Ping.
|
| | Start the receiving Background thread. Auto reconnection. Simple websocket Ping.
|
||||||
| IXWebSocket | Interface used by C++ test clients. No IX dependencies.
|
| IXWebSocket | Interface used by C++ test clients. No IX dependencies.
|
||||||
| |
|
| |
|
||||||
+-----------------------+
|
+-----------------------+
|
||||||
| |
|
| |
|
||||||
|
| IXWebSocketServer | Run a server and give each connections its own WebSocket object.
|
||||||
|
| | Each connection is handled in a new OS thread.
|
||||||
|
| |
|
||||||
|
+-----------------------+ --- Private
|
||||||
|
| |
|
||||||
| IXWebSocketTransport | Low level websocket code, framing, managing raw socket. Adapted from easywsclient.
|
| IXWebSocketTransport | Low level websocket code, framing, managing raw socket. Adapted from easywsclient.
|
||||||
| |
|
| |
|
||||||
+-----------------------+
|
+-----------------------+
|
||||||
| |
|
| |
|
||||||
|
| IXWebSocketHandshake | Establish the connection between client and server.
|
||||||
|
| |
|
||||||
|
+-----------------------+
|
||||||
|
| |
|
||||||
| IXWebSocket | ws:// Unencrypted Socket handler
|
| IXWebSocket | ws:// Unencrypted Socket handler
|
||||||
| IXWebSocketAppleSSL | wss:// TLS encrypted Socket AppleSSL handler. Used on iOS and macOS
|
| IXWebSocketAppleSSL | wss:// TLS encrypted Socket AppleSSL handler. Used on iOS and macOS
|
||||||
| IXWebSocketOpenSSL | wss:// TLS encrypted Socket OpenSSL handler. Used on Android and Linux
|
| IXWebSocketOpenSSL | wss:// TLS encrypted Socket OpenSSL handler. Used on Android and Linux
|
||||||
| | Can be used on macOS too.
|
| | Can be used on macOS too.
|
||||||
+-----------------------+
|
+-----------------------+
|
||||||
|
| |
|
||||||
|
| IXSocketConnect | Connect to the remote host (client).
|
||||||
|
| |
|
||||||
|
+-----------------------+
|
||||||
|
| |
|
||||||
|
| IXDNSLookup | Does DNS resolution asynchronously so that it can be interrupted.
|
||||||
|
| |
|
||||||
|
+-----------------------+
|
||||||
```
|
```
|
||||||
|
|
||||||
## Advanced usage
|
## API
|
||||||
|
|
||||||
### Sending messages
|
### Sending messages
|
||||||
|
|
||||||
@ -114,15 +206,32 @@ The onMessage event will be fired when the connection is opened or closed. This
|
|||||||
|
|
||||||
```
|
```
|
||||||
webSocket.setOnMessageCallback(
|
webSocket.setOnMessageCallback(
|
||||||
[this](ix::WebSocketMessageType messageType, const std::string& str, ix::WebSocketErrorInfo error)
|
[](ix::WebSocketMessageType messageType,
|
||||||
|
const std::string& str,
|
||||||
|
size_t wireSize,
|
||||||
|
const ix::WebSocketErrorInfo& error,
|
||||||
|
const ix::WebSocketCloseInfo& closeInfo,
|
||||||
|
const ix::WebSocketHttpHeaders& headers)
|
||||||
{
|
{
|
||||||
if (messageType == ix::WebSocket_MessageType_Open)
|
if (messageType == ix::WebSocket_MessageType_Open)
|
||||||
{
|
{
|
||||||
puts("send greetings");
|
std::cout << "send greetings" << std::endl;
|
||||||
|
|
||||||
|
// Headers can be inspected (pairs of string/string)
|
||||||
|
std::cout << "Handshake Headers:" << std::endl;
|
||||||
|
for (auto it : headers)
|
||||||
|
{
|
||||||
|
std::cout << it.first << ": " << it.second << std::endl;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else if (messageType == ix::WebSocket_MessageType_Close)
|
else if (messageType == ix::WebSocket_MessageType_Close)
|
||||||
{
|
{
|
||||||
puts("disconnected");
|
std::cout << "disconnected" << std::endl;
|
||||||
|
|
||||||
|
// The server can send an explicit code and reason for closing.
|
||||||
|
// This data can be accessed through the closeInfo object.
|
||||||
|
std::cout << closeInfo.code << std::endl;
|
||||||
|
std::cout << closeInfo.reason << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
@ -134,7 +243,12 @@ A message will be fired when there is an error with the connection. The message
|
|||||||
|
|
||||||
```
|
```
|
||||||
webSocket.setOnMessageCallback(
|
webSocket.setOnMessageCallback(
|
||||||
[this](ix::WebSocketMessageType messageType, const std::string& str, ix::WebSocketErrorInfo error)
|
[](ix::WebSocketMessageType messageType,
|
||||||
|
const std::string& str,
|
||||||
|
size_t wireSize,
|
||||||
|
const ix::WebSocketErrorInfo& error,
|
||||||
|
const ix::WebSocketCloseInfo& closeInfo,
|
||||||
|
const ix::WebSocketHttpHeaders& headers)
|
||||||
{
|
{
|
||||||
if (messageType == ix::WebSocket_MessageType_Error)
|
if (messageType == ix::WebSocket_MessageType_Error)
|
||||||
{
|
{
|
||||||
@ -162,3 +276,41 @@ The url can be set and queried after a websocket object has been created. You wi
|
|||||||
std::string url("wss://example.com");
|
std::string url("wss://example.com");
|
||||||
websocket.configure(url);
|
websocket.configure(url);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Ping/Pong support
|
||||||
|
|
||||||
|
Ping/pong messages are used to implement keep-alive. 2 message types exists to identify ping and pong messages. Note that when a ping message is received, a pong is instantly send back as requested by the WebSocket spec.
|
||||||
|
|
||||||
|
```
|
||||||
|
webSocket.setOnMessageCallback(
|
||||||
|
[](ix::WebSocketMessageType messageType,
|
||||||
|
const std::string& str,
|
||||||
|
size_t wireSize,
|
||||||
|
const ix::WebSocketErrorInfo& error,
|
||||||
|
const ix::WebSocketCloseInfo& closeInfo,
|
||||||
|
const ix::WebSocketHttpHeaders& headers)
|
||||||
|
{
|
||||||
|
if (messageType == ix::WebSocket_MessageType_Ping ||
|
||||||
|
messageType == ix::WebSocket_MessageType_Pong)
|
||||||
|
{
|
||||||
|
std::cout << "pong data: " << str << std::endl;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
```
|
||||||
|
|
||||||
|
A ping message can be sent to the server, with an optional data string.
|
||||||
|
|
||||||
|
```
|
||||||
|
websocket.ping("ping data, optional (empty string is ok): limited to 125 bytes long");
|
||||||
|
```
|
||||||
|
|
||||||
|
### Heartbeat.
|
||||||
|
|
||||||
|
You can configure an optional heart beat / keep-alive, sent every 45 seconds
|
||||||
|
when there isn't any traffic to make sure that load balancers do not kill an
|
||||||
|
idle connection.
|
||||||
|
|
||||||
|
```
|
||||||
|
webSocket.setHeartBeatPeriod(45);
|
||||||
|
```
|
||||||
|
10
appveyor.yml
Normal file
10
appveyor.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
image:
|
||||||
|
- Visual Studio 2017
|
||||||
|
- Ubuntu
|
||||||
|
|
||||||
|
install:
|
||||||
|
- ls -al
|
||||||
|
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
|
- python test/run.py
|
||||||
|
|
||||||
|
build: off
|
16
docker/Dockerfile
Normal file
16
docker/Dockerfile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
FROM debian:stretch
|
||||||
|
|
||||||
|
# RUN yum install -y gcc-c++ make cmake openssl-devel gdb
|
||||||
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
RUN apt-get update
|
||||||
|
RUN apt-get -y install g++
|
||||||
|
RUN apt-get -y install libssl-dev
|
||||||
|
RUN apt-get -y install gdb
|
||||||
|
RUN apt-get -y install screen
|
||||||
|
RUN apt-get -y install procps
|
||||||
|
RUN apt-get -y install lsof
|
||||||
|
|
||||||
|
COPY . .
|
||||||
|
|
||||||
|
WORKDIR examples/ws_connect
|
||||||
|
RUN ["sh", "build_linux.sh"]
|
11
docker/Dockerfile.alpine
Normal file
11
docker/Dockerfile.alpine
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
FROM alpine:3.8
|
||||||
|
|
||||||
|
RUN apk add --no-cache g++ musl-dev make cmake openssl-dev
|
||||||
|
|
||||||
|
COPY . .
|
||||||
|
|
||||||
|
WORKDIR examples/ws_connect
|
||||||
|
RUN ["sh", "build_linux.sh"]
|
||||||
|
|
||||||
|
EXPOSE 8765
|
||||||
|
CMD ["ws_connect"]
|
11
docker/Dockerfile.centos
Normal file
11
docker/Dockerfile.centos
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
FROM alpine:3.8
|
||||||
|
|
||||||
|
RUN apk add --no-cache g++ musl-dev make cmake openssl-dev
|
||||||
|
|
||||||
|
COPY . .
|
||||||
|
|
||||||
|
WORKDIR examples/ws_connect
|
||||||
|
RUN ["sh", "build_linux.sh"]
|
||||||
|
|
||||||
|
EXPOSE 8765
|
||||||
|
CMD ["ws_connect"]
|
22
docker/Dockerfile.debian
Normal file
22
docker/Dockerfile.debian
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
FROM debian:stretch
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
RUN apt-get update
|
||||||
|
RUN apt-get -y install g++
|
||||||
|
RUN apt-get -y install libssl-dev
|
||||||
|
RUN apt-get -y install gdb
|
||||||
|
RUN apt-get -y install screen
|
||||||
|
RUN apt-get -y install procps
|
||||||
|
RUN apt-get -y install lsof
|
||||||
|
RUN apt-get -y install libz-dev
|
||||||
|
RUN apt-get -y install vim
|
||||||
|
RUN apt-get -y install make
|
||||||
|
RUN apt-get -y install cmake
|
||||||
|
|
||||||
|
COPY . .
|
||||||
|
|
||||||
|
WORKDIR ws
|
||||||
|
RUN ["sh", "docker_build.sh"]
|
||||||
|
|
||||||
|
EXPOSE 8765
|
||||||
|
CMD ["/ws/ws", "transfer", "8765"]
|
8
docker/Dockerfile.gcc
Normal file
8
docker/Dockerfile.gcc
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
FROM gcc:8
|
||||||
|
|
||||||
|
# RUN yum install -y gcc-c++ make cmake openssl-devel gdb
|
||||||
|
|
||||||
|
COPY . .
|
||||||
|
|
||||||
|
WORKDIR examples/ws_connect
|
||||||
|
RUN ["sh", "build_linux.sh"]
|
7
examples/CMakeLists.txt
Normal file
7
examples/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
add_subdirectory(broadcast_server)
|
||||||
|
add_subdirectory(ping_pong)
|
||||||
|
add_subdirectory(chat)
|
||||||
|
add_subdirectory(echo_server)
|
||||||
|
add_subdirectory(ws_connect)
|
||||||
|
|
||||||
|
# add_subdirectory(cobra_publisher)
|
@ -1,15 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# Author: Benjamin Sergeant
|
|
||||||
# Copyright (c) 2017-2018 Machine Zone, Inc. All rights reserved.
|
|
||||||
#
|
|
||||||
|
|
||||||
clang++ --std=c++11 --stdlib=libc++ \
|
|
||||||
../ixwebsocket/IXSocket.cpp \
|
|
||||||
../ixwebsocket/IXWebSocketTransport.cpp \
|
|
||||||
../ixwebsocket/IXSocketAppleSSL.cpp \
|
|
||||||
../ixwebsocket/IXWebSocket.cpp \
|
|
||||||
cmd_websocket_chat.cpp \
|
|
||||||
-o cmd_websocket_chat \
|
|
||||||
-framework Security \
|
|
||||||
-framework Foundation
|
|
3
examples/cobra_publisher/.gitignore
vendored
Normal file
3
examples/cobra_publisher/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
venv
|
||||||
|
build
|
||||||
|
node_modules
|
38
examples/cobra_publisher/CMakeLists.txt
Normal file
38
examples/cobra_publisher/CMakeLists.txt
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
#
|
||||||
|
# Author: Benjamin Sergeant
|
||||||
|
# Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
#
|
||||||
|
|
||||||
|
cmake_minimum_required (VERSION 3.4.1)
|
||||||
|
project (cobra_publisher)
|
||||||
|
|
||||||
|
# There's -Weverything too for clang
|
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -Wshorten-64-to-32")
|
||||||
|
|
||||||
|
set (OPENSSL_PREFIX /usr/local/opt/openssl) # Homebrew openssl
|
||||||
|
|
||||||
|
set (CMAKE_CXX_STANDARD 14)
|
||||||
|
|
||||||
|
option(USE_TLS "Add TLS support" ON)
|
||||||
|
|
||||||
|
include_directories(cobra_publisher ${OPENSSL_PREFIX}/include)
|
||||||
|
include_directories(cobra_publisher .)
|
||||||
|
|
||||||
|
add_executable(cobra_publisher
|
||||||
|
jsoncpp/jsoncpp.cpp
|
||||||
|
ixcrypto/IXHMac.cpp
|
||||||
|
ixcrypto/IXBase64.cpp
|
||||||
|
IXCobraConnection.cpp
|
||||||
|
cobra_publisher.cpp)
|
||||||
|
|
||||||
|
if (APPLE AND USE_TLS)
|
||||||
|
target_link_libraries(cobra_publisher "-framework foundation" "-framework security")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
get_filename_component(crypto_lib_path ${OPENSSL_PREFIX}/lib/libcrypto.a ABSOLUTE)
|
||||||
|
add_library(lib_crypto STATIC IMPORTED)
|
||||||
|
set_target_properties(lib_crypto PROPERTIES IMPORTED_LOCATION ${crypto_lib_path})
|
||||||
|
|
||||||
|
link_directories(/usr/local/opt/openssl/lib)
|
||||||
|
target_link_libraries(cobra_publisher ixwebsocket lib_crypto)
|
||||||
|
install(TARGETS cobra_publisher DESTINATION bin)
|
475
examples/cobra_publisher/IXCobraConnection.cpp
Normal file
475
examples/cobra_publisher/IXCobraConnection.cpp
Normal file
@ -0,0 +1,475 @@
|
|||||||
|
/*
|
||||||
|
* IXCobraConnection.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2017-2018 Machine Zone. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "IXCobraConnection.h"
|
||||||
|
#include <ixcrypto/IXHMac.h>
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
#include <stdexcept>
|
||||||
|
#include <cmath>
|
||||||
|
#include <cassert>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
TrafficTrackerCallback CobraConnection::_trafficTrackerCallback = nullptr;
|
||||||
|
constexpr size_t CobraConnection::kQueueMaxSize;
|
||||||
|
|
||||||
|
CobraConnection::CobraConnection() :
|
||||||
|
_authenticated(false),
|
||||||
|
_eventCallback(nullptr),
|
||||||
|
_publishMode(CobraConnection_PublishMode_Immediate)
|
||||||
|
{
|
||||||
|
_pdu["action"] = "rtm/publish";
|
||||||
|
|
||||||
|
initWebSocketOnMessageCallback();
|
||||||
|
}
|
||||||
|
|
||||||
|
CobraConnection::~CobraConnection()
|
||||||
|
{
|
||||||
|
disconnect();
|
||||||
|
}
|
||||||
|
|
||||||
|
void CobraConnection::setTrafficTrackerCallback(const TrafficTrackerCallback& callback)
|
||||||
|
{
|
||||||
|
_trafficTrackerCallback = callback;
|
||||||
|
}
|
||||||
|
|
||||||
|
void CobraConnection::resetTrafficTrackerCallback()
|
||||||
|
{
|
||||||
|
setTrafficTrackerCallback(nullptr);
|
||||||
|
}
|
||||||
|
|
||||||
|
void CobraConnection::invokeTrafficTrackerCallback(size_t size, bool incoming)
|
||||||
|
{
|
||||||
|
if (_trafficTrackerCallback)
|
||||||
|
{
|
||||||
|
_trafficTrackerCallback(size, incoming);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void CobraConnection::setEventCallback(const EventCallback& eventCallback)
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_eventCallbackMutex);
|
||||||
|
_eventCallback = eventCallback;
|
||||||
|
}
|
||||||
|
|
||||||
|
void CobraConnection::invokeEventCallback(ix::CobraConnectionEventType eventType,
|
||||||
|
const std::string& errorMsg,
|
||||||
|
const WebSocketHttpHeaders& headers)
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_eventCallbackMutex);
|
||||||
|
if (_eventCallback)
|
||||||
|
{
|
||||||
|
_eventCallback(eventType, errorMsg, headers);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void CobraConnection::invokeErrorCallback(const std::string& errorMsg)
|
||||||
|
{
|
||||||
|
invokeEventCallback(ix::CobraConnection_EventType_Error, errorMsg);
|
||||||
|
}
|
||||||
|
|
||||||
|
void CobraConnection::disconnect()
|
||||||
|
{
|
||||||
|
_authenticated = false;
|
||||||
|
_webSocket.stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
void CobraConnection::initWebSocketOnMessageCallback()
|
||||||
|
{
|
||||||
|
_webSocket.setOnMessageCallback(
|
||||||
|
[this](ix::WebSocketMessageType messageType,
|
||||||
|
const std::string& str,
|
||||||
|
size_t wireSize,
|
||||||
|
const ix::WebSocketErrorInfo& error,
|
||||||
|
const ix::WebSocketCloseInfo& closeInfo,
|
||||||
|
const ix::WebSocketHttpHeaders& headers)
|
||||||
|
{
|
||||||
|
CobraConnection::invokeTrafficTrackerCallback(wireSize, true);
|
||||||
|
|
||||||
|
std::stringstream ss;
|
||||||
|
if (messageType == ix::WebSocket_MessageType_Open)
|
||||||
|
{
|
||||||
|
invokeEventCallback(ix::CobraConnection_EventType_Open,
|
||||||
|
std::string(),
|
||||||
|
headers);
|
||||||
|
sendHandshakeMessage();
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Close)
|
||||||
|
{
|
||||||
|
_authenticated = false;
|
||||||
|
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "Close code " << closeInfo.code;
|
||||||
|
ss << " reason " << closeInfo.reason;
|
||||||
|
invokeEventCallback(ix::CobraConnection_EventType_Closed,
|
||||||
|
ss.str());
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Message)
|
||||||
|
{
|
||||||
|
Json::Value data;
|
||||||
|
Json::Reader reader;
|
||||||
|
if (!reader.parse(str, data))
|
||||||
|
{
|
||||||
|
invokeErrorCallback(std::string("Invalid json: ") + str);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!data.isMember("action"))
|
||||||
|
{
|
||||||
|
invokeErrorCallback("Missing action");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
auto action = data["action"].asString();
|
||||||
|
|
||||||
|
if (action == "auth/handshake/ok")
|
||||||
|
{
|
||||||
|
if (!handleHandshakeResponse(data))
|
||||||
|
{
|
||||||
|
invokeErrorCallback("Error extracting nonce from handshake response");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else if (action == "auth/handshake/error")
|
||||||
|
{
|
||||||
|
invokeErrorCallback("Handshake error."); // print full message ?
|
||||||
|
}
|
||||||
|
else if (action == "auth/authenticate/ok")
|
||||||
|
{
|
||||||
|
_authenticated = true;
|
||||||
|
invokeEventCallback(ix::CobraConnection_EventType_Authenticated);
|
||||||
|
flushQueue();
|
||||||
|
}
|
||||||
|
else if (action == "auth/authenticate/error")
|
||||||
|
{
|
||||||
|
invokeErrorCallback("Authentication error."); // print full message ?
|
||||||
|
}
|
||||||
|
else if (action == "rtm/subscription/data")
|
||||||
|
{
|
||||||
|
handleSubscriptionData(data);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
invokeErrorCallback(std::string("Un-handled message type: ") + action);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Error)
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "Connection error: " << error.reason << std::endl;
|
||||||
|
ss << "#retries: " << error.retries << std::endl;
|
||||||
|
ss << "Wait time(ms): " << error.wait_time << std::endl;
|
||||||
|
ss << "HTTP Status: " << error.http_status << std::endl;
|
||||||
|
invokeErrorCallback(ss.str());
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
void CobraConnection::setPublishMode(CobraConnectionPublishMode publishMode)
|
||||||
|
{
|
||||||
|
_publishMode = publishMode;
|
||||||
|
}
|
||||||
|
|
||||||
|
void CobraConnection::configure(const std::string& appkey,
|
||||||
|
const std::string& endpoint,
|
||||||
|
const std::string& rolename,
|
||||||
|
const std::string& rolesecret,
|
||||||
|
WebSocketPerMessageDeflateOptions webSocketPerMessageDeflateOptions)
|
||||||
|
{
|
||||||
|
_appkey = appkey;
|
||||||
|
_endpoint = endpoint;
|
||||||
|
_role_name = rolename;
|
||||||
|
_role_secret = rolesecret;
|
||||||
|
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << _endpoint;
|
||||||
|
ss << "/v2?appkey=";
|
||||||
|
ss << _appkey;
|
||||||
|
|
||||||
|
std::string url = ss.str();
|
||||||
|
_webSocket.setUrl(url);
|
||||||
|
_webSocket.setPerMessageDeflateOptions(webSocketPerMessageDeflateOptions);
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Handshake message schema.
|
||||||
|
//
|
||||||
|
// handshake = {
|
||||||
|
// "action": "auth/handshake",
|
||||||
|
// "body": {
|
||||||
|
// "data": {
|
||||||
|
// "role": role
|
||||||
|
// },
|
||||||
|
// "method": "role_secret"
|
||||||
|
// },
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
//
|
||||||
|
bool CobraConnection::sendHandshakeMessage()
|
||||||
|
{
|
||||||
|
Json::Value data;
|
||||||
|
data["role"] = _role_name;
|
||||||
|
|
||||||
|
Json::Value body;
|
||||||
|
body["data"] = data;
|
||||||
|
body["method"] = "role_secret";
|
||||||
|
|
||||||
|
Json::Value pdu;
|
||||||
|
pdu["action"] = "auth/handshake";
|
||||||
|
pdu["body"] = body;
|
||||||
|
|
||||||
|
std::string serializedJson = serializeJson(pdu);
|
||||||
|
CobraConnection::invokeTrafficTrackerCallback(serializedJson.size(), false);
|
||||||
|
|
||||||
|
return _webSocket.send(serializedJson).success;
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Extract the nonce from the handshake response
|
||||||
|
// use it to compute a hash during authentication
|
||||||
|
//
|
||||||
|
// {
|
||||||
|
// "action": "auth/handshake/ok",
|
||||||
|
// "body": {
|
||||||
|
// "data": {
|
||||||
|
// "nonce": "MTI0Njg4NTAyMjYxMzgxMzgzMg==",
|
||||||
|
// "version": "0.0.24"
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
bool CobraConnection::handleHandshakeResponse(const Json::Value& pdu)
|
||||||
|
{
|
||||||
|
if (!pdu.isMember("body")) return false;
|
||||||
|
Json::Value body = pdu["body"];
|
||||||
|
|
||||||
|
if (!body.isMember("data")) return false;
|
||||||
|
Json::Value data = body["data"];
|
||||||
|
|
||||||
|
if (!data.isMember("nonce")) return false;
|
||||||
|
Json::Value nonce = data["nonce"];
|
||||||
|
|
||||||
|
if (!nonce.isString()) return false;
|
||||||
|
|
||||||
|
return sendAuthMessage(nonce.asString());
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Authenticate message schema.
|
||||||
|
//
|
||||||
|
// challenge = {
|
||||||
|
// "action": "auth/authenticate",
|
||||||
|
// "body": {
|
||||||
|
// "method": "role_secret",
|
||||||
|
// "credentials": {
|
||||||
|
// "hash": computeHash(secret, nonce)
|
||||||
|
// }
|
||||||
|
// },
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
bool CobraConnection::sendAuthMessage(const std::string& nonce)
|
||||||
|
{
|
||||||
|
Json::Value credentials;
|
||||||
|
credentials["hash"] = hmac(nonce, _role_secret);
|
||||||
|
|
||||||
|
Json::Value body;
|
||||||
|
body["credentials"] = credentials;
|
||||||
|
body["method"] = "role_secret";
|
||||||
|
|
||||||
|
Json::Value pdu;
|
||||||
|
pdu["action"] = "auth/authenticate";
|
||||||
|
pdu["body"] = body;
|
||||||
|
|
||||||
|
std::string serializedJson = serializeJson(pdu);
|
||||||
|
CobraConnection::invokeTrafficTrackerCallback(serializedJson.size(), false);
|
||||||
|
|
||||||
|
return _webSocket.send(serializedJson).success;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
bool CobraConnection::handleSubscriptionData(const Json::Value& pdu)
|
||||||
|
{
|
||||||
|
if (!pdu.isMember("body")) return false;
|
||||||
|
Json::Value body = pdu["body"];
|
||||||
|
|
||||||
|
// Identify subscription_id, so that we can find
|
||||||
|
// which callback to execute
|
||||||
|
if (!body.isMember("subscription_id")) return false;
|
||||||
|
Json::Value subscriptionId = body["subscription_id"];
|
||||||
|
|
||||||
|
std::lock_guard<std::mutex> lock(_cbsMutex);
|
||||||
|
auto cb = _cbs.find(subscriptionId.asString());
|
||||||
|
if (cb == _cbs.end()) return false; // cannot find callback
|
||||||
|
|
||||||
|
// Extract messages now
|
||||||
|
if (!body.isMember("messages")) return false;
|
||||||
|
Json::Value messages = body["messages"];
|
||||||
|
|
||||||
|
for (auto&& msg : messages)
|
||||||
|
{
|
||||||
|
cb->second(msg);
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool CobraConnection::connect()
|
||||||
|
{
|
||||||
|
_webSocket.start();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool CobraConnection::isConnected() const
|
||||||
|
{
|
||||||
|
return _webSocket.getReadyState() == ix::WebSocket_ReadyState_Open;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string CobraConnection::serializeJson(const Json::Value& value)
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_jsonWriterMutex);
|
||||||
|
return _jsonWriter.write(value);
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// publish is not thread safe as we are trying to reuse some Json objects.
|
||||||
|
//
|
||||||
|
bool CobraConnection::publish(const Json::Value& channels,
|
||||||
|
const Json::Value& msg)
|
||||||
|
{
|
||||||
|
_body["channels"] = channels;
|
||||||
|
_body["message"] = msg;
|
||||||
|
_pdu["body"] = _body;
|
||||||
|
|
||||||
|
std::string serializedJson = serializeJson(_pdu);
|
||||||
|
|
||||||
|
if (_publishMode == CobraConnection_PublishMode_Batch)
|
||||||
|
{
|
||||||
|
enqueue(serializedJson);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Fast path. We are authenticated and the publishing succeed
|
||||||
|
// This should happen for 99% of the cases.
|
||||||
|
//
|
||||||
|
if (_authenticated && publishMessage(serializedJson))
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
else // Or else we enqueue
|
||||||
|
// Slow code path is when we haven't connected yet (startup),
|
||||||
|
// or when the connection drops for some reason.
|
||||||
|
{
|
||||||
|
enqueue(serializedJson);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void CobraConnection::subscribe(const std::string& channel,
|
||||||
|
SubscriptionCallback cb)
|
||||||
|
{
|
||||||
|
// Create and send a subscribe pdu
|
||||||
|
Json::Value body;
|
||||||
|
body["channel"] = channel;
|
||||||
|
|
||||||
|
Json::Value pdu;
|
||||||
|
pdu["action"] = "rtm/subscribe";
|
||||||
|
pdu["body"] = body;
|
||||||
|
|
||||||
|
_webSocket.send(pdu.toStyledString());
|
||||||
|
|
||||||
|
// Set the callback
|
||||||
|
std::lock_guard<std::mutex> lock(_cbsMutex);
|
||||||
|
_cbs[channel] = cb;
|
||||||
|
}
|
||||||
|
|
||||||
|
void CobraConnection::unsubscribe(const std::string& channel)
|
||||||
|
{
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_cbsMutex);
|
||||||
|
auto cb = _cbs.find(channel);
|
||||||
|
if (cb == _cbs.end()) return;
|
||||||
|
|
||||||
|
_cbs.erase(cb);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Create and send an unsubscribe pdu
|
||||||
|
Json::Value body;
|
||||||
|
body["channel"] = channel;
|
||||||
|
|
||||||
|
Json::Value pdu;
|
||||||
|
pdu["action"] = "rtm/unsubscribe";
|
||||||
|
pdu["body"] = body;
|
||||||
|
|
||||||
|
_webSocket.send(pdu.toStyledString());
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Enqueue strategy drops old messages when we are at full capacity
|
||||||
|
//
|
||||||
|
// If we want to keep only 3 items max in the queue:
|
||||||
|
//
|
||||||
|
// enqueue(A) -> [A]
|
||||||
|
// enqueue(B) -> [B, A]
|
||||||
|
// enqueue(C) -> [C, B, A]
|
||||||
|
// enqueue(D) -> [D, C, B] -- now we drop A, the oldest message,
|
||||||
|
// -- and keep the 'fresh ones'
|
||||||
|
//
|
||||||
|
void CobraConnection::enqueue(const std::string& msg)
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_queueMutex);
|
||||||
|
|
||||||
|
if (_messageQueue.size() == CobraConnection::kQueueMaxSize)
|
||||||
|
{
|
||||||
|
_messageQueue.pop_back();
|
||||||
|
}
|
||||||
|
_messageQueue.push_front(msg);
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// We process messages back (oldest) to front (newest) to respect ordering
|
||||||
|
// when sending them. If we fail to send something, we put it back in the queue
|
||||||
|
// at the end we picked it up originally (at the end).
|
||||||
|
//
|
||||||
|
bool CobraConnection::flushQueue()
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_queueMutex);
|
||||||
|
|
||||||
|
while (!_messageQueue.empty())
|
||||||
|
{
|
||||||
|
auto&& msg = _messageQueue.back();
|
||||||
|
if (!publishMessage(msg))
|
||||||
|
{
|
||||||
|
_messageQueue.push_back(msg);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
_messageQueue.pop_back();
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool CobraConnection::publishMessage(const std::string& serializedJson)
|
||||||
|
{
|
||||||
|
auto webSocketSendInfo = _webSocket.send(serializedJson);
|
||||||
|
CobraConnection::invokeTrafficTrackerCallback(webSocketSendInfo.wireSize,
|
||||||
|
false);
|
||||||
|
return webSocketSendInfo.success;
|
||||||
|
}
|
||||||
|
|
||||||
|
void CobraConnection::suspend()
|
||||||
|
{
|
||||||
|
disconnect();
|
||||||
|
}
|
||||||
|
|
||||||
|
void CobraConnection::resume()
|
||||||
|
{
|
||||||
|
connect();
|
||||||
|
}
|
||||||
|
|
||||||
|
} // namespace ix
|
163
examples/cobra_publisher/IXCobraConnection.h
Normal file
163
examples/cobra_publisher/IXCobraConnection.h
Normal file
@ -0,0 +1,163 @@
|
|||||||
|
/*
|
||||||
|
* IXCobraConnection.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2017-2018 Machine Zone. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <mutex>
|
||||||
|
#include <queue>
|
||||||
|
#include <string>
|
||||||
|
#include <thread>
|
||||||
|
#include <unordered_map>
|
||||||
|
|
||||||
|
#include <jsoncpp/json/json.h>
|
||||||
|
#include <ixwebsocket/IXWebSocket.h>
|
||||||
|
#include <ixwebsocket/IXWebSocketPerMessageDeflateOptions.h>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
enum CobraConnectionEventType
|
||||||
|
{
|
||||||
|
CobraConnection_EventType_Authenticated = 0,
|
||||||
|
CobraConnection_EventType_Error = 1,
|
||||||
|
CobraConnection_EventType_Open = 2,
|
||||||
|
CobraConnection_EventType_Closed = 3
|
||||||
|
};
|
||||||
|
|
||||||
|
enum CobraConnectionPublishMode
|
||||||
|
{
|
||||||
|
CobraConnection_PublishMode_Immediate = 0,
|
||||||
|
CobraConnection_PublishMode_Batch = 1
|
||||||
|
};
|
||||||
|
|
||||||
|
using SubscriptionCallback = std::function<void(const Json::Value&)>;
|
||||||
|
using EventCallback = std::function<void(CobraConnectionEventType,
|
||||||
|
const std::string&,
|
||||||
|
const WebSocketHttpHeaders&)>;
|
||||||
|
using TrafficTrackerCallback = std::function<void(size_t size, bool incoming)>;
|
||||||
|
|
||||||
|
class CobraConnection
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
CobraConnection();
|
||||||
|
~CobraConnection();
|
||||||
|
|
||||||
|
/// Configuration / set keys, etc...
|
||||||
|
/// All input data but the channel name is encrypted with rc4
|
||||||
|
void configure(const std::string& appkey,
|
||||||
|
const std::string& endpoint,
|
||||||
|
const std::string& rolename,
|
||||||
|
const std::string& rolesecret,
|
||||||
|
WebSocketPerMessageDeflateOptions webSocketPerMessageDeflateOptions);
|
||||||
|
|
||||||
|
static void setTrafficTrackerCallback(const TrafficTrackerCallback& callback);
|
||||||
|
|
||||||
|
/// Reset the traffic tracker callback to an no-op one.
|
||||||
|
static void resetTrafficTrackerCallback();
|
||||||
|
|
||||||
|
/// Set the closed callback
|
||||||
|
void setEventCallback(const EventCallback& eventCallback);
|
||||||
|
|
||||||
|
/// Start the worker thread, used for background publishing
|
||||||
|
void start();
|
||||||
|
|
||||||
|
/// Publish a message to a channel
|
||||||
|
///
|
||||||
|
/// No-op if the connection is not established
|
||||||
|
bool publish(const Json::Value& channels,
|
||||||
|
const Json::Value& msg);
|
||||||
|
|
||||||
|
// Subscribe to a channel, and execute a callback when an incoming
|
||||||
|
// message arrives.
|
||||||
|
void subscribe(const std::string& channel, SubscriptionCallback cb);
|
||||||
|
|
||||||
|
/// Unsubscribe from a channel
|
||||||
|
void unsubscribe(const std::string& channel);
|
||||||
|
|
||||||
|
/// Close the connection
|
||||||
|
void disconnect();
|
||||||
|
|
||||||
|
/// Connect to Cobra and authenticate the connection
|
||||||
|
bool connect();
|
||||||
|
|
||||||
|
/// Returns true only if we're connected
|
||||||
|
bool isConnected() const;
|
||||||
|
|
||||||
|
/// Flush the publish queue
|
||||||
|
bool flushQueue();
|
||||||
|
|
||||||
|
/// Set the publish mode
|
||||||
|
void setPublishMode(CobraConnectionPublishMode publishMode);
|
||||||
|
|
||||||
|
/// Lifecycle management. Free resources when backgrounding
|
||||||
|
void suspend();
|
||||||
|
void resume();
|
||||||
|
|
||||||
|
private:
|
||||||
|
bool sendHandshakeMessage();
|
||||||
|
bool handleHandshakeResponse(const Json::Value& data);
|
||||||
|
bool sendAuthMessage(const std::string& nonce);
|
||||||
|
bool handleSubscriptionData(const Json::Value& pdu);
|
||||||
|
|
||||||
|
void initWebSocketOnMessageCallback();
|
||||||
|
|
||||||
|
bool publishMessage(const std::string& serializedJson);
|
||||||
|
void enqueue(const std::string& msg);
|
||||||
|
std::string serializeJson(const Json::Value& pdu);
|
||||||
|
|
||||||
|
/// Invoke the traffic tracker callback
|
||||||
|
static void invokeTrafficTrackerCallback(size_t size, bool incoming);
|
||||||
|
|
||||||
|
/// Invoke event callbacks
|
||||||
|
void invokeEventCallback(CobraConnectionEventType eventType,
|
||||||
|
const std::string& errorMsg = std::string(),
|
||||||
|
const WebSocketHttpHeaders& headers = WebSocketHttpHeaders());
|
||||||
|
void invokeErrorCallback(const std::string& errorMsg);
|
||||||
|
|
||||||
|
///
|
||||||
|
/// Member variables
|
||||||
|
///
|
||||||
|
WebSocket _webSocket;
|
||||||
|
|
||||||
|
/// Configuration data
|
||||||
|
std::string _appkey;
|
||||||
|
std::string _endpoint;
|
||||||
|
std::string _role_name;
|
||||||
|
std::string _role_secret;
|
||||||
|
std::atomic<CobraConnectionPublishMode> _publishMode;
|
||||||
|
|
||||||
|
// Can be set on control+background thread, protecting with an atomic
|
||||||
|
std::atomic<bool> _authenticated;
|
||||||
|
|
||||||
|
// Keep some objects around
|
||||||
|
Json::Value _body;
|
||||||
|
Json::Value _pdu;
|
||||||
|
Json::FastWriter _jsonWriter;
|
||||||
|
mutable std::mutex _jsonWriterMutex;
|
||||||
|
|
||||||
|
/// Traffic tracker callback
|
||||||
|
static TrafficTrackerCallback _trafficTrackerCallback;
|
||||||
|
|
||||||
|
/// Cobra events callbacks
|
||||||
|
EventCallback _eventCallback;
|
||||||
|
mutable std::mutex _eventCallbackMutex;
|
||||||
|
|
||||||
|
/// Subscription callbacks, only one per channel
|
||||||
|
std::unordered_map<std::string, SubscriptionCallback> _cbs;
|
||||||
|
mutable std::mutex _cbsMutex;
|
||||||
|
|
||||||
|
// Message Queue can be touched on control+background thread,
|
||||||
|
// protecting with a mutex.
|
||||||
|
//
|
||||||
|
// Message queue is used when there are problems sending messages so
|
||||||
|
// that sending can be retried later.
|
||||||
|
std::deque<std::string> _messageQueue;
|
||||||
|
mutable std::mutex _queueMutex;
|
||||||
|
|
||||||
|
// Cap the queue size (100 elems so far -> ~100k)
|
||||||
|
static constexpr size_t kQueueMaxSize = 256;
|
||||||
|
};
|
||||||
|
|
||||||
|
} // namespace ix
|
6
examples/cobra_publisher/README.md
Normal file
6
examples/cobra_publisher/README.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
```
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake ..
|
||||||
|
make && (cd .. ; sh cobra_publisher.sh)
|
||||||
|
```
|
123
examples/cobra_publisher/cobra_publisher.cpp
Normal file
123
examples/cobra_publisher/cobra_publisher.cpp
Normal file
@ -0,0 +1,123 @@
|
|||||||
|
/*
|
||||||
|
* cobra_publisher.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
#include <sstream>
|
||||||
|
#include <fstream>
|
||||||
|
#include <atomic>
|
||||||
|
#include <ixwebsocket/IXWebSocket.h>
|
||||||
|
#include "IXCobraConnection.h"
|
||||||
|
#include "jsoncpp/json/json.h"
|
||||||
|
|
||||||
|
void msleep(int ms)
|
||||||
|
{
|
||||||
|
std::chrono::duration<double, std::milli> duration(ms);
|
||||||
|
std::this_thread::sleep_for(duration);
|
||||||
|
}
|
||||||
|
|
||||||
|
int main(int argc, char* argv[])
|
||||||
|
{
|
||||||
|
if (argc != 7)
|
||||||
|
{
|
||||||
|
std::cerr << "Usage error: need 6 arguments." << std::endl;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string endpoint = argv[1];
|
||||||
|
std::string appkey = argv[2];
|
||||||
|
std::string channel = argv[3];
|
||||||
|
std::string rolename = argv[4];
|
||||||
|
std::string rolesecret = argv[5];
|
||||||
|
std::string path = argv[6];
|
||||||
|
|
||||||
|
std::atomic<size_t> incomingBytes(0);
|
||||||
|
std::atomic<size_t> outgoingBytes(0);
|
||||||
|
ix::CobraConnection::setTrafficTrackerCallback(
|
||||||
|
[&incomingBytes, &outgoingBytes](size_t size, bool incoming)
|
||||||
|
{
|
||||||
|
if (incoming)
|
||||||
|
{
|
||||||
|
incomingBytes += size;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
outgoingBytes += size;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
bool done = false;
|
||||||
|
ix::CobraConnection cobraConnection;
|
||||||
|
ix::WebSocketPerMessageDeflateOptions webSocketPerMessageDeflateOptions(
|
||||||
|
true, false, false, 15, 15);
|
||||||
|
cobraConnection.configure(appkey, endpoint, rolename, rolesecret,
|
||||||
|
webSocketPerMessageDeflateOptions);
|
||||||
|
cobraConnection.connect();
|
||||||
|
cobraConnection.setEventCallback(
|
||||||
|
[&cobraConnection, channel, path, &done]
|
||||||
|
(ix::CobraConnectionEventType eventType,
|
||||||
|
const std::string& errMsg,
|
||||||
|
const ix::WebSocketHttpHeaders& headers)
|
||||||
|
{
|
||||||
|
if (eventType == ix::CobraConnection_EventType_Open)
|
||||||
|
{
|
||||||
|
std::cout << "Handshake Headers:" << std::endl;
|
||||||
|
for (auto it : headers)
|
||||||
|
{
|
||||||
|
std::cout << it.first << ": " << it.second << std::endl;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else if (eventType == ix::CobraConnection_EventType_Authenticated)
|
||||||
|
{
|
||||||
|
std::cout << "Authenticated" << std::endl;
|
||||||
|
|
||||||
|
std::string line;
|
||||||
|
std::ifstream f(path);
|
||||||
|
if (!f.is_open())
|
||||||
|
{
|
||||||
|
std::cerr << "Error while opening file: " << path << std::endl;
|
||||||
|
}
|
||||||
|
|
||||||
|
int n = 0;
|
||||||
|
while (getline(f, line))
|
||||||
|
{
|
||||||
|
Json::Value value;
|
||||||
|
Json::Reader reader;
|
||||||
|
reader.parse(line, value);
|
||||||
|
|
||||||
|
cobraConnection.publish(channel, value);
|
||||||
|
n++;
|
||||||
|
}
|
||||||
|
std::cerr << "#published messages: " << n << std::endl;
|
||||||
|
|
||||||
|
if (f.bad())
|
||||||
|
{
|
||||||
|
std::cerr << "Error while opening file: " << path << std::endl;
|
||||||
|
}
|
||||||
|
|
||||||
|
done = true;
|
||||||
|
}
|
||||||
|
else if (eventType == ix::CobraConnection_EventType_Error)
|
||||||
|
{
|
||||||
|
std::cerr << "Cobra Error received: " << errMsg << std::endl;
|
||||||
|
done = true;
|
||||||
|
}
|
||||||
|
else if (eventType == ix::CobraConnection_EventType_Closed)
|
||||||
|
{
|
||||||
|
std::cerr << "Cobra connection closed" << std::endl;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
while (!done)
|
||||||
|
{
|
||||||
|
msleep(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
std::cout << "Incoming bytes: " << incomingBytes << std::endl;
|
||||||
|
std::cout << "Outgoing bytes: " << outgoingBytes << std::endl;
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
11
examples/cobra_publisher/cobra_publisher.sh
Normal file
11
examples/cobra_publisher/cobra_publisher.sh
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
endpoint="ws://127.0.0.1:8765"
|
||||||
|
endpoint="ws://127.0.0.1:5678"
|
||||||
|
appkey="appkey"
|
||||||
|
channel="foo"
|
||||||
|
rolename="a_role"
|
||||||
|
rolesecret="a_secret"
|
||||||
|
filename=${FILENAME:=events.jsonl}
|
||||||
|
|
||||||
|
build/cobra_publisher $endpoint $appkey $channel $rolename $rolesecret $filename
|
45
examples/cobra_publisher/devnull_server.js
Normal file
45
examples/cobra_publisher/devnull_server.js
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
/*
|
||||||
|
* devnull_server.js
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
const WebSocket = require('ws');
|
||||||
|
|
||||||
|
let wss = new WebSocket.Server({ port: 5678, perMessageDeflate: true })
|
||||||
|
|
||||||
|
wss.on('connection', (ws) => {
|
||||||
|
|
||||||
|
let handshake = false
|
||||||
|
let authenticated = false
|
||||||
|
|
||||||
|
ws.on('message', (data) => {
|
||||||
|
|
||||||
|
console.log(data.toString('utf-8'))
|
||||||
|
|
||||||
|
if (!handshake) {
|
||||||
|
let response = {
|
||||||
|
"action": "auth/handshake/ok",
|
||||||
|
"body": {
|
||||||
|
"data": {
|
||||||
|
"nonce": "MTI0Njg4NTAyMjYxMzgxMzgzMg==",
|
||||||
|
"version": "0.0.24"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"id": 1
|
||||||
|
}
|
||||||
|
ws.send(JSON.stringify(response))
|
||||||
|
handshake = true
|
||||||
|
} else if (!authenticated) {
|
||||||
|
let response = {
|
||||||
|
"action": "auth/authenticate/ok",
|
||||||
|
"body": {},
|
||||||
|
"id": 2
|
||||||
|
}
|
||||||
|
|
||||||
|
ws.send(JSON.stringify(response))
|
||||||
|
authenticated = true
|
||||||
|
} else {
|
||||||
|
console.log(data)
|
||||||
|
}
|
||||||
|
});
|
||||||
|
})
|
43
examples/cobra_publisher/devnull_server.py
Normal file
43
examples/cobra_publisher/devnull_server.py
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
import os
|
||||||
|
import json
|
||||||
|
import asyncio
|
||||||
|
import websockets
|
||||||
|
|
||||||
|
|
||||||
|
async def echo(websocket, path):
|
||||||
|
handshake = False
|
||||||
|
authenticated = False
|
||||||
|
|
||||||
|
async for message in websocket:
|
||||||
|
print(message)
|
||||||
|
|
||||||
|
if not handshake:
|
||||||
|
response = {
|
||||||
|
"action": "auth/handshake/ok",
|
||||||
|
"body": {
|
||||||
|
"data": {
|
||||||
|
"nonce": "MTI0Njg4NTAyMjYxMzgxMzgzMg==",
|
||||||
|
"version": "0.0.24"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"id": 1
|
||||||
|
}
|
||||||
|
await websocket.send(json.dumps(response))
|
||||||
|
handshake = True
|
||||||
|
|
||||||
|
elif not authenticated:
|
||||||
|
response = {
|
||||||
|
"action": "auth/authenticate/ok",
|
||||||
|
"body": {},
|
||||||
|
"id": 2
|
||||||
|
}
|
||||||
|
|
||||||
|
await websocket.send(json.dumps(response))
|
||||||
|
authenticated = True
|
||||||
|
|
||||||
|
|
||||||
|
asyncio.get_event_loop().run_until_complete(
|
||||||
|
websockets.serve(echo, 'localhost', 5678))
|
||||||
|
asyncio.get_event_loop().run_forever()
|
3
examples/cobra_publisher/events.jsonl
Normal file
3
examples/cobra_publisher/events.jsonl
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{"array":[1,2,3],"boolean":true,"color":"#82b92c","null":null,"number":123,"object":{"a":"b","c":"d","e":"f"},"string":"Foo"}
|
||||||
|
{"array":[1,2,3],"boolean":true,"color":"#82b92c","null":null,"number":123,"object":{"a":"b","c":"d","e":"f"},"string":"Bar"}
|
||||||
|
{"array":[1,2,3],"boolean":true,"color":"#82b92c","null":null,"number":123,"object":{"a":"b","c":"d","e":"f"},"string":"Baz"}
|
333
examples/cobra_publisher/jsoncpp/json/json-forwards.h
Normal file
333
examples/cobra_publisher/jsoncpp/json/json-forwards.h
Normal file
@ -0,0 +1,333 @@
|
|||||||
|
/// Json-cpp amalgated forward header (http://jsoncpp.sourceforge.net/).
|
||||||
|
/// It is intended to be used with #include "json/json-forwards.h"
|
||||||
|
/// This header provides forward declaration for all JsonCpp types.
|
||||||
|
|
||||||
|
// //////////////////////////////////////////////////////////////////////
|
||||||
|
// Beginning of content of file: LICENSE
|
||||||
|
// //////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
/*
|
||||||
|
The JsonCpp library's source code, including accompanying documentation,
|
||||||
|
tests and demonstration applications, are licensed under the following
|
||||||
|
conditions...
|
||||||
|
|
||||||
|
Baptiste Lepilleur and The JsonCpp Authors explicitly disclaim copyright in all
|
||||||
|
jurisdictions which recognize such a disclaimer. In such jurisdictions,
|
||||||
|
this software is released into the Public Domain.
|
||||||
|
|
||||||
|
In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
|
||||||
|
2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur and
|
||||||
|
The JsonCpp Authors, and is released under the terms of the MIT License (see below).
|
||||||
|
|
||||||
|
In jurisdictions which recognize Public Domain property, the user of this
|
||||||
|
software may choose to accept it either as 1) Public Domain, 2) under the
|
||||||
|
conditions of the MIT License (see below), or 3) under the terms of dual
|
||||||
|
Public Domain/MIT License conditions described here, as they choose.
|
||||||
|
|
||||||
|
The MIT License is about as close to Public Domain as a license can get, and is
|
||||||
|
described in clear, concise terms at:
|
||||||
|
|
||||||
|
http://en.wikipedia.org/wiki/MIT_License
|
||||||
|
|
||||||
|
The full text of the MIT License follows:
|
||||||
|
|
||||||
|
========================================================================
|
||||||
|
Copyright (c) 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person
|
||||||
|
obtaining a copy of this software and associated documentation
|
||||||
|
files (the "Software"), to deal in the Software without
|
||||||
|
restriction, including without limitation the rights to use, copy,
|
||||||
|
modify, merge, publish, distribute, sublicense, and/or sell copies
|
||||||
|
of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
||||||
|
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
||||||
|
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||||
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
========================================================================
|
||||||
|
(END LICENSE TEXT)
|
||||||
|
|
||||||
|
The MIT license is compatible with both the GPL and commercial
|
||||||
|
software, affording one all of the rights of Public Domain with the
|
||||||
|
minor nuisance of being required to keep the above copyright notice
|
||||||
|
and license text in the source code. Note also that by accepting the
|
||||||
|
Public Domain "license" you can re-license your copy using whatever
|
||||||
|
license you like.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
// //////////////////////////////////////////////////////////////////////
|
||||||
|
// End of content of file: LICENSE
|
||||||
|
// //////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef JSON_FORWARD_AMALGATED_H_INCLUDED
|
||||||
|
# define JSON_FORWARD_AMALGATED_H_INCLUDED
|
||||||
|
/// If defined, indicates that the source file is amalgated
|
||||||
|
/// to prevent private header inclusion.
|
||||||
|
#define JSON_IS_AMALGAMATION
|
||||||
|
|
||||||
|
// //////////////////////////////////////////////////////////////////////
|
||||||
|
// Beginning of content of file: include/json/config.h
|
||||||
|
// //////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
|
||||||
|
// Distributed under MIT license, or public domain if desired and
|
||||||
|
// recognized in your jurisdiction.
|
||||||
|
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
|
||||||
|
|
||||||
|
#ifndef JSON_CONFIG_H_INCLUDED
|
||||||
|
#define JSON_CONFIG_H_INCLUDED
|
||||||
|
#include <stddef.h>
|
||||||
|
#include <string> //typedef String
|
||||||
|
#include <stdint.h> //typedef int64_t, uint64_t
|
||||||
|
|
||||||
|
/// If defined, indicates that json library is embedded in CppTL library.
|
||||||
|
//# define JSON_IN_CPPTL 1
|
||||||
|
|
||||||
|
/// If defined, indicates that json may leverage CppTL library
|
||||||
|
//# define JSON_USE_CPPTL 1
|
||||||
|
/// If defined, indicates that cpptl vector based map should be used instead of
|
||||||
|
/// std::map
|
||||||
|
/// as Value container.
|
||||||
|
//# define JSON_USE_CPPTL_SMALLMAP 1
|
||||||
|
|
||||||
|
// If non-zero, the library uses exceptions to report bad input instead of C
|
||||||
|
// assertion macros. The default is to use exceptions.
|
||||||
|
#ifndef JSON_USE_EXCEPTION
|
||||||
|
#define JSON_USE_EXCEPTION 1
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/// If defined, indicates that the source file is amalgated
|
||||||
|
/// to prevent private header inclusion.
|
||||||
|
/// Remarks: it is automatically defined in the generated amalgated header.
|
||||||
|
// #define JSON_IS_AMALGAMATION
|
||||||
|
|
||||||
|
#ifdef JSON_IN_CPPTL
|
||||||
|
#include <cpptl/config.h>
|
||||||
|
#ifndef JSON_USE_CPPTL
|
||||||
|
#define JSON_USE_CPPTL 1
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef JSON_IN_CPPTL
|
||||||
|
#define JSON_API CPPTL_API
|
||||||
|
#elif defined(JSON_DLL_BUILD)
|
||||||
|
#if defined(_MSC_VER) || defined(__MINGW32__)
|
||||||
|
#define JSON_API __declspec(dllexport)
|
||||||
|
#define JSONCPP_DISABLE_DLL_INTERFACE_WARNING
|
||||||
|
#endif // if defined(_MSC_VER)
|
||||||
|
#elif defined(JSON_DLL)
|
||||||
|
#if defined(_MSC_VER) || defined(__MINGW32__)
|
||||||
|
#define JSON_API __declspec(dllimport)
|
||||||
|
#define JSONCPP_DISABLE_DLL_INTERFACE_WARNING
|
||||||
|
#endif // if defined(_MSC_VER)
|
||||||
|
#endif // ifdef JSON_IN_CPPTL
|
||||||
|
#if !defined(JSON_API)
|
||||||
|
#define JSON_API
|
||||||
|
#endif
|
||||||
|
|
||||||
|
// If JSON_NO_INT64 is defined, then Json only support C++ "int" type for
|
||||||
|
// integer
|
||||||
|
// Storages, and 64 bits integer support is disabled.
|
||||||
|
// #define JSON_NO_INT64 1
|
||||||
|
|
||||||
|
#if defined(_MSC_VER) // MSVC
|
||||||
|
# if _MSC_VER <= 1200 // MSVC 6
|
||||||
|
// Microsoft Visual Studio 6 only support conversion from __int64 to double
|
||||||
|
// (no conversion from unsigned __int64).
|
||||||
|
# define JSON_USE_INT64_DOUBLE_CONVERSION 1
|
||||||
|
// Disable warning 4786 for VS6 caused by STL (identifier was truncated to '255'
|
||||||
|
// characters in the debug information)
|
||||||
|
// All projects I've ever seen with VS6 were using this globally (not bothering
|
||||||
|
// with pragma push/pop).
|
||||||
|
# pragma warning(disable : 4786)
|
||||||
|
# endif // MSVC 6
|
||||||
|
|
||||||
|
# if _MSC_VER >= 1500 // MSVC 2008
|
||||||
|
/// Indicates that the following function is deprecated.
|
||||||
|
# define JSONCPP_DEPRECATED(message) __declspec(deprecated(message))
|
||||||
|
# endif
|
||||||
|
|
||||||
|
#endif // defined(_MSC_VER)
|
||||||
|
|
||||||
|
// In c++11 the override keyword allows you to explicity define that a function
|
||||||
|
// is intended to override the base-class version. This makes the code more
|
||||||
|
// managable and fixes a set of common hard-to-find bugs.
|
||||||
|
#if __cplusplus >= 201103L
|
||||||
|
# define JSONCPP_OVERRIDE override
|
||||||
|
# define JSONCPP_NOEXCEPT noexcept
|
||||||
|
#elif defined(_MSC_VER) && _MSC_VER > 1600 && _MSC_VER < 1900
|
||||||
|
# define JSONCPP_OVERRIDE override
|
||||||
|
# define JSONCPP_NOEXCEPT throw()
|
||||||
|
#elif defined(_MSC_VER) && _MSC_VER >= 1900
|
||||||
|
# define JSONCPP_OVERRIDE override
|
||||||
|
# define JSONCPP_NOEXCEPT noexcept
|
||||||
|
#else
|
||||||
|
# define JSONCPP_OVERRIDE
|
||||||
|
# define JSONCPP_NOEXCEPT throw()
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef JSON_HAS_RVALUE_REFERENCES
|
||||||
|
|
||||||
|
#if defined(_MSC_VER) && _MSC_VER >= 1600 // MSVC >= 2010
|
||||||
|
#define JSON_HAS_RVALUE_REFERENCES 1
|
||||||
|
#endif // MSVC >= 2010
|
||||||
|
|
||||||
|
#ifdef __clang__
|
||||||
|
#if __has_feature(cxx_rvalue_references)
|
||||||
|
#define JSON_HAS_RVALUE_REFERENCES 1
|
||||||
|
#endif // has_feature
|
||||||
|
|
||||||
|
#elif defined __GNUC__ // not clang (gcc comes later since clang emulates gcc)
|
||||||
|
#if defined(__GXX_EXPERIMENTAL_CXX0X__) || (__cplusplus >= 201103L)
|
||||||
|
#define JSON_HAS_RVALUE_REFERENCES 1
|
||||||
|
#endif // GXX_EXPERIMENTAL
|
||||||
|
|
||||||
|
#endif // __clang__ || __GNUC__
|
||||||
|
|
||||||
|
#endif // not defined JSON_HAS_RVALUE_REFERENCES
|
||||||
|
|
||||||
|
#ifndef JSON_HAS_RVALUE_REFERENCES
|
||||||
|
#define JSON_HAS_RVALUE_REFERENCES 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef __clang__
|
||||||
|
# if __has_extension(attribute_deprecated_with_message)
|
||||||
|
# define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message)))
|
||||||
|
# endif
|
||||||
|
#elif defined __GNUC__ // not clang (gcc comes later since clang emulates gcc)
|
||||||
|
# if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5))
|
||||||
|
# define JSONCPP_DEPRECATED(message) __attribute__ ((deprecated(message)))
|
||||||
|
# elif (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
|
||||||
|
# define JSONCPP_DEPRECATED(message) __attribute__((__deprecated__))
|
||||||
|
# endif // GNUC version
|
||||||
|
#endif // __clang__ || __GNUC__
|
||||||
|
|
||||||
|
#if !defined(JSONCPP_DEPRECATED)
|
||||||
|
#define JSONCPP_DEPRECATED(message)
|
||||||
|
#endif // if !defined(JSONCPP_DEPRECATED)
|
||||||
|
|
||||||
|
#if __GNUC__ >= 6
|
||||||
|
# define JSON_USE_INT64_DOUBLE_CONVERSION 1
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if !defined(JSON_IS_AMALGAMATION)
|
||||||
|
|
||||||
|
# include "version.h"
|
||||||
|
|
||||||
|
# if JSONCPP_USING_SECURE_MEMORY
|
||||||
|
# include "allocator.h" //typedef Allocator
|
||||||
|
# endif
|
||||||
|
|
||||||
|
#endif // if !defined(JSON_IS_AMALGAMATION)
|
||||||
|
|
||||||
|
namespace Json {
|
||||||
|
typedef int Int;
|
||||||
|
typedef unsigned int UInt;
|
||||||
|
#if defined(JSON_NO_INT64)
|
||||||
|
typedef int LargestInt;
|
||||||
|
typedef unsigned int LargestUInt;
|
||||||
|
#undef JSON_HAS_INT64
|
||||||
|
#else // if defined(JSON_NO_INT64)
|
||||||
|
// For Microsoft Visual use specific types as long long is not supported
|
||||||
|
#if defined(_MSC_VER) // Microsoft Visual Studio
|
||||||
|
typedef __int64 Int64;
|
||||||
|
typedef unsigned __int64 UInt64;
|
||||||
|
#else // if defined(_MSC_VER) // Other platforms, use long long
|
||||||
|
typedef int64_t Int64;
|
||||||
|
typedef uint64_t UInt64;
|
||||||
|
#endif // if defined(_MSC_VER)
|
||||||
|
typedef Int64 LargestInt;
|
||||||
|
typedef UInt64 LargestUInt;
|
||||||
|
#define JSON_HAS_INT64
|
||||||
|
#endif // if defined(JSON_NO_INT64)
|
||||||
|
#if JSONCPP_USING_SECURE_MEMORY
|
||||||
|
#define JSONCPP_STRING std::basic_string<char, std::char_traits<char>, Json::SecureAllocator<char> >
|
||||||
|
#define JSONCPP_OSTRINGSTREAM std::basic_ostringstream<char, std::char_traits<char>, Json::SecureAllocator<char> >
|
||||||
|
#define JSONCPP_OSTREAM std::basic_ostream<char, std::char_traits<char>>
|
||||||
|
#define JSONCPP_ISTRINGSTREAM std::basic_istringstream<char, std::char_traits<char>, Json::SecureAllocator<char> >
|
||||||
|
#define JSONCPP_ISTREAM std::istream
|
||||||
|
#else
|
||||||
|
#define JSONCPP_STRING std::string
|
||||||
|
#define JSONCPP_OSTRINGSTREAM std::ostringstream
|
||||||
|
#define JSONCPP_OSTREAM std::ostream
|
||||||
|
#define JSONCPP_ISTRINGSTREAM std::istringstream
|
||||||
|
#define JSONCPP_ISTREAM std::istream
|
||||||
|
#endif // if JSONCPP_USING_SECURE_MEMORY
|
||||||
|
} // end namespace Json
|
||||||
|
|
||||||
|
#endif // JSON_CONFIG_H_INCLUDED
|
||||||
|
|
||||||
|
// //////////////////////////////////////////////////////////////////////
|
||||||
|
// End of content of file: include/json/config.h
|
||||||
|
// //////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// //////////////////////////////////////////////////////////////////////
|
||||||
|
// Beginning of content of file: include/json/forwards.h
|
||||||
|
// //////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
|
||||||
|
// Distributed under MIT license, or public domain if desired and
|
||||||
|
// recognized in your jurisdiction.
|
||||||
|
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
|
||||||
|
|
||||||
|
#ifndef JSON_FORWARDS_H_INCLUDED
|
||||||
|
#define JSON_FORWARDS_H_INCLUDED
|
||||||
|
|
||||||
|
#if !defined(JSON_IS_AMALGAMATION)
|
||||||
|
#include "config.h"
|
||||||
|
#endif // if !defined(JSON_IS_AMALGAMATION)
|
||||||
|
|
||||||
|
namespace Json {
|
||||||
|
|
||||||
|
// writer.h
|
||||||
|
class FastWriter;
|
||||||
|
class StyledWriter;
|
||||||
|
|
||||||
|
// reader.h
|
||||||
|
class Reader;
|
||||||
|
|
||||||
|
// features.h
|
||||||
|
class Features;
|
||||||
|
|
||||||
|
// value.h
|
||||||
|
typedef unsigned int ArrayIndex;
|
||||||
|
class StaticString;
|
||||||
|
class Path;
|
||||||
|
class PathArgument;
|
||||||
|
class Value;
|
||||||
|
class ValueIteratorBase;
|
||||||
|
class ValueIterator;
|
||||||
|
class ValueConstIterator;
|
||||||
|
|
||||||
|
} // namespace Json
|
||||||
|
|
||||||
|
#endif // JSON_FORWARDS_H_INCLUDED
|
||||||
|
|
||||||
|
// //////////////////////////////////////////////////////////////////////
|
||||||
|
// End of content of file: include/json/forwards.h
|
||||||
|
// //////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif //ifndef JSON_FORWARD_AMALGATED_H_INCLUDED
|
2186
examples/cobra_publisher/jsoncpp/json/json.h
Normal file
2186
examples/cobra_publisher/jsoncpp/json/json.h
Normal file
File diff suppressed because it is too large
Load Diff
5386
examples/cobra_publisher/jsoncpp/jsoncpp.cpp
Normal file
5386
examples/cobra_publisher/jsoncpp/jsoncpp.cpp
Normal file
File diff suppressed because it is too large
Load Diff
19
examples/cobra_publisher/package-lock.json
generated
Normal file
19
examples/cobra_publisher/package-lock.json
generated
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"requires": true,
|
||||||
|
"lockfileVersion": 1,
|
||||||
|
"dependencies": {
|
||||||
|
"async-limiter": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
|
||||||
|
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg=="
|
||||||
|
},
|
||||||
|
"ws": {
|
||||||
|
"version": "6.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.0.tgz",
|
||||||
|
"integrity": "sha512-H3dGVdGvW2H8bnYpIDc3u3LH8Wue3Qh+Zto6aXXFzvESkTVT6rAfKR6tR/+coaUvxs8yHtmNV0uioBF62ZGSTg==",
|
||||||
|
"requires": {
|
||||||
|
"async-limiter": "1.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"dependencies": {
|
|
||||||
"msgpack-js": "^0.3.0",
|
|
||||||
"ws": "^3.1.0"
|
|
||||||
}
|
|
||||||
}
|
|
2
examples/ping_pong/.gitignore
vendored
Normal file
2
examples/ping_pong/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
venv
|
||||||
|
build
|
25
examples/ping_pong/CMakeLists.txt
Normal file
25
examples/ping_pong/CMakeLists.txt
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
#
|
||||||
|
# Author: Benjamin Sergeant
|
||||||
|
# Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
#
|
||||||
|
|
||||||
|
cmake_minimum_required (VERSION 3.4.1)
|
||||||
|
project (ping_pong)
|
||||||
|
|
||||||
|
set (CMAKE_CXX_STANDARD 14)
|
||||||
|
|
||||||
|
option(USE_TLS "Add TLS support" ON)
|
||||||
|
|
||||||
|
add_executable(ping_pong ping_pong.cpp)
|
||||||
|
|
||||||
|
if (APPLE AND USE_TLS)
|
||||||
|
target_link_libraries(ping_pong "-framework foundation" "-framework security")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if (WIN32)
|
||||||
|
target_link_libraries(ping_pong wsock32 ws2_32)
|
||||||
|
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
target_link_libraries(ping_pong ixwebsocket)
|
||||||
|
install(TARGETS ping_pong DESTINATION bin)
|
15
examples/ping_pong/build_linux.sh
Normal file
15
examples/ping_pong/build_linux.sh
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Author: Benjamin Sergeant
|
||||||
|
# Copyright (c) 2017-2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
#
|
||||||
|
|
||||||
|
# 'manual' way of building. You can also use cmake.
|
||||||
|
|
||||||
|
g++ --std=c++11 \
|
||||||
|
../../ixwebsocket/IXSocket.cpp \
|
||||||
|
../../ixwebsocket/IXWebSocketTransport.cpp \
|
||||||
|
../../ixwebsocket/IXWebSocket.cpp \
|
||||||
|
-I ../.. \
|
||||||
|
cmd_websocket_chat.cpp \
|
||||||
|
-o cmd_websocket_chat
|
17
examples/ping_pong/client.py
Normal file
17
examples/ping_pong/client.py
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
import asyncio
|
||||||
|
import websockets
|
||||||
|
|
||||||
|
async def hello(uri):
|
||||||
|
async with websockets.connect(uri) as websocket:
|
||||||
|
await websocket.send("Hello world!")
|
||||||
|
response = await websocket.recv()
|
||||||
|
print(response)
|
||||||
|
|
||||||
|
pong_waiter = await websocket.ping('coucou')
|
||||||
|
ret = await pong_waiter # only if you want to wait for the pong
|
||||||
|
print(ret)
|
||||||
|
|
||||||
|
asyncio.get_event_loop().run_until_complete(
|
||||||
|
hello('ws://localhost:5678'))
|
171
examples/ping_pong/ping_pong.cpp
Normal file
171
examples/ping_pong/ping_pong.cpp
Normal file
@ -0,0 +1,171 @@
|
|||||||
|
/*
|
||||||
|
* ping_pong.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2017-2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
#include <sstream>
|
||||||
|
#include <ixwebsocket/IXWebSocket.h>
|
||||||
|
#include <ixwebsocket/IXSocket.h>
|
||||||
|
|
||||||
|
using namespace ix;
|
||||||
|
|
||||||
|
namespace
|
||||||
|
{
|
||||||
|
void log(const std::string& msg)
|
||||||
|
{
|
||||||
|
std::cout << msg << std::endl;
|
||||||
|
}
|
||||||
|
|
||||||
|
class WebSocketPingPong
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
WebSocketPingPong(const std::string& _url);
|
||||||
|
|
||||||
|
void subscribe(const std::string& channel);
|
||||||
|
void start();
|
||||||
|
void stop();
|
||||||
|
|
||||||
|
void ping(const std::string& text);
|
||||||
|
void send(const std::string& text);
|
||||||
|
|
||||||
|
private:
|
||||||
|
std::string _url;
|
||||||
|
ix::WebSocket _webSocket;
|
||||||
|
};
|
||||||
|
|
||||||
|
WebSocketPingPong::WebSocketPingPong(const std::string& url) :
|
||||||
|
_url(url)
|
||||||
|
{
|
||||||
|
;
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketPingPong::stop()
|
||||||
|
{
|
||||||
|
_webSocket.stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketPingPong::start()
|
||||||
|
{
|
||||||
|
_webSocket.setUrl(_url);
|
||||||
|
|
||||||
|
std::stringstream ss;
|
||||||
|
log(std::string("Connecting to url: ") + _url);
|
||||||
|
|
||||||
|
_webSocket.setOnMessageCallback(
|
||||||
|
[this](ix::WebSocketMessageType messageType,
|
||||||
|
const std::string& str,
|
||||||
|
size_t wireSize,
|
||||||
|
const ix::WebSocketErrorInfo& error,
|
||||||
|
const ix::WebSocketOpenInfo& openInfo,
|
||||||
|
const ix::WebSocketCloseInfo& closeInfo)
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
if (messageType == ix::WebSocket_MessageType_Open)
|
||||||
|
{
|
||||||
|
log("ping_pong: connected");
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Close)
|
||||||
|
{
|
||||||
|
ss << "ping_pong: disconnected:"
|
||||||
|
<< " code " << closeInfo.code
|
||||||
|
<< " reason " << closeInfo.reason
|
||||||
|
<< str;
|
||||||
|
log(ss.str());
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Message)
|
||||||
|
{
|
||||||
|
ss << "ping_pong: received message: "
|
||||||
|
<< str;
|
||||||
|
log(ss.str());
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Ping)
|
||||||
|
{
|
||||||
|
ss << "ping_pong: received ping message: "
|
||||||
|
<< str;
|
||||||
|
log(ss.str());
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Pong)
|
||||||
|
{
|
||||||
|
ss << "ping_pong: received pong message: "
|
||||||
|
<< str;
|
||||||
|
log(ss.str());
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Error)
|
||||||
|
{
|
||||||
|
ss << "Connection error: " << error.reason << std::endl;
|
||||||
|
ss << "#retries: " << error.retries << std::endl;
|
||||||
|
ss << "Wait time(ms): " << error.wait_time << std::endl;
|
||||||
|
ss << "HTTP Status: " << error.http_status << std::endl;
|
||||||
|
log(ss.str());
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
ss << "Invalid ix::WebSocketMessageType";
|
||||||
|
log(ss.str());
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
_webSocket.start();
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketPingPong::ping(const std::string& text)
|
||||||
|
{
|
||||||
|
if (!_webSocket.ping(text).success)
|
||||||
|
{
|
||||||
|
std::cerr << "Failed to send ping message. Message too long (> 125 bytes) or endpoint is disconnected"
|
||||||
|
<< std::endl;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketPingPong::send(const std::string& text)
|
||||||
|
{
|
||||||
|
_webSocket.send(text);
|
||||||
|
}
|
||||||
|
|
||||||
|
void interactiveMain(const std::string& url)
|
||||||
|
{
|
||||||
|
std::cout << "Type Ctrl-D to exit prompt..." << std::endl;
|
||||||
|
WebSocketPingPong webSocketPingPong(url);
|
||||||
|
webSocketPingPong.start();
|
||||||
|
|
||||||
|
while (true)
|
||||||
|
{
|
||||||
|
std::string text;
|
||||||
|
std::cout << "> " << std::flush;
|
||||||
|
std::getline(std::cin, text);
|
||||||
|
|
||||||
|
if (!std::cin)
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (text == "/close")
|
||||||
|
{
|
||||||
|
webSocketPingPong.send(text);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
webSocketPingPong.ping(text);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
std::cout << std::endl;
|
||||||
|
webSocketPingPong.stop();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
int main(int argc, char** argv)
|
||||||
|
{
|
||||||
|
if (argc != 2)
|
||||||
|
{
|
||||||
|
std::cerr << "Usage: ping_pong <url>" << std::endl;
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
std::string url = argv[1];
|
||||||
|
|
||||||
|
Socket::init();
|
||||||
|
interactiveMain(url);
|
||||||
|
return 0;
|
||||||
|
}
|
21
examples/ping_pong/server.py
Normal file
21
examples/ping_pong/server.py
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
import os
|
||||||
|
import asyncio
|
||||||
|
import websockets
|
||||||
|
|
||||||
|
async def echo(websocket, path):
|
||||||
|
async for message in websocket:
|
||||||
|
print(message)
|
||||||
|
await websocket.send(message)
|
||||||
|
|
||||||
|
if os.getenv('TEST_CLOSE'):
|
||||||
|
print('Closing')
|
||||||
|
# breakpoint()
|
||||||
|
await websocket.close(1001, 'close message')
|
||||||
|
# await websocket.close()
|
||||||
|
break
|
||||||
|
|
||||||
|
asyncio.get_event_loop().run_until_complete(
|
||||||
|
websockets.serve(echo, 'localhost', 5678))
|
||||||
|
asyncio.get_event_loop().run_forever()
|
9
examples/ping_pong/test.sh
Normal file
9
examples/ping_pong/test.sh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
test -d build || {
|
||||||
|
mkdir -p build
|
||||||
|
cd build
|
||||||
|
cmake ..
|
||||||
|
}
|
||||||
|
(cd build ; make)
|
||||||
|
./build/ping_pong ws://localhost:5678
|
33
ixwebsocket/IXCancellationRequest.cpp
Normal file
33
ixwebsocket/IXCancellationRequest.cpp
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
/*
|
||||||
|
* IXCancellationRequest.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2019 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "IXCancellationRequest.h"
|
||||||
|
|
||||||
|
#include <chrono>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
CancellationRequest makeCancellationRequestWithTimeout(int secs,
|
||||||
|
std::atomic<bool>& requestInitCancellation)
|
||||||
|
{
|
||||||
|
auto start = std::chrono::system_clock::now();
|
||||||
|
auto timeout = std::chrono::seconds(secs);
|
||||||
|
|
||||||
|
auto isCancellationRequested = [&requestInitCancellation, start, timeout]() -> bool
|
||||||
|
{
|
||||||
|
// Was an explicit cancellation requested ?
|
||||||
|
if (requestInitCancellation) return true;
|
||||||
|
|
||||||
|
auto now = std::chrono::system_clock::now();
|
||||||
|
if ((now - start) > timeout) return true;
|
||||||
|
|
||||||
|
// No cancellation request
|
||||||
|
return false;
|
||||||
|
};
|
||||||
|
|
||||||
|
return isCancellationRequested;
|
||||||
|
}
|
||||||
|
}
|
19
ixwebsocket/IXCancellationRequest.h
Normal file
19
ixwebsocket/IXCancellationRequest.h
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
/*
|
||||||
|
* IXCancellationRequest.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
|
#include <atomic>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
using CancellationRequest = std::function<bool()>;
|
||||||
|
|
||||||
|
CancellationRequest makeCancellationRequestWithTimeout(int seconds,
|
||||||
|
std::atomic<bool>& requestInitCancellation);
|
||||||
|
}
|
||||||
|
|
164
ixwebsocket/IXDNSLookup.cpp
Normal file
164
ixwebsocket/IXDNSLookup.cpp
Normal file
@ -0,0 +1,164 @@
|
|||||||
|
/*
|
||||||
|
* IXDNSLookup.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "IXDNSLookup.h"
|
||||||
|
#include "IXNetSystem.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
#include <chrono>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
const int64_t DNSLookup::kDefaultWait = 10; // ms
|
||||||
|
|
||||||
|
std::atomic<uint64_t> DNSLookup::_nextId(0);
|
||||||
|
std::set<uint64_t> DNSLookup::_activeJobs;
|
||||||
|
std::mutex DNSLookup::_activeJobsMutex;
|
||||||
|
|
||||||
|
DNSLookup::DNSLookup(const std::string& hostname, int port, int64_t wait) :
|
||||||
|
_hostname(hostname),
|
||||||
|
_port(port),
|
||||||
|
_wait(wait),
|
||||||
|
_res(nullptr),
|
||||||
|
_done(false),
|
||||||
|
_id(_nextId++)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
DNSLookup::~DNSLookup()
|
||||||
|
{
|
||||||
|
// Remove this job from the active jobs list
|
||||||
|
std::unique_lock<std::mutex> lock(_activeJobsMutex);
|
||||||
|
_activeJobs.erase(_id);
|
||||||
|
}
|
||||||
|
|
||||||
|
struct addrinfo* DNSLookup::getAddrInfo(const std::string& hostname,
|
||||||
|
int port,
|
||||||
|
std::string& errMsg)
|
||||||
|
{
|
||||||
|
struct addrinfo hints;
|
||||||
|
memset(&hints, 0, sizeof(hints));
|
||||||
|
hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV;
|
||||||
|
hints.ai_family = AF_UNSPEC;
|
||||||
|
hints.ai_socktype = SOCK_STREAM;
|
||||||
|
|
||||||
|
std::string sport = std::to_string(port);
|
||||||
|
|
||||||
|
struct addrinfo* res;
|
||||||
|
int getaddrinfo_result = getaddrinfo(hostname.c_str(), sport.c_str(),
|
||||||
|
&hints, &res);
|
||||||
|
if (getaddrinfo_result)
|
||||||
|
{
|
||||||
|
errMsg = gai_strerror(getaddrinfo_result);
|
||||||
|
res = nullptr;
|
||||||
|
}
|
||||||
|
return res;
|
||||||
|
}
|
||||||
|
|
||||||
|
struct addrinfo* DNSLookup::resolve(std::string& errMsg,
|
||||||
|
const CancellationRequest& isCancellationRequested,
|
||||||
|
bool blocking)
|
||||||
|
{
|
||||||
|
return blocking ? resolveBlocking(errMsg, isCancellationRequested)
|
||||||
|
: resolveAsync(errMsg, isCancellationRequested);
|
||||||
|
}
|
||||||
|
|
||||||
|
struct addrinfo* DNSLookup::resolveBlocking(std::string& errMsg,
|
||||||
|
const CancellationRequest& isCancellationRequested)
|
||||||
|
{
|
||||||
|
errMsg = "no error";
|
||||||
|
|
||||||
|
// Maybe a cancellation request got in before the background thread terminated ?
|
||||||
|
if (isCancellationRequested())
|
||||||
|
{
|
||||||
|
errMsg = "cancellation requested";
|
||||||
|
return nullptr;
|
||||||
|
}
|
||||||
|
|
||||||
|
return getAddrInfo(_hostname, _port, errMsg);
|
||||||
|
}
|
||||||
|
|
||||||
|
struct addrinfo* DNSLookup::resolveAsync(std::string& errMsg,
|
||||||
|
const CancellationRequest& isCancellationRequested)
|
||||||
|
{
|
||||||
|
errMsg = "no error";
|
||||||
|
|
||||||
|
// Can only be called once, otherwise we would have to manage a pool
|
||||||
|
// of background thread which is overkill for our usage.
|
||||||
|
if (_done)
|
||||||
|
{
|
||||||
|
return nullptr; // programming error, create a second DNSLookup instance
|
||||||
|
// if you need a second lookup.
|
||||||
|
}
|
||||||
|
|
||||||
|
// Record job in the active Job set
|
||||||
|
{
|
||||||
|
std::unique_lock<std::mutex> lock(_activeJobsMutex);
|
||||||
|
_activeJobs.insert(_id);
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Good resource on thread forced termination
|
||||||
|
// https://www.bo-yang.net/2017/11/19/cpp-kill-detached-thread
|
||||||
|
//
|
||||||
|
_thread = std::thread(&DNSLookup::run, this, _id, _hostname, _port);
|
||||||
|
_thread.detach();
|
||||||
|
|
||||||
|
std::unique_lock<std::mutex> lock(_conditionVariableMutex);
|
||||||
|
|
||||||
|
while (!_done)
|
||||||
|
{
|
||||||
|
// Wait for 10 milliseconds on the condition variable, to see
|
||||||
|
// if the bg thread has terminated.
|
||||||
|
if (_condition.wait_for(lock, std::chrono::milliseconds(_wait)) == std::cv_status::no_timeout)
|
||||||
|
{
|
||||||
|
// Background thread has terminated, so we can break of this loop
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Were we cancelled ?
|
||||||
|
if (isCancellationRequested())
|
||||||
|
{
|
||||||
|
errMsg = "cancellation requested";
|
||||||
|
return nullptr;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Maybe a cancellation request got in before the bg terminated ?
|
||||||
|
if (isCancellationRequested())
|
||||||
|
{
|
||||||
|
errMsg = "cancellation requested";
|
||||||
|
return nullptr;
|
||||||
|
}
|
||||||
|
|
||||||
|
return _res;
|
||||||
|
}
|
||||||
|
|
||||||
|
void DNSLookup::run(uint64_t id, const std::string& hostname, int port) // thread runner
|
||||||
|
{
|
||||||
|
// We don't want to read or write into members variables of an object that could be
|
||||||
|
// gone, so we use temporary variables (res) or we pass in by copy everything that
|
||||||
|
// getAddrInfo needs to work.
|
||||||
|
std::string errMsg;
|
||||||
|
struct addrinfo* res = getAddrInfo(hostname, port, errMsg);
|
||||||
|
|
||||||
|
// if this isn't an active job, and the control thread is gone
|
||||||
|
// there is not thing to do, and we don't want to touch the defunct
|
||||||
|
// object data structure such as _errMsg or _condition
|
||||||
|
std::unique_lock<std::mutex> lock(_activeJobsMutex);
|
||||||
|
if (_activeJobs.count(id) == 0)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Copy result into the member variables
|
||||||
|
_res = res;
|
||||||
|
_errMsg = errMsg;
|
||||||
|
_condition.notify_one();
|
||||||
|
_done = true;
|
||||||
|
}
|
||||||
|
}
|
66
ixwebsocket/IXDNSLookup.h
Normal file
66
ixwebsocket/IXDNSLookup.h
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
/*
|
||||||
|
* IXDNSLookup.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*
|
||||||
|
* Resolve a hostname+port to a struct addrinfo obtained with getaddrinfo
|
||||||
|
* Does this in a background thread so that it can be cancelled, since
|
||||||
|
* getaddrinfo is a blocking call, and we don't want to block the main thread on Mobile.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "IXCancellationRequest.h"
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <thread>
|
||||||
|
#include <atomic>
|
||||||
|
#include <condition_variable>
|
||||||
|
#include <set>
|
||||||
|
|
||||||
|
struct addrinfo;
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
class DNSLookup {
|
||||||
|
public:
|
||||||
|
DNSLookup(const std::string& hostname,
|
||||||
|
int port,
|
||||||
|
int64_t wait = DNSLookup::kDefaultWait);
|
||||||
|
~DNSLookup();
|
||||||
|
|
||||||
|
struct addrinfo* resolve(std::string& errMsg,
|
||||||
|
const CancellationRequest& isCancellationRequested,
|
||||||
|
bool blocking = false);
|
||||||
|
|
||||||
|
private:
|
||||||
|
struct addrinfo* resolveAsync(std::string& errMsg,
|
||||||
|
const CancellationRequest& isCancellationRequested);
|
||||||
|
struct addrinfo* resolveBlocking(std::string& errMsg,
|
||||||
|
const CancellationRequest& isCancellationRequested);
|
||||||
|
|
||||||
|
static struct addrinfo* getAddrInfo(const std::string& hostname,
|
||||||
|
int port,
|
||||||
|
std::string& errMsg);
|
||||||
|
|
||||||
|
void run(uint64_t id, const std::string& hostname, int port); // thread runner
|
||||||
|
|
||||||
|
std::string _hostname;
|
||||||
|
int _port;
|
||||||
|
int64_t _wait;
|
||||||
|
std::string _errMsg;
|
||||||
|
struct addrinfo* _res;
|
||||||
|
|
||||||
|
std::atomic<bool> _done;
|
||||||
|
std::thread _thread;
|
||||||
|
std::condition_variable _condition;
|
||||||
|
std::mutex _conditionVariableMutex;
|
||||||
|
|
||||||
|
uint64_t _id;
|
||||||
|
static std::atomic<uint64_t> _nextId;
|
||||||
|
static std::set<uint64_t> _activeJobs;
|
||||||
|
static std::mutex _activeJobsMutex;
|
||||||
|
|
||||||
|
const static int64_t kDefaultWait;
|
||||||
|
};
|
||||||
|
}
|
82
ixwebsocket/IXEventFd.cpp
Normal file
82
ixwebsocket/IXEventFd.cpp
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
/*
|
||||||
|
* IXEventFd.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
//
|
||||||
|
// Linux/Android has a special type of virtual files. select(2) will react
|
||||||
|
// when reading/writing to those files, unlike closing sockets.
|
||||||
|
//
|
||||||
|
// https://linux.die.net/man/2/eventfd
|
||||||
|
// http://www.sourcexr.com/articles/2013/10/26/lightweight-inter-process-signaling-with-eventfd
|
||||||
|
//
|
||||||
|
// eventfd was added in Linux kernel 2.x, and our oldest Android (Kitkat 4.4)
|
||||||
|
// is on Kernel 3.x
|
||||||
|
//
|
||||||
|
// cf Android/Kernel table here
|
||||||
|
// https://android.stackexchange.com/questions/51651/which-android-runs-which-linux-kernel
|
||||||
|
//
|
||||||
|
|
||||||
|
#include "IXEventFd.h"
|
||||||
|
|
||||||
|
#ifdef __linux__
|
||||||
|
# include <sys/eventfd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef _WIN32
|
||||||
|
#include <unistd.h> // for write
|
||||||
|
#endif
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
EventFd::EventFd() :
|
||||||
|
_eventfd(-1)
|
||||||
|
{
|
||||||
|
#ifdef __linux__
|
||||||
|
_eventfd = eventfd(0, 0);
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
EventFd::~EventFd()
|
||||||
|
{
|
||||||
|
#ifdef __linux__
|
||||||
|
::close(_eventfd);
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
bool EventFd::notify()
|
||||||
|
{
|
||||||
|
#if defined(__linux__)
|
||||||
|
if (_eventfd == -1) return false;
|
||||||
|
|
||||||
|
// select will wake up when a non-zero value is written to our eventfd
|
||||||
|
uint64_t value = 1;
|
||||||
|
|
||||||
|
// we should write 8 bytes for an uint64_t
|
||||||
|
return write(_eventfd, &value, sizeof(value)) == 8;
|
||||||
|
#else
|
||||||
|
return true;
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
bool EventFd::clear()
|
||||||
|
{
|
||||||
|
#if defined(__linux__)
|
||||||
|
if (_eventfd == -1) return false;
|
||||||
|
|
||||||
|
// 0 is a special value ; select will not wake up
|
||||||
|
uint64_t value = 0;
|
||||||
|
|
||||||
|
// we should write 8 bytes for an uint64_t
|
||||||
|
return write(_eventfd, &value, sizeof(value)) == 8;
|
||||||
|
#else
|
||||||
|
return true;
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
int EventFd::getFd()
|
||||||
|
{
|
||||||
|
return _eventfd;
|
||||||
|
}
|
||||||
|
}
|
23
ixwebsocket/IXEventFd.h
Normal file
23
ixwebsocket/IXEventFd.h
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* IXEventFd.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
class EventFd {
|
||||||
|
public:
|
||||||
|
EventFd();
|
||||||
|
virtual ~EventFd();
|
||||||
|
|
||||||
|
bool notify();
|
||||||
|
bool clear();
|
||||||
|
int getFd();
|
||||||
|
|
||||||
|
private:
|
||||||
|
int _eventfd;
|
||||||
|
};
|
||||||
|
}
|
25
ixwebsocket/IXNetSystem.h
Normal file
25
ixwebsocket/IXNetSystem.h
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
/*
|
||||||
|
* IXNetSystem.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2019 Machine Zone. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
# include <WS2tcpip.h>
|
||||||
|
# include <WinSock2.h>
|
||||||
|
# include <basetsd.h>
|
||||||
|
# include <io.h>
|
||||||
|
# include <ws2def.h>
|
||||||
|
#else
|
||||||
|
# include <arpa/inet.h>
|
||||||
|
# include <errno.h>
|
||||||
|
# include <netdb.h>
|
||||||
|
# include <netinet/tcp.h>
|
||||||
|
# include <sys/select.h>
|
||||||
|
# include <sys/socket.h>
|
||||||
|
# include <sys/stat.h>
|
||||||
|
# include <sys/time.h>
|
||||||
|
# include <unistd.h>
|
||||||
|
#endif
|
14
ixwebsocket/IXProgressCallback.h
Normal file
14
ixwebsocket/IXProgressCallback.h
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
/*
|
||||||
|
* IXProgressCallback.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2019 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
using OnProgressCallback = std::function<bool(int current, int total)>;
|
||||||
|
}
|
13
ixwebsocket/IXSetThreadName.h
Normal file
13
ixwebsocket/IXSetThreadName.h
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
/*
|
||||||
|
* IXSetThreadName.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
#pragma once
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
void setThreadName(const std::string& name);
|
||||||
|
}
|
||||||
|
|
@ -5,157 +5,41 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "IXSocket.h"
|
#include "IXSocket.h"
|
||||||
|
#include "IXSocketConnect.h"
|
||||||
|
#include "IXNetSystem.h"
|
||||||
|
|
||||||
#include <netdb.h>
|
|
||||||
#include <netinet/tcp.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <sys/time.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <stdint.h>
|
|
||||||
#include <sys/select.h>
|
|
||||||
#include <errno.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <fcntl.h>
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
//
|
#include <algorithm>
|
||||||
// Linux/Android has a special type of virtual files. select(2) will react
|
#include <iostream>
|
||||||
// when reading/writing to those files, unlike closing sockets.
|
|
||||||
//
|
|
||||||
// https://linux.die.net/man/2/eventfd
|
|
||||||
//
|
|
||||||
// eventfd was added in Linux kernel 2.x, and our oldest Android (Kitkat 4.4)
|
|
||||||
// is on Kernel 3.x
|
|
||||||
//
|
|
||||||
// cf Android/Kernel table here
|
|
||||||
// https://android.stackexchange.com/questions/51651/which-android-runs-which-linux-kernel
|
|
||||||
//
|
|
||||||
#ifndef __APPLE__
|
|
||||||
# include <sys/eventfd.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Android needs extra headers for TCP_NODELAY and IPPROTO_TCP
|
|
||||||
#ifdef ANDROID
|
|
||||||
# include <linux/in.h>
|
|
||||||
# include <linux/tcp.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace ix
|
namespace ix
|
||||||
{
|
{
|
||||||
Socket::Socket() :
|
const int Socket::kDefaultPollNoTimeout = -1; // No poll timeout by default
|
||||||
_sockfd(-1),
|
const int Socket::kDefaultPollTimeout = kDefaultPollNoTimeout;
|
||||||
_eventfd(-1)
|
|
||||||
|
Socket::Socket(int fd) :
|
||||||
|
_sockfd(fd)
|
||||||
{
|
{
|
||||||
#ifndef __APPLE__
|
|
||||||
_eventfd = eventfd(0, 0);
|
|
||||||
assert(_eventfd != -1 && "Panic - eventfd not functioning on this platform");
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Socket::~Socket()
|
Socket::~Socket()
|
||||||
{
|
{
|
||||||
close();
|
close();
|
||||||
|
|
||||||
#ifndef __APPLE__
|
|
||||||
::close(_eventfd);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool connectToAddress(const struct addrinfo *address,
|
void Socket::poll(const OnPollCallback& onPollCallback, int timeoutSecs)
|
||||||
int& sockfd,
|
|
||||||
std::string& errMsg)
|
|
||||||
{
|
|
||||||
sockfd = -1;
|
|
||||||
|
|
||||||
int fd = socket(address->ai_family,
|
|
||||||
address->ai_socktype,
|
|
||||||
address->ai_protocol);
|
|
||||||
if (fd < 0)
|
|
||||||
{
|
|
||||||
errMsg = "Cannot create a socket";
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
int maxRetries = 3;
|
|
||||||
for (int i = 0; i < maxRetries; ++i)
|
|
||||||
{
|
|
||||||
if (connect(fd, address->ai_addr, address->ai_addrlen) != -1)
|
|
||||||
{
|
|
||||||
sockfd = fd;
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
// EINTR means we've been interrupted, in which case we try again.
|
|
||||||
if (errno != EINTR) break;
|
|
||||||
}
|
|
||||||
|
|
||||||
::close(fd);
|
|
||||||
sockfd = -1;
|
|
||||||
errMsg = strerror(errno);
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
int Socket::hostname_connect(const std::string& hostname,
|
|
||||||
int port,
|
|
||||||
std::string& errMsg)
|
|
||||||
{
|
|
||||||
struct addrinfo hints;
|
|
||||||
memset(&hints, 0, sizeof(hints));
|
|
||||||
hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV;
|
|
||||||
hints.ai_family = AF_UNSPEC;
|
|
||||||
hints.ai_socktype = SOCK_STREAM;
|
|
||||||
|
|
||||||
std::string sport = std::to_string(port);
|
|
||||||
|
|
||||||
struct addrinfo *res = nullptr;
|
|
||||||
int getaddrinfo_result = getaddrinfo(hostname.c_str(), sport.c_str(),
|
|
||||||
&hints, &res);
|
|
||||||
if (getaddrinfo_result)
|
|
||||||
{
|
|
||||||
errMsg = gai_strerror(getaddrinfo_result);
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
int sockfd = -1;
|
|
||||||
|
|
||||||
// iterate through the records to find a working peer
|
|
||||||
struct addrinfo *address;
|
|
||||||
bool success = false;
|
|
||||||
for (address = res; address != nullptr; address = address->ai_next)
|
|
||||||
{
|
|
||||||
success = connectToAddress(address, sockfd, errMsg);
|
|
||||||
if (success)
|
|
||||||
{
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
freeaddrinfo(res);
|
|
||||||
return sockfd;
|
|
||||||
}
|
|
||||||
|
|
||||||
void Socket::configure()
|
|
||||||
{
|
|
||||||
int flag = 1;
|
|
||||||
setsockopt(_sockfd, IPPROTO_TCP, TCP_NODELAY, (char*) &flag, sizeof(flag)); // Disable Nagle's algorithm
|
|
||||||
fcntl(_sockfd, F_SETFL, O_NONBLOCK); // make socket non blocking
|
|
||||||
|
|
||||||
#ifdef SO_NOSIGPIPE
|
|
||||||
int value = 1;
|
|
||||||
setsockopt(_sockfd, SOL_SOCKET, SO_NOSIGPIPE,
|
|
||||||
(void *)&value, sizeof(value));
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
void Socket::poll(const OnPollCallback& onPollCallback)
|
|
||||||
{
|
{
|
||||||
if (_sockfd == -1)
|
if (_sockfd == -1)
|
||||||
{
|
{
|
||||||
onPollCallback();
|
onPollCallback(PollResultType_Error);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -163,53 +47,48 @@ namespace ix
|
|||||||
FD_ZERO(&rfds);
|
FD_ZERO(&rfds);
|
||||||
FD_SET(_sockfd, &rfds);
|
FD_SET(_sockfd, &rfds);
|
||||||
|
|
||||||
#ifndef __APPLE__
|
#ifdef __linux__
|
||||||
FD_SET(_eventfd, &rfds);
|
FD_SET(_eventfd.getFd(), &rfds);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
struct timeval timeout;
|
||||||
|
timeout.tv_sec = timeoutSecs;
|
||||||
|
timeout.tv_usec = 0;
|
||||||
|
|
||||||
int sockfd = _sockfd;
|
int sockfd = _sockfd;
|
||||||
int nfds = std::max(sockfd, _eventfd);
|
int nfds = (std::max)(sockfd, _eventfd.getFd());
|
||||||
select(nfds + 1, &rfds, nullptr, nullptr, nullptr);
|
int ret = select(nfds + 1, &rfds, nullptr, nullptr,
|
||||||
|
(timeoutSecs < 0) ? nullptr : &timeout);
|
||||||
|
|
||||||
onPollCallback();
|
PollResultType pollResult = PollResultType_ReadyForRead;
|
||||||
}
|
if (ret < 0)
|
||||||
|
{
|
||||||
|
pollResult = PollResultType_Error;
|
||||||
|
}
|
||||||
|
else if (ret == 0)
|
||||||
|
{
|
||||||
|
pollResult = PollResultType_Timeout;
|
||||||
|
}
|
||||||
|
|
||||||
void Socket::wakeUpFromPollApple()
|
onPollCallback(pollResult);
|
||||||
{
|
|
||||||
close(); // All OS but Linux will wake up select
|
|
||||||
// when closing the file descriptor watched by select
|
|
||||||
}
|
|
||||||
|
|
||||||
void Socket::wakeUpFromPollLinux()
|
|
||||||
{
|
|
||||||
std::string str("\n"); // this will wake up the thread blocked on select
|
|
||||||
const void* buf = reinterpret_cast<const void*>(str.c_str());
|
|
||||||
write(_eventfd, buf, str.size());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Socket::wakeUpFromPoll()
|
void Socket::wakeUpFromPoll()
|
||||||
{
|
{
|
||||||
#ifdef __APPLE__
|
// this will wake up the thread blocked on select, only needed on Linux
|
||||||
wakeUpFromPollApple();
|
_eventfd.notify();
|
||||||
#else
|
|
||||||
wakeUpFromPollLinux();
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Socket::connect(const std::string& host,
|
bool Socket::connect(const std::string& host,
|
||||||
int port,
|
int port,
|
||||||
std::string& errMsg)
|
std::string& errMsg,
|
||||||
|
const CancellationRequest& isCancellationRequested)
|
||||||
{
|
{
|
||||||
std::lock_guard<std::mutex> lock(_socketMutex);
|
std::lock_guard<std::mutex> lock(_socketMutex);
|
||||||
|
|
||||||
#ifndef __APPLE__
|
if (!_eventfd.clear()) return false;
|
||||||
if (_eventfd == -1)
|
|
||||||
{
|
|
||||||
return false; // impossible to use this socket if eventfd is broken
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
_sockfd = Socket::hostname_connect(host, port, errMsg);
|
_sockfd = SocketConnect::connect(host, port, errMsg, isCancellationRequested);
|
||||||
return _sockfd != -1;
|
return _sockfd != -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -219,33 +98,165 @@ namespace ix
|
|||||||
|
|
||||||
if (_sockfd == -1) return;
|
if (_sockfd == -1) return;
|
||||||
|
|
||||||
::close(_sockfd);
|
closeSocket(_sockfd);
|
||||||
_sockfd = -1;
|
_sockfd = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int Socket::send(char* buffer, size_t length)
|
ssize_t Socket::send(char* buffer, size_t length)
|
||||||
{
|
{
|
||||||
int flags = 0;
|
int flags = 0;
|
||||||
#ifdef MSG_NOSIGNAL
|
#ifdef MSG_NOSIGNAL
|
||||||
flags = MSG_NOSIGNAL;
|
flags = MSG_NOSIGNAL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return (int) ::send(_sockfd, buffer, length, flags);
|
return ::send(_sockfd, buffer, length, flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
int Socket::send(const std::string& buffer)
|
ssize_t Socket::send(const std::string& buffer)
|
||||||
{
|
{
|
||||||
return send((char*)&buffer[0], buffer.size());
|
return send((char*)&buffer[0], buffer.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
int Socket::recv(void* buffer, size_t length)
|
ssize_t Socket::recv(void* buffer, size_t length)
|
||||||
{
|
{
|
||||||
int flags = 0;
|
int flags = 0;
|
||||||
#ifdef MSG_NOSIGNAL
|
#ifdef MSG_NOSIGNAL
|
||||||
flags = MSG_NOSIGNAL;
|
flags = MSG_NOSIGNAL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return (int) ::recv(_sockfd, buffer, length, flags);
|
return ::recv(_sockfd, (char*) buffer, length, flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int Socket::getErrno()
|
||||||
|
{
|
||||||
|
#ifdef _WIN32
|
||||||
|
return WSAGetLastError();
|
||||||
|
#else
|
||||||
|
return errno;
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
void Socket::closeSocket(int fd)
|
||||||
|
{
|
||||||
|
#ifdef _WIN32
|
||||||
|
closesocket(fd);
|
||||||
|
#else
|
||||||
|
::close(fd);
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
bool Socket::init()
|
||||||
|
{
|
||||||
|
#ifdef _WIN32
|
||||||
|
INT rc;
|
||||||
|
WSADATA wsaData;
|
||||||
|
|
||||||
|
rc = WSAStartup(MAKEWORD(2, 2), &wsaData);
|
||||||
|
return rc != 0;
|
||||||
|
#else
|
||||||
|
return true;
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
void Socket::cleanup()
|
||||||
|
{
|
||||||
|
#ifdef _WIN32
|
||||||
|
WSACleanup();
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
bool Socket::readByte(void* buffer,
|
||||||
|
const CancellationRequest& isCancellationRequested)
|
||||||
|
{
|
||||||
|
while (true)
|
||||||
|
{
|
||||||
|
if (isCancellationRequested()) return false;
|
||||||
|
|
||||||
|
ssize_t ret;
|
||||||
|
ret = recv(buffer, 1);
|
||||||
|
|
||||||
|
// We read one byte, as needed, all good.
|
||||||
|
if (ret == 1)
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
// There is possibly something to be read, try again
|
||||||
|
else if (ret < 0 && (getErrno() == EWOULDBLOCK ||
|
||||||
|
getErrno() == EAGAIN))
|
||||||
|
{
|
||||||
|
// Wait with a timeout until something is written.
|
||||||
|
// This way we are not busy looping
|
||||||
|
fd_set rfds;
|
||||||
|
struct timeval timeout;
|
||||||
|
timeout.tv_sec = 0;
|
||||||
|
timeout.tv_usec = 1 * 1000; // 1ms timeout
|
||||||
|
|
||||||
|
FD_ZERO(&rfds);
|
||||||
|
FD_SET(_sockfd, &rfds);
|
||||||
|
|
||||||
|
if (select(_sockfd + 1, &rfds, nullptr, nullptr, &timeout) < 0 &&
|
||||||
|
(errno == EBADF || errno == EINVAL))
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
// There was an error during the read, abort
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
bool Socket::writeBytes(const std::string& str,
|
||||||
|
const CancellationRequest& isCancellationRequested)
|
||||||
|
{
|
||||||
|
while (true)
|
||||||
|
{
|
||||||
|
if (isCancellationRequested()) return false;
|
||||||
|
|
||||||
|
char* buffer = const_cast<char*>(str.c_str());
|
||||||
|
int len = (int) str.size();
|
||||||
|
|
||||||
|
ssize_t ret = send(buffer, len);
|
||||||
|
|
||||||
|
// We wrote some bytes, as needed, all good.
|
||||||
|
if (ret > 0)
|
||||||
|
{
|
||||||
|
return ret == len;
|
||||||
|
}
|
||||||
|
// There is possibly something to be write, try again
|
||||||
|
else if (ret < 0 && (getErrno() == EWOULDBLOCK ||
|
||||||
|
getErrno() == EAGAIN))
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
// There was an error during the write, abort
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
std::pair<bool, std::string> Socket::readLine(const CancellationRequest& isCancellationRequested)
|
||||||
|
{
|
||||||
|
char c;
|
||||||
|
std::string line;
|
||||||
|
line.reserve(64);
|
||||||
|
|
||||||
|
for (int i = 0; i < 2 || (line[i-2] != '\r' && line[i-1] != '\n'); ++i)
|
||||||
|
{
|
||||||
|
if (!readByte(&c, isCancellationRequested))
|
||||||
|
{
|
||||||
|
return std::make_pair(false, std::string());
|
||||||
|
}
|
||||||
|
|
||||||
|
line += c;
|
||||||
|
}
|
||||||
|
|
||||||
|
return std::make_pair(true, line);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,40 +11,68 @@
|
|||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include <BaseTsd.h>
|
||||||
|
typedef SSIZE_T ssize_t;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include "IXEventFd.h"
|
||||||
|
#include "IXCancellationRequest.h"
|
||||||
|
|
||||||
namespace ix
|
namespace ix
|
||||||
{
|
{
|
||||||
|
enum PollResultType
|
||||||
|
{
|
||||||
|
PollResultType_ReadyForRead = 0,
|
||||||
|
PollResultType_Timeout = 1,
|
||||||
|
PollResultType_Error = 2
|
||||||
|
};
|
||||||
|
|
||||||
class Socket {
|
class Socket {
|
||||||
public:
|
public:
|
||||||
using OnPollCallback = std::function<void()>;
|
using OnPollCallback = std::function<void(PollResultType)>;
|
||||||
|
|
||||||
Socket();
|
Socket(int fd = -1);
|
||||||
virtual ~Socket();
|
virtual ~Socket();
|
||||||
|
|
||||||
static int hostname_connect(const std::string& hostname,
|
|
||||||
int port,
|
|
||||||
std::string& errMsg);
|
|
||||||
void configure();
|
void configure();
|
||||||
|
|
||||||
virtual void poll(const OnPollCallback& onPollCallback);
|
virtual void poll(const OnPollCallback& onPollCallback,
|
||||||
|
int timeoutSecs = kDefaultPollTimeout);
|
||||||
virtual void wakeUpFromPoll();
|
virtual void wakeUpFromPoll();
|
||||||
|
|
||||||
// Virtual methods
|
// Virtual methods
|
||||||
virtual bool connect(const std::string& url,
|
virtual bool connect(const std::string& url,
|
||||||
int port,
|
int port,
|
||||||
std::string& errMsg);
|
std::string& errMsg,
|
||||||
|
const CancellationRequest& isCancellationRequested);
|
||||||
virtual void close();
|
virtual void close();
|
||||||
|
|
||||||
virtual int send(char* buffer, size_t length);
|
virtual ssize_t send(char* buffer, size_t length);
|
||||||
virtual int send(const std::string& buffer);
|
virtual ssize_t send(const std::string& buffer);
|
||||||
virtual int recv(void* buffer, size_t length);
|
virtual ssize_t recv(void* buffer, size_t length);
|
||||||
|
|
||||||
|
// Blocking and cancellable versions, working with socket that can be set
|
||||||
|
// to non blocking mode. Used during HTTP upgrade.
|
||||||
|
bool readByte(void* buffer,
|
||||||
|
const CancellationRequest& isCancellationRequested);
|
||||||
|
bool writeBytes(const std::string& str,
|
||||||
|
const CancellationRequest& isCancellationRequested);
|
||||||
|
std::pair<bool, std::string> readLine(const CancellationRequest& isCancellationRequested);
|
||||||
|
|
||||||
|
static int getErrno();
|
||||||
|
static bool init(); // Required on Windows to initialize WinSocket
|
||||||
|
static void cleanup(); // Required on Windows to cleanup WinSocket
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void wakeUpFromPollApple();
|
void closeSocket(int fd);
|
||||||
void wakeUpFromPollLinux();
|
|
||||||
|
|
||||||
std::atomic<int> _sockfd;
|
std::atomic<int> _sockfd;
|
||||||
int _eventfd;
|
|
||||||
std::mutex _socketMutex;
|
std::mutex _socketMutex;
|
||||||
};
|
EventFd _eventfd;
|
||||||
|
|
||||||
|
private:
|
||||||
|
static const int kDefaultPollTimeout;
|
||||||
|
static const int kDefaultPollNoTimeout;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
* Adapted from Satori SDK Apple SSL code.
|
* Adapted from Satori SDK Apple SSL code.
|
||||||
*/
|
*/
|
||||||
#include "IXSocketAppleSSL.h"
|
#include "IXSocketAppleSSL.h"
|
||||||
|
#include "IXSocketConnect.h"
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
@ -142,7 +143,7 @@ std::string getSSLErrorDescription(OSStatus status)
|
|||||||
|
|
||||||
namespace ix
|
namespace ix
|
||||||
{
|
{
|
||||||
SocketAppleSSL::SocketAppleSSL() :
|
SocketAppleSSL::SocketAppleSSL(int fd) : Socket(fd),
|
||||||
_sslContext(nullptr)
|
_sslContext(nullptr)
|
||||||
{
|
{
|
||||||
;
|
;
|
||||||
@ -156,13 +157,14 @@ namespace ix
|
|||||||
// No wait support
|
// No wait support
|
||||||
bool SocketAppleSSL::connect(const std::string& host,
|
bool SocketAppleSSL::connect(const std::string& host,
|
||||||
int port,
|
int port,
|
||||||
std::string& errMsg)
|
std::string& errMsg,
|
||||||
|
const CancellationRequest& isCancellationRequested)
|
||||||
{
|
{
|
||||||
OSStatus status;
|
OSStatus status;
|
||||||
{
|
{
|
||||||
std::lock_guard<std::mutex> lock(_mutex);
|
std::lock_guard<std::mutex> lock(_mutex);
|
||||||
|
|
||||||
_sockfd = Socket::hostname_connect(host, port, errMsg);
|
_sockfd = SocketConnect::connect(host, port, errMsg, isCancellationRequested);
|
||||||
if (_sockfd == -1) return false;
|
if (_sockfd == -1) return false;
|
||||||
|
|
||||||
_sslContext = SSLCreateContext(kCFAllocatorDefault, kSSLClientSide, kSSLStreamType);
|
_sslContext = SSLCreateContext(kCFAllocatorDefault, kSSLClientSide, kSSLStreamType);
|
||||||
@ -201,7 +203,7 @@ namespace ix
|
|||||||
Socket::close();
|
Socket::close();
|
||||||
}
|
}
|
||||||
|
|
||||||
int SocketAppleSSL::send(char* buf, size_t nbyte)
|
ssize_t SocketAppleSSL::send(char* buf, size_t nbyte)
|
||||||
{
|
{
|
||||||
ssize_t ret = 0;
|
ssize_t ret = 0;
|
||||||
OSStatus status;
|
OSStatus status;
|
||||||
@ -216,16 +218,16 @@ namespace ix
|
|||||||
|
|
||||||
if (ret == 0 && errSSLClosedAbort != status)
|
if (ret == 0 && errSSLClosedAbort != status)
|
||||||
ret = -1;
|
ret = -1;
|
||||||
return (int) ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
int SocketAppleSSL::send(const std::string& buffer)
|
ssize_t SocketAppleSSL::send(const std::string& buffer)
|
||||||
{
|
{
|
||||||
return send((char*)&buffer[0], buffer.size());
|
return send((char*)&buffer[0], buffer.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
// No wait support
|
// No wait support
|
||||||
int SocketAppleSSL::recv(void* buf, size_t nbyte)
|
ssize_t SocketAppleSSL::recv(void* buf, size_t nbyte)
|
||||||
{
|
{
|
||||||
OSStatus status = errSSLWouldBlock;
|
OSStatus status = errSSLWouldBlock;
|
||||||
while (errSSLWouldBlock == status)
|
while (errSSLWouldBlock == status)
|
||||||
@ -235,7 +237,7 @@ namespace ix
|
|||||||
status = SSLRead(_sslContext, buf, nbyte, &processed);
|
status = SSLRead(_sslContext, buf, nbyte, &processed);
|
||||||
|
|
||||||
if (processed > 0)
|
if (processed > 0)
|
||||||
return (int) processed;
|
return (ssize_t) processed;
|
||||||
|
|
||||||
// The connection was reset, inform the caller that this
|
// The connection was reset, inform the caller that this
|
||||||
// Socket should close
|
// Socket should close
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "IXSocket.h"
|
#include "IXSocket.h"
|
||||||
|
#include "IXCancellationRequest.h"
|
||||||
|
|
||||||
#include <Security/Security.h>
|
#include <Security/Security.h>
|
||||||
#include <Security/SecureTransport.h>
|
#include <Security/SecureTransport.h>
|
||||||
@ -18,17 +19,18 @@ namespace ix
|
|||||||
class SocketAppleSSL : public Socket
|
class SocketAppleSSL : public Socket
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
SocketAppleSSL();
|
SocketAppleSSL(int fd = -1);
|
||||||
~SocketAppleSSL();
|
~SocketAppleSSL();
|
||||||
|
|
||||||
virtual bool connect(const std::string& host,
|
virtual bool connect(const std::string& host,
|
||||||
int port,
|
int port,
|
||||||
std::string& errMsg) final;
|
std::string& errMsg,
|
||||||
|
const CancellationRequest& isCancellationRequested) final;
|
||||||
virtual void close() final;
|
virtual void close() final;
|
||||||
|
|
||||||
virtual int send(char* buffer, size_t length) final;
|
virtual ssize_t send(char* buffer, size_t length) final;
|
||||||
virtual int send(const std::string& buffer) final;
|
virtual ssize_t send(const std::string& buffer) final;
|
||||||
virtual int recv(void* buffer, size_t length) final;
|
virtual ssize_t recv(void* buffer, size_t length) final;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
SSLContextRef _sslContext;
|
SSLContextRef _sslContext;
|
||||||
|
186
ixwebsocket/IXSocketConnect.cpp
Normal file
186
ixwebsocket/IXSocketConnect.cpp
Normal file
@ -0,0 +1,186 @@
|
|||||||
|
/*
|
||||||
|
* IXSocketConnect.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "IXSocketConnect.h"
|
||||||
|
#include "IXDNSLookup.h"
|
||||||
|
#include "IXNetSystem.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
// Android needs extra headers for TCP_NODELAY and IPPROTO_TCP
|
||||||
|
#ifdef ANDROID
|
||||||
|
# include <linux/in.h>
|
||||||
|
# include <linux/tcp.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
namespace
|
||||||
|
{
|
||||||
|
void closeSocket(int fd)
|
||||||
|
{
|
||||||
|
#ifdef _WIN32
|
||||||
|
closesocket(fd);
|
||||||
|
#else
|
||||||
|
::close(fd);
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
//
|
||||||
|
// This function can be cancelled every 50 ms
|
||||||
|
// This is important so that we don't block the main UI thread when shutting down a connection which is
|
||||||
|
// already trying to reconnect, and can be blocked waiting for ::connect to respond.
|
||||||
|
//
|
||||||
|
int SocketConnect::connectToAddress(const struct addrinfo *address,
|
||||||
|
std::string& errMsg,
|
||||||
|
const CancellationRequest& isCancellationRequested)
|
||||||
|
{
|
||||||
|
errMsg = "no error";
|
||||||
|
|
||||||
|
int fd = socket(address->ai_family,
|
||||||
|
address->ai_socktype,
|
||||||
|
address->ai_protocol);
|
||||||
|
if (fd < 0)
|
||||||
|
{
|
||||||
|
errMsg = "Cannot create a socket";
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Set the socket to non blocking mode, so that slow responses cannot
|
||||||
|
// block us for too long
|
||||||
|
SocketConnect::configure(fd);
|
||||||
|
|
||||||
|
if (::connect(fd, address->ai_addr, address->ai_addrlen) == -1
|
||||||
|
&& errno != EINPROGRESS)
|
||||||
|
{
|
||||||
|
closeSocket(fd);
|
||||||
|
errMsg = strerror(errno);
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
for (;;)
|
||||||
|
{
|
||||||
|
if (isCancellationRequested()) // Must handle timeout as well
|
||||||
|
{
|
||||||
|
closeSocket(fd);
|
||||||
|
errMsg = "Cancelled";
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Use select to check the status of the new connection
|
||||||
|
struct timeval timeout;
|
||||||
|
timeout.tv_sec = 0;
|
||||||
|
timeout.tv_usec = 10 * 1000; // 10ms timeout
|
||||||
|
fd_set wfds;
|
||||||
|
fd_set efds;
|
||||||
|
|
||||||
|
FD_ZERO(&wfds);
|
||||||
|
FD_SET(fd, &wfds);
|
||||||
|
FD_ZERO(&efds);
|
||||||
|
FD_SET(fd, &efds);
|
||||||
|
|
||||||
|
if (select(fd + 1, nullptr, &wfds, &efds, &timeout) < 0 &&
|
||||||
|
(errno == EBADF || errno == EINVAL))
|
||||||
|
{
|
||||||
|
closeSocket(fd);
|
||||||
|
errMsg = std::string("Connect error, select error: ") + strerror(errno);
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Nothing was written to the socket, wait again.
|
||||||
|
if (!FD_ISSET(fd, &wfds)) continue;
|
||||||
|
|
||||||
|
// Something was written to the socket. Check for errors.
|
||||||
|
int optval = -1;
|
||||||
|
socklen_t optlen = sizeof(optval);
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
// On connect error, in async mode, windows will write to the exceptions fds
|
||||||
|
if (FD_ISSET(fd, &efds))
|
||||||
|
#else
|
||||||
|
// getsockopt() puts the errno value for connect into optval so 0
|
||||||
|
// means no-error.
|
||||||
|
if (getsockopt(fd, SOL_SOCKET, SO_ERROR, &optval, &optlen) == -1 ||
|
||||||
|
optval != 0)
|
||||||
|
#endif
|
||||||
|
{
|
||||||
|
closeSocket(fd);
|
||||||
|
errMsg = strerror(optval);
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// Success !
|
||||||
|
return fd;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
closeSocket(fd);
|
||||||
|
errMsg = "connect timed out after 60 seconds";
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
int SocketConnect::connect(const std::string& hostname,
|
||||||
|
int port,
|
||||||
|
std::string& errMsg,
|
||||||
|
const CancellationRequest& isCancellationRequested)
|
||||||
|
{
|
||||||
|
//
|
||||||
|
// First do DNS resolution
|
||||||
|
//
|
||||||
|
DNSLookup dnsLookup(hostname, port);
|
||||||
|
struct addrinfo *res = dnsLookup.resolve(errMsg, isCancellationRequested);
|
||||||
|
if (res == nullptr)
|
||||||
|
{
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
int sockfd = -1;
|
||||||
|
|
||||||
|
// iterate through the records to find a working peer
|
||||||
|
struct addrinfo *address;
|
||||||
|
for (address = res; address != nullptr; address = address->ai_next)
|
||||||
|
{
|
||||||
|
//
|
||||||
|
// Second try to connect to the remote host
|
||||||
|
//
|
||||||
|
sockfd = connectToAddress(address, errMsg, isCancellationRequested);
|
||||||
|
if (sockfd != -1)
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
freeaddrinfo(res);
|
||||||
|
return sockfd;
|
||||||
|
}
|
||||||
|
|
||||||
|
// FIXME: configure is a terrible name
|
||||||
|
void SocketConnect::configure(int sockfd)
|
||||||
|
{
|
||||||
|
// 1. disable Nagle's algorithm
|
||||||
|
int flag = 1;
|
||||||
|
setsockopt(sockfd, IPPROTO_TCP, TCP_NODELAY, (char*) &flag, sizeof(flag));
|
||||||
|
|
||||||
|
// 2. make socket non blocking
|
||||||
|
#ifdef _WIN32
|
||||||
|
unsigned long nonblocking = 1;
|
||||||
|
ioctlsocket(sockfd, FIONBIO, &nonblocking);
|
||||||
|
#else
|
||||||
|
fcntl(sockfd, F_SETFL, O_NONBLOCK); // make socket non blocking
|
||||||
|
#endif
|
||||||
|
|
||||||
|
// 3. (apple) prevent SIGPIPE from being emitted when the remote end disconnect
|
||||||
|
#ifdef SO_NOSIGPIPE
|
||||||
|
int value = 1;
|
||||||
|
setsockopt(sockfd, SOL_SOCKET, SO_NOSIGPIPE,
|
||||||
|
(void *)&value, sizeof(value));
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
}
|
32
ixwebsocket/IXSocketConnect.h
Normal file
32
ixwebsocket/IXSocketConnect.h
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
/*
|
||||||
|
* IXSocketConnect.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "IXCancellationRequest.h"
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
struct addrinfo;
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
class SocketConnect {
|
||||||
|
public:
|
||||||
|
static int connect(const std::string& hostname,
|
||||||
|
int port,
|
||||||
|
std::string& errMsg,
|
||||||
|
const CancellationRequest& isCancellationRequested);
|
||||||
|
|
||||||
|
static void configure(int sockfd);
|
||||||
|
|
||||||
|
private:
|
||||||
|
static int connectToAddress(const struct addrinfo *address,
|
||||||
|
std::string& errMsg,
|
||||||
|
const CancellationRequest& isCancellationRequested);
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -7,75 +7,26 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "IXSocketOpenSSL.h"
|
#include "IXSocketOpenSSL.h"
|
||||||
|
#include "IXSocketConnect.h"
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include <openssl/x509v3.h>
|
#include <openssl/x509v3.h>
|
||||||
|
|
||||||
|
#include <fnmatch.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#define socketerrno errno
|
#define socketerrno errno
|
||||||
|
|
||||||
namespace {
|
|
||||||
|
|
||||||
std::mutex initMutex;
|
|
||||||
bool openSSLInitialized = false;
|
|
||||||
bool openSSLInitializationSuccessful = false;
|
|
||||||
|
|
||||||
bool openSSLInitialize(std::string& errMsg)
|
|
||||||
{
|
|
||||||
std::lock_guard<std::mutex> lock(initMutex);
|
|
||||||
|
|
||||||
if (openSSLInitialized)
|
|
||||||
{
|
|
||||||
return openSSLInitializationSuccessful;
|
|
||||||
}
|
|
||||||
|
|
||||||
#if OPENSSL_VERSION_NUMBER >= 0x10100000L
|
|
||||||
if (!OPENSSL_init_ssl(OPENSSL_INIT_LOAD_CONFIG, nullptr))
|
|
||||||
{
|
|
||||||
errMsg = "OPENSSL_init_ssl failure";
|
|
||||||
|
|
||||||
openSSLInitializationSuccessful = false;
|
|
||||||
openSSLInitialized = true;
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
(void) OPENSSL_config(nullptr);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
(void) OpenSSL_add_ssl_algorithms();
|
|
||||||
(void) SSL_load_error_strings();
|
|
||||||
|
|
||||||
openSSLInitializationSuccessful = true;
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
int openssl_verify_callback(int preverify, X509_STORE_CTX *x509_ctx)
|
|
||||||
{
|
|
||||||
return preverify;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* create new SSL connection state object */
|
|
||||||
SSL *openssl_create_connection(SSL_CTX *ctx, int socket)
|
|
||||||
{
|
|
||||||
assert(ctx != nullptr);
|
|
||||||
assert(socket > 0);
|
|
||||||
|
|
||||||
SSL *ssl = SSL_new(ctx);
|
|
||||||
if (ssl)
|
|
||||||
SSL_set_fd(ssl, socket);
|
|
||||||
return ssl;
|
|
||||||
}
|
|
||||||
|
|
||||||
} // anonymous namespace
|
|
||||||
|
|
||||||
namespace ix
|
namespace ix
|
||||||
{
|
{
|
||||||
SocketOpenSSL::SocketOpenSSL() :
|
std::atomic<bool> SocketOpenSSL::_openSSLInitializationSuccessful(false);
|
||||||
|
|
||||||
|
SocketOpenSSL::SocketOpenSSL(int fd) : Socket(fd),
|
||||||
_ssl_connection(nullptr),
|
_ssl_connection(nullptr),
|
||||||
_ssl_context(nullptr)
|
_ssl_context(nullptr)
|
||||||
{
|
{
|
||||||
;
|
std::call_once(_openSSLInitFlag, &SocketOpenSSL::openSSLInitialize, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
SocketOpenSSL::~SocketOpenSSL()
|
SocketOpenSSL::~SocketOpenSSL()
|
||||||
@ -83,6 +34,20 @@ namespace ix
|
|||||||
SocketOpenSSL::close();
|
SocketOpenSSL::close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void SocketOpenSSL::openSSLInitialize()
|
||||||
|
{
|
||||||
|
#if OPENSSL_VERSION_NUMBER >= 0x10100000L
|
||||||
|
if (!OPENSSL_init_ssl(OPENSSL_INIT_LOAD_CONFIG, nullptr)) return;
|
||||||
|
#else
|
||||||
|
(void) OPENSSL_config(nullptr);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
(void) OpenSSL_add_ssl_algorithms();
|
||||||
|
(void) SSL_load_error_strings();
|
||||||
|
|
||||||
|
_openSSLInitializationSuccessful = true;
|
||||||
|
}
|
||||||
|
|
||||||
std::string SocketOpenSSL::getSSLError(int ret)
|
std::string SocketOpenSSL::getSSLError(int ret)
|
||||||
{
|
{
|
||||||
unsigned long e;
|
unsigned long e;
|
||||||
@ -149,7 +114,13 @@ namespace ix
|
|||||||
SSL_CTX* ctx = SSL_CTX_new(_ssl_method);
|
SSL_CTX* ctx = SSL_CTX_new(_ssl_method);
|
||||||
if (ctx)
|
if (ctx)
|
||||||
{
|
{
|
||||||
SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER, openssl_verify_callback);
|
// To skip verification, pass in SSL_VERIFY_NONE
|
||||||
|
SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER,
|
||||||
|
[](int preverify, X509_STORE_CTX*) -> int
|
||||||
|
{
|
||||||
|
return preverify;
|
||||||
|
});
|
||||||
|
|
||||||
SSL_CTX_set_verify_depth(ctx, 4);
|
SSL_CTX_set_verify_depth(ctx, 4);
|
||||||
SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3);
|
SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3);
|
||||||
}
|
}
|
||||||
@ -158,51 +129,10 @@ namespace ix
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Check whether a hostname matches a pattern
|
* Check whether a hostname matches a pattern
|
||||||
*
|
|
||||||
* The pattern MUST contain at most a single, leading asterisk. This means that
|
|
||||||
* this function cannot serve as a generic validation function, as that would
|
|
||||||
* allow for partial wildcards, too. Also, this does not check whether the
|
|
||||||
* wildcard covers multiple levels of labels. For RTM, this suffices, as we
|
|
||||||
* are only interested in the main domain name.
|
|
||||||
*
|
|
||||||
* @param[in] hostname The hostname of the server
|
|
||||||
* @param[in] pattern The hostname pattern from a SSL certificate
|
|
||||||
* @return TRUE if the pattern matches, FALSE otherwise
|
|
||||||
*/
|
*/
|
||||||
bool SocketOpenSSL::checkHost(const std::string& host, const char *pattern)
|
bool SocketOpenSSL::checkHost(const std::string& host, const char *pattern)
|
||||||
{
|
{
|
||||||
const char* hostname = host.c_str();
|
return fnmatch(pattern, host.c_str(), 0) != FNM_NOMATCH;
|
||||||
|
|
||||||
while (*pattern && *hostname)
|
|
||||||
{
|
|
||||||
if (*pattern == '*')
|
|
||||||
{
|
|
||||||
while (*hostname != '.' && *hostname) hostname++;
|
|
||||||
if (*(++pattern) != '.')
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
char p = *pattern;
|
|
||||||
char h = *hostname;
|
|
||||||
if ((p & ~32) >= 'A' && (p & ~32) <= 'Z')
|
|
||||||
{
|
|
||||||
p &= ~32;
|
|
||||||
h &= ~32;
|
|
||||||
}
|
|
||||||
if (*pattern != *hostname)
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
pattern++;
|
|
||||||
hostname++;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool success = !(*hostname || *pattern);
|
|
||||||
return success;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool SocketOpenSSL::openSSLCheckServerCert(SSL *ssl,
|
bool SocketOpenSSL::openSSLCheckServerCert(SSL *ssl,
|
||||||
@ -313,18 +243,20 @@ namespace ix
|
|||||||
// No wait support
|
// No wait support
|
||||||
bool SocketOpenSSL::connect(const std::string& host,
|
bool SocketOpenSSL::connect(const std::string& host,
|
||||||
int port,
|
int port,
|
||||||
std::string& errMsg)
|
std::string& errMsg,
|
||||||
|
const CancellationRequest& isCancellationRequested)
|
||||||
{
|
{
|
||||||
bool handshakeSuccessful = false;
|
bool handshakeSuccessful = false;
|
||||||
{
|
{
|
||||||
std::lock_guard<std::mutex> lock(_mutex);
|
std::lock_guard<std::mutex> lock(_mutex);
|
||||||
|
|
||||||
if (!openSSLInitialize(errMsg))
|
if (!_openSSLInitializationSuccessful)
|
||||||
{
|
{
|
||||||
|
errMsg = "OPENSSL_init_ssl failure";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
_sockfd = Socket::hostname_connect(host, port, errMsg);
|
_sockfd = SocketConnect::connect(host, port, errMsg, isCancellationRequested);
|
||||||
if (_sockfd == -1) return false;
|
if (_sockfd == -1) return false;
|
||||||
|
|
||||||
_ssl_context = openSSLCreateContext(errMsg);
|
_ssl_context = openSSLCreateContext(errMsg);
|
||||||
@ -342,18 +274,28 @@ namespace ix
|
|||||||
errMsg += ERR_error_string(ssl_err, nullptr);
|
errMsg += ERR_error_string(ssl_err, nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
_ssl_connection = openssl_create_connection(_ssl_context, _sockfd);
|
_ssl_connection = SSL_new(_ssl_context);
|
||||||
if (nullptr == _ssl_connection)
|
if (_ssl_connection == nullptr)
|
||||||
{
|
{
|
||||||
errMsg = "OpenSSL failed to connect";
|
errMsg = "OpenSSL failed to connect";
|
||||||
SSL_CTX_free(_ssl_context);
|
SSL_CTX_free(_ssl_context);
|
||||||
_ssl_context = nullptr;
|
_ssl_context = nullptr;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
SSL_set_fd(_ssl_connection, _sockfd);
|
||||||
|
|
||||||
// SNI support
|
// SNI support
|
||||||
SSL_set_tlsext_host_name(_ssl_connection, host.c_str());
|
SSL_set_tlsext_host_name(_ssl_connection, host.c_str());
|
||||||
|
|
||||||
|
#if OPENSSL_VERSION_NUMBER >= 0x10002000L
|
||||||
|
// Support for server name verification
|
||||||
|
// (The docs say that this should work from 1.0.2, and is the default from
|
||||||
|
// 1.1.0, but it does not. To be on the safe side, the manual test below is
|
||||||
|
// enabled for all versions prior to 1.1.0.)
|
||||||
|
X509_VERIFY_PARAM *param = SSL_get0_param(_ssl_connection);
|
||||||
|
X509_VERIFY_PARAM_set1_host(param, host.c_str(), 0);
|
||||||
|
#endif
|
||||||
|
|
||||||
handshakeSuccessful = openSSLHandshake(host, errMsg);
|
handshakeSuccessful = openSSLHandshake(host, errMsg);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -384,7 +326,7 @@ namespace ix
|
|||||||
Socket::close();
|
Socket::close();
|
||||||
}
|
}
|
||||||
|
|
||||||
int SocketOpenSSL::send(char* buf, size_t nbyte)
|
ssize_t SocketOpenSSL::send(char* buf, size_t nbyte)
|
||||||
{
|
{
|
||||||
ssize_t sent = 0;
|
ssize_t sent = 0;
|
||||||
|
|
||||||
@ -398,7 +340,7 @@ namespace ix
|
|||||||
}
|
}
|
||||||
|
|
||||||
ERR_clear_error();
|
ERR_clear_error();
|
||||||
int write_result = SSL_write(_ssl_connection, buf + sent, (int) nbyte);
|
ssize_t write_result = SSL_write(_ssl_connection, buf + sent, (int) nbyte);
|
||||||
int reason = SSL_get_error(_ssl_connection, write_result);
|
int reason = SSL_get_error(_ssl_connection, write_result);
|
||||||
|
|
||||||
if (reason == SSL_ERROR_NONE) {
|
if (reason == SSL_ERROR_NONE) {
|
||||||
@ -411,16 +353,16 @@ namespace ix
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return (int) sent;
|
return sent;
|
||||||
}
|
}
|
||||||
|
|
||||||
int SocketOpenSSL::send(const std::string& buffer)
|
ssize_t SocketOpenSSL::send(const std::string& buffer)
|
||||||
{
|
{
|
||||||
return send((char*)&buffer[0], buffer.size());
|
return send((char*)&buffer[0], buffer.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
// No wait support
|
// No wait support
|
||||||
int SocketOpenSSL::recv(void* buf, size_t nbyte)
|
ssize_t SocketOpenSSL::recv(void* buf, size_t nbyte)
|
||||||
{
|
{
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
@ -432,7 +374,7 @@ namespace ix
|
|||||||
}
|
}
|
||||||
|
|
||||||
ERR_clear_error();
|
ERR_clear_error();
|
||||||
int read_result = SSL_read(_ssl_connection, buf, (int) nbyte);
|
ssize_t read_result = SSL_read(_ssl_connection, buf, (int) nbyte);
|
||||||
|
|
||||||
if (read_result > 0)
|
if (read_result > 0)
|
||||||
{
|
{
|
||||||
@ -444,10 +386,8 @@ namespace ix
|
|||||||
if (reason == SSL_ERROR_WANT_READ || reason == SSL_ERROR_WANT_WRITE)
|
if (reason == SSL_ERROR_WANT_READ || reason == SSL_ERROR_WANT_WRITE)
|
||||||
{
|
{
|
||||||
errno = EWOULDBLOCK;
|
errno = EWOULDBLOCK;
|
||||||
return -1;
|
|
||||||
} else {
|
|
||||||
return -1;
|
|
||||||
}
|
}
|
||||||
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "IXSocket.h"
|
#include "IXSocket.h"
|
||||||
|
#include "IXCancellationRequest.h"
|
||||||
|
|
||||||
#include <openssl/bio.h>
|
#include <openssl/bio.h>
|
||||||
#include <openssl/hmac.h>
|
#include <openssl/hmac.h>
|
||||||
@ -21,19 +22,21 @@ namespace ix
|
|||||||
class SocketOpenSSL : public Socket
|
class SocketOpenSSL : public Socket
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
SocketOpenSSL();
|
SocketOpenSSL(int fd = -1);
|
||||||
~SocketOpenSSL();
|
~SocketOpenSSL();
|
||||||
|
|
||||||
virtual bool connect(const std::string& host,
|
virtual bool connect(const std::string& host,
|
||||||
int port,
|
int port,
|
||||||
std::string& errMsg) final;
|
std::string& errMsg,
|
||||||
|
const CancellationRequest& isCancellationRequested) final;
|
||||||
virtual void close() final;
|
virtual void close() final;
|
||||||
|
|
||||||
virtual int send(char* buffer, size_t length) final;
|
virtual ssize_t send(char* buffer, size_t length) final;
|
||||||
virtual int send(const std::string& buffer) final;
|
virtual ssize_t send(const std::string& buffer) final;
|
||||||
virtual int recv(void* buffer, size_t length) final;
|
virtual ssize_t recv(void* buffer, size_t length) final;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
void openSSLInitialize();
|
||||||
std::string getSSLError(int ret);
|
std::string getSSLError(int ret);
|
||||||
SSL_CTX* openSSLCreateContext(std::string& errMsg);
|
SSL_CTX* openSSLCreateContext(std::string& errMsg);
|
||||||
bool openSSLHandshake(const std::string& hostname, std::string& errMsg);
|
bool openSSLHandshake(const std::string& hostname, std::string& errMsg);
|
||||||
@ -42,10 +45,13 @@ namespace ix
|
|||||||
std::string& errMsg);
|
std::string& errMsg);
|
||||||
bool checkHost(const std::string& host, const char *pattern);
|
bool checkHost(const std::string& host, const char *pattern);
|
||||||
|
|
||||||
SSL_CTX* _ssl_context;
|
|
||||||
SSL* _ssl_connection;
|
SSL* _ssl_connection;
|
||||||
|
SSL_CTX* _ssl_context;
|
||||||
const SSL_METHOD* _ssl_method;
|
const SSL_METHOD* _ssl_method;
|
||||||
mutable std::mutex _mutex; // OpenSSL routines are not thread-safe
|
mutable std::mutex _mutex; // OpenSSL routines are not thread-safe
|
||||||
|
|
||||||
|
std::once_flag _openSSLInitFlag;
|
||||||
|
static std::atomic<bool> _openSSLInitializationSuccessful;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
107
ixwebsocket/IXSocketSChannel.cpp
Normal file
107
ixwebsocket/IXSocketSChannel.cpp
Normal file
@ -0,0 +1,107 @@
|
|||||||
|
/*
|
||||||
|
* IXSocketSChannel.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*
|
||||||
|
* See https://docs.microsoft.com/en-us/windows/desktop/WinSock/using-secure-socket-extensions
|
||||||
|
*
|
||||||
|
* https://github.com/pauldotknopf/WindowsSDK7-Samples/blob/master/netds/winsock/securesocket/stcpclient/tcpclient.c
|
||||||
|
*
|
||||||
|
* This is the right example to look at:
|
||||||
|
* https://www.codeproject.com/Articles/1000189/A-Working-TCP-Client-and-Server-With-SSL
|
||||||
|
*/
|
||||||
|
#include "IXSocketSChannel.h"
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
# include <basetsd.h>
|
||||||
|
# include <WinSock2.h>
|
||||||
|
# include <ws2def.h>
|
||||||
|
# include <WS2tcpip.h>
|
||||||
|
# include <schannel.h>
|
||||||
|
# include <sslsock.h>
|
||||||
|
# include <io.h>
|
||||||
|
|
||||||
|
#define WIN32_LEAN_AND_MEAN
|
||||||
|
|
||||||
|
#ifndef UNICODE
|
||||||
|
#define UNICODE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <windows.h>
|
||||||
|
#include <winsock2.h>
|
||||||
|
#include <mstcpip.h>
|
||||||
|
#include <ws2tcpip.h>
|
||||||
|
#include <rpc.h>
|
||||||
|
#include <ntdsapi.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <tchar.h>
|
||||||
|
|
||||||
|
#define RECV_DATA_BUF_SIZE 256
|
||||||
|
|
||||||
|
// Link with ws2_32.lib
|
||||||
|
#pragma comment(lib, "Ws2_32.lib")
|
||||||
|
|
||||||
|
// link with fwpuclnt.lib for Winsock secure socket extensions
|
||||||
|
#pragma comment(lib, "fwpuclnt.lib")
|
||||||
|
|
||||||
|
// link with ntdsapi.lib for DsMakeSpn function
|
||||||
|
#pragma comment(lib, "ntdsapi.lib")
|
||||||
|
|
||||||
|
// The following function assumes that Winsock
|
||||||
|
// has already been initialized
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#else
|
||||||
|
# error("This file should only be built on Windows")
|
||||||
|
#endif
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
SocketSChannel::SocketSChannel()
|
||||||
|
{
|
||||||
|
;
|
||||||
|
}
|
||||||
|
|
||||||
|
SocketSChannel::~SocketSChannel()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
bool SocketSChannel::connect(const std::string& host,
|
||||||
|
int port,
|
||||||
|
std::string& errMsg)
|
||||||
|
{
|
||||||
|
return Socket::connect(host, port, errMsg);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void SocketSChannel::secureSocket()
|
||||||
|
{
|
||||||
|
// there will be a lot to do here ...
|
||||||
|
}
|
||||||
|
|
||||||
|
void SocketSChannel::close()
|
||||||
|
{
|
||||||
|
Socket::close();
|
||||||
|
}
|
||||||
|
|
||||||
|
int SocketSChannel::send(char* buf, size_t nbyte)
|
||||||
|
{
|
||||||
|
return Socket::send(buf, nbyte);
|
||||||
|
}
|
||||||
|
|
||||||
|
int SocketSChannel::send(const std::string& buffer)
|
||||||
|
{
|
||||||
|
return Socket::send(buffer);
|
||||||
|
}
|
||||||
|
|
||||||
|
int SocketSChannel::recv(void* buf, size_t nbyte)
|
||||||
|
{
|
||||||
|
return Socket::recv(buf, nbyte);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
34
ixwebsocket/IXSocketSChannel.h
Normal file
34
ixwebsocket/IXSocketSChannel.h
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
/*
|
||||||
|
* IXSocketSChannel.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2017-2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "IXSocket.h"
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
class SocketSChannel : public Socket
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
SocketSChannel();
|
||||||
|
~SocketSChannel();
|
||||||
|
|
||||||
|
virtual bool connect(const std::string& host,
|
||||||
|
int port,
|
||||||
|
std::string& errMsg) final;
|
||||||
|
virtual void close() final;
|
||||||
|
|
||||||
|
// The important override
|
||||||
|
virtual void secureSocket() final;
|
||||||
|
|
||||||
|
virtual int send(char* buffer, size_t length) final;
|
||||||
|
virtual int send(const std::string& buffer) final;
|
||||||
|
virtual int recv(void* buffer, size_t length) final;
|
||||||
|
|
||||||
|
private:
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
228
ixwebsocket/IXSocketServer.cpp
Normal file
228
ixwebsocket/IXSocketServer.cpp
Normal file
@ -0,0 +1,228 @@
|
|||||||
|
/*
|
||||||
|
* IXSocketServer.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "IXSocketServer.h"
|
||||||
|
#include "IXSocket.h"
|
||||||
|
#include "IXSocketConnect.h"
|
||||||
|
#include "IXNetSystem.h"
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
#include <sstream>
|
||||||
|
#include <future>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
const int SocketServer::kDefaultPort(8080);
|
||||||
|
const std::string SocketServer::kDefaultHost("127.0.0.1");
|
||||||
|
const int SocketServer::kDefaultTcpBacklog(5);
|
||||||
|
const size_t SocketServer::kDefaultMaxConnections(32);
|
||||||
|
|
||||||
|
SocketServer::SocketServer(int port,
|
||||||
|
const std::string& host,
|
||||||
|
int backlog,
|
||||||
|
size_t maxConnections) :
|
||||||
|
_port(port),
|
||||||
|
_host(host),
|
||||||
|
_backlog(backlog),
|
||||||
|
_maxConnections(maxConnections),
|
||||||
|
_stop(false)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
SocketServer::~SocketServer()
|
||||||
|
{
|
||||||
|
stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
void SocketServer::logError(const std::string& str)
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_logMutex);
|
||||||
|
std::cerr << str << std::endl;
|
||||||
|
}
|
||||||
|
|
||||||
|
void SocketServer::logInfo(const std::string& str)
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_logMutex);
|
||||||
|
std::cout << str << std::endl;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::pair<bool, std::string> SocketServer::listen()
|
||||||
|
{
|
||||||
|
struct sockaddr_in server; // server address information
|
||||||
|
|
||||||
|
// Get a socket for accepting connections.
|
||||||
|
if ((_serverFd = socket(AF_INET, SOCK_STREAM, 0)) < 0)
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "SocketServer::listen() error creating socket): "
|
||||||
|
<< strerror(Socket::getErrno());
|
||||||
|
|
||||||
|
return std::make_pair(false, ss.str());
|
||||||
|
}
|
||||||
|
|
||||||
|
// Make that socket reusable. (allow restarting this server at will)
|
||||||
|
int enable = 1;
|
||||||
|
if (setsockopt(_serverFd, SOL_SOCKET, SO_REUSEADDR,
|
||||||
|
(char*) &enable, sizeof(enable)) < 0)
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "SocketServer::listen() error calling setsockopt(SO_REUSEADDR) "
|
||||||
|
<< "at address " << _host << ":" << _port
|
||||||
|
<< " : " << strerror(Socket::getErrno());
|
||||||
|
|
||||||
|
::close(_serverFd);
|
||||||
|
return std::make_pair(false, ss.str());
|
||||||
|
}
|
||||||
|
|
||||||
|
// Bind the socket to the server address.
|
||||||
|
server.sin_family = AF_INET;
|
||||||
|
server.sin_port = htons(_port);
|
||||||
|
|
||||||
|
// Using INADDR_ANY trigger a pop-up box as binding to any address is detected
|
||||||
|
// by the osx firewall. We need to codesign the binary with a self-signed cert
|
||||||
|
// to allow that, but this is a bit of a pain. (this is what node or python would do).
|
||||||
|
//
|
||||||
|
// Using INADDR_LOOPBACK also does not work ... while it should.
|
||||||
|
// We default to 127.0.0.1 (localhost)
|
||||||
|
//
|
||||||
|
server.sin_addr.s_addr = inet_addr(_host.c_str());
|
||||||
|
|
||||||
|
if (bind(_serverFd, (struct sockaddr *)&server, sizeof(server)) < 0)
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "SocketServer::listen() error calling bind "
|
||||||
|
<< "at address " << _host << ":" << _port
|
||||||
|
<< " : " << strerror(Socket::getErrno());
|
||||||
|
|
||||||
|
::close(_serverFd);
|
||||||
|
return std::make_pair(false, ss.str());
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Listen for connections. Specify the tcp backlog.
|
||||||
|
//
|
||||||
|
if (::listen(_serverFd, _backlog) < 0)
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "SocketServer::listen() error calling listen "
|
||||||
|
<< "at address " << _host << ":" << _port
|
||||||
|
<< " : " << strerror(Socket::getErrno());
|
||||||
|
|
||||||
|
::close(_serverFd);
|
||||||
|
return std::make_pair(false, ss.str());
|
||||||
|
}
|
||||||
|
|
||||||
|
return std::make_pair(true, "");
|
||||||
|
}
|
||||||
|
|
||||||
|
void SocketServer::start()
|
||||||
|
{
|
||||||
|
if (_thread.joinable()) return; // we've already been started
|
||||||
|
|
||||||
|
_thread = std::thread(&SocketServer::run, this);
|
||||||
|
}
|
||||||
|
|
||||||
|
void SocketServer::wait()
|
||||||
|
{
|
||||||
|
std::unique_lock<std::mutex> lock(_conditionVariableMutex);
|
||||||
|
_conditionVariable.wait(lock);
|
||||||
|
}
|
||||||
|
|
||||||
|
void SocketServer::stop()
|
||||||
|
{
|
||||||
|
if (!_thread.joinable()) return; // nothing to do
|
||||||
|
|
||||||
|
_stop = true;
|
||||||
|
_thread.join();
|
||||||
|
_stop = false;
|
||||||
|
|
||||||
|
_conditionVariable.notify_one();
|
||||||
|
::close(_serverFd);
|
||||||
|
}
|
||||||
|
|
||||||
|
void SocketServer::run()
|
||||||
|
{
|
||||||
|
// Set the socket to non blocking mode, so that accept calls are not blocking
|
||||||
|
SocketConnect::configure(_serverFd);
|
||||||
|
|
||||||
|
// Return value of std::async, ignored
|
||||||
|
std::future<void> f;
|
||||||
|
|
||||||
|
for (;;)
|
||||||
|
{
|
||||||
|
if (_stop) return;
|
||||||
|
|
||||||
|
// Use select to check whether a new connection is in progress
|
||||||
|
fd_set rfds;
|
||||||
|
struct timeval timeout;
|
||||||
|
timeout.tv_sec = 0;
|
||||||
|
timeout.tv_usec = 10 * 1000; // 10ms timeout
|
||||||
|
|
||||||
|
FD_ZERO(&rfds);
|
||||||
|
FD_SET(_serverFd, &rfds);
|
||||||
|
|
||||||
|
if (select(_serverFd + 1, &rfds, nullptr, nullptr, &timeout) < 0 &&
|
||||||
|
(errno == EBADF || errno == EINVAL))
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "SocketServer::run() error in select: "
|
||||||
|
<< strerror(Socket::getErrno());
|
||||||
|
logError(ss.str());
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!FD_ISSET(_serverFd, &rfds))
|
||||||
|
{
|
||||||
|
// We reached the select timeout, and no new connections are pending
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Accept a connection.
|
||||||
|
struct sockaddr_in client; // client address information
|
||||||
|
int clientFd; // socket connected to client
|
||||||
|
socklen_t addressLen = sizeof(socklen_t);
|
||||||
|
memset(&client, 0, sizeof(client));
|
||||||
|
|
||||||
|
if ((clientFd = accept(_serverFd, (struct sockaddr *)&client, &addressLen)) < 0)
|
||||||
|
{
|
||||||
|
if (Socket::getErrno() != EWOULDBLOCK)
|
||||||
|
{
|
||||||
|
// FIXME: that error should be propagated
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "SocketServer::run() error accepting connection: "
|
||||||
|
<< strerror(Socket::getErrno());
|
||||||
|
logError(ss.str());
|
||||||
|
}
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (getConnectedClientsCount() >= _maxConnections)
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "SocketServer::run() reached max connections = "
|
||||||
|
<< _maxConnections << ". "
|
||||||
|
<< "Not accepting connection";
|
||||||
|
logError(ss.str());
|
||||||
|
|
||||||
|
::close(clientFd);
|
||||||
|
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Launch the handleConnection work asynchronously in its own thread.
|
||||||
|
//
|
||||||
|
// the destructor of a future returned by std::async blocks,
|
||||||
|
// so we need to declare it outside of this loop
|
||||||
|
f = std::async(std::launch::async,
|
||||||
|
&SocketServer::handleConnection,
|
||||||
|
this,
|
||||||
|
clientFd);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
68
ixwebsocket/IXSocketServer.h
Normal file
68
ixwebsocket/IXSocketServer.h
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
/*
|
||||||
|
* IXSocketServer.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <utility> // pair
|
||||||
|
#include <string>
|
||||||
|
#include <set>
|
||||||
|
#include <thread>
|
||||||
|
#include <mutex>
|
||||||
|
#include <functional>
|
||||||
|
#include <memory>
|
||||||
|
#include <atomic>
|
||||||
|
#include <condition_variable>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
class SocketServer {
|
||||||
|
public:
|
||||||
|
SocketServer(int port = SocketServer::kDefaultPort,
|
||||||
|
const std::string& host = SocketServer::kDefaultHost,
|
||||||
|
int backlog = SocketServer::kDefaultTcpBacklog,
|
||||||
|
size_t maxConnections = SocketServer::kDefaultMaxConnections);
|
||||||
|
virtual ~SocketServer();
|
||||||
|
virtual void stop();
|
||||||
|
|
||||||
|
const static int kDefaultPort;
|
||||||
|
const static std::string kDefaultHost;
|
||||||
|
const static int kDefaultTcpBacklog;
|
||||||
|
const static size_t kDefaultMaxConnections;
|
||||||
|
|
||||||
|
void start();
|
||||||
|
std::pair<bool, std::string> listen();
|
||||||
|
void wait();
|
||||||
|
|
||||||
|
protected:
|
||||||
|
|
||||||
|
// Logging
|
||||||
|
void logError(const std::string& str);
|
||||||
|
void logInfo(const std::string& str);
|
||||||
|
|
||||||
|
private:
|
||||||
|
// Member variables
|
||||||
|
int _port;
|
||||||
|
std::string _host;
|
||||||
|
int _backlog;
|
||||||
|
size_t _maxConnections;
|
||||||
|
|
||||||
|
// socket for accepting connections
|
||||||
|
int _serverFd;
|
||||||
|
|
||||||
|
std::mutex _logMutex;
|
||||||
|
|
||||||
|
std::atomic<bool> _stop;
|
||||||
|
std::thread _thread;
|
||||||
|
|
||||||
|
std::condition_variable _conditionVariable;
|
||||||
|
std::mutex _conditionVariableMutex;
|
||||||
|
|
||||||
|
// Methods
|
||||||
|
void run();
|
||||||
|
virtual void handleConnection(int fd) = 0;
|
||||||
|
virtual size_t getConnectedClientsCount() = 0;
|
||||||
|
};
|
||||||
|
}
|
@ -5,14 +5,15 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "IXWebSocket.h"
|
#include "IXWebSocket.h"
|
||||||
|
#include "IXSetThreadName.h"
|
||||||
|
#include "IXWebSocketHandshake.h"
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
namespace {
|
namespace
|
||||||
|
{
|
||||||
// FIXME: put this in a shared location, and use it in
|
|
||||||
uint64_t calculateRetryWaitMilliseconds(uint64_t retry_count)
|
uint64_t calculateRetryWaitMilliseconds(uint64_t retry_count)
|
||||||
{
|
{
|
||||||
// This will overflow quite fast for large value of retry_count
|
// This will overflow quite fast for large value of retry_count
|
||||||
@ -24,19 +25,29 @@ namespace {
|
|||||||
uint64_t tenSeconds = 10 * 1000;
|
uint64_t tenSeconds = 10 * 1000;
|
||||||
return (wait_time > tenSeconds || retry_count > 10) ? tenSeconds : wait_time;
|
return (wait_time > tenSeconds || retry_count > 10) ? tenSeconds : wait_time;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace ix {
|
namespace ix
|
||||||
|
{
|
||||||
OnTrafficTrackerCallback WebSocket::_onTrafficTrackerCallback = nullptr;
|
OnTrafficTrackerCallback WebSocket::_onTrafficTrackerCallback = nullptr;
|
||||||
|
const int WebSocket::kDefaultHandShakeTimeoutSecs(60);
|
||||||
|
const int WebSocket::kDefaultHeartBeatPeriod(-1);
|
||||||
|
|
||||||
WebSocket::WebSocket() :
|
WebSocket::WebSocket() :
|
||||||
_verbose(false),
|
|
||||||
_onMessageCallback(OnMessageCallback()),
|
_onMessageCallback(OnMessageCallback()),
|
||||||
_stop(false),
|
_stop(false),
|
||||||
_automaticReconnection(true)
|
_automaticReconnection(true),
|
||||||
|
_handshakeTimeoutSecs(kDefaultHandShakeTimeoutSecs),
|
||||||
|
_heartBeatPeriod(kDefaultHeartBeatPeriod)
|
||||||
{
|
{
|
||||||
|
_ws.setOnCloseCallback(
|
||||||
|
[this](uint16_t code, const std::string& reason, size_t wireSize)
|
||||||
|
{
|
||||||
|
_onMessageCallback(WebSocket_MessageType_Close, "", wireSize,
|
||||||
|
WebSocketErrorInfo(), WebSocketOpenInfo(),
|
||||||
|
WebSocketCloseInfo(code, reason));
|
||||||
|
}
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
WebSocket::~WebSocket()
|
WebSocket::~WebSocket()
|
||||||
@ -44,12 +55,42 @@ namespace ix {
|
|||||||
stop();
|
stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebSocket::configure(const std::string& url)
|
void WebSocket::setUrl(const std::string& url)
|
||||||
{
|
{
|
||||||
std::lock_guard<std::mutex> lock(_urlMutex);
|
std::lock_guard<std::mutex> lock(_configMutex);
|
||||||
_url = url;
|
_url = url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const std::string& WebSocket::getUrl() const
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_configMutex);
|
||||||
|
return _url;
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocket::setPerMessageDeflateOptions(const WebSocketPerMessageDeflateOptions& perMessageDeflateOptions)
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_configMutex);
|
||||||
|
_perMessageDeflateOptions = perMessageDeflateOptions;
|
||||||
|
}
|
||||||
|
|
||||||
|
const WebSocketPerMessageDeflateOptions& WebSocket::getPerMessageDeflateOptions() const
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_configMutex);
|
||||||
|
return _perMessageDeflateOptions;
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocket::setHeartBeatPeriod(int hearBeatPeriod)
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_configMutex);
|
||||||
|
_heartBeatPeriod = hearBeatPeriod;
|
||||||
|
}
|
||||||
|
|
||||||
|
int WebSocket::getHeartBeatPeriod() const
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_configMutex);
|
||||||
|
return _heartBeatPeriod;
|
||||||
|
}
|
||||||
|
|
||||||
void WebSocket::start()
|
void WebSocket::start()
|
||||||
{
|
{
|
||||||
if (_thread.joinable()) return; // we've already been started
|
if (_thread.joinable()) return; // we've already been started
|
||||||
@ -59,13 +100,16 @@ namespace ix {
|
|||||||
|
|
||||||
void WebSocket::stop()
|
void WebSocket::stop()
|
||||||
{
|
{
|
||||||
|
bool automaticReconnection = _automaticReconnection;
|
||||||
|
|
||||||
|
// This value needs to be forced when shutting down, it is restored later
|
||||||
_automaticReconnection = false;
|
_automaticReconnection = false;
|
||||||
|
|
||||||
close();
|
close();
|
||||||
|
|
||||||
if (!_thread.joinable())
|
if (!_thread.joinable())
|
||||||
{
|
{
|
||||||
_automaticReconnection = true;
|
_automaticReconnection = automaticReconnection;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -73,40 +117,47 @@ namespace ix {
|
|||||||
_thread.join();
|
_thread.join();
|
||||||
_stop = false;
|
_stop = false;
|
||||||
|
|
||||||
_automaticReconnection = true;
|
_automaticReconnection = automaticReconnection;
|
||||||
}
|
}
|
||||||
|
|
||||||
WebSocketInitResult WebSocket::connect()
|
WebSocketInitResult WebSocket::connect(int timeoutSecs)
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
std::lock_guard<std::mutex> lock(_urlMutex);
|
std::lock_guard<std::mutex> lock(_configMutex);
|
||||||
_ws.configure(_url);
|
_ws.configure(_perMessageDeflateOptions,
|
||||||
|
_heartBeatPeriod);
|
||||||
}
|
}
|
||||||
|
|
||||||
_ws.setOnStateChangeCallback(
|
WebSocketInitResult status = _ws.connectToUrl(_url, timeoutSecs);
|
||||||
[this](WebSocketTransport::ReadyStateValues readyStateValue)
|
|
||||||
{
|
|
||||||
if (readyStateValue == WebSocketTransport::CLOSED)
|
|
||||||
{
|
|
||||||
_onMessageCallback(WebSocket_MessageType_Close, "", WebSocketErrorInfo());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (_verbose)
|
|
||||||
{
|
|
||||||
std::cout << "connection state changed -> "
|
|
||||||
<< readyStateToString(getReadyState())
|
|
||||||
<< std::endl;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
WebSocketInitResult status = _ws.init();
|
|
||||||
if (!status.success)
|
if (!status.success)
|
||||||
{
|
{
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
_onMessageCallback(WebSocket_MessageType_Open, "", WebSocketErrorInfo());
|
_onMessageCallback(WebSocket_MessageType_Open, "", 0,
|
||||||
|
WebSocketErrorInfo(),
|
||||||
|
WebSocketOpenInfo(status.uri, status.headers),
|
||||||
|
WebSocketCloseInfo());
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
WebSocketInitResult WebSocket::connectToSocket(int fd, int timeoutSecs)
|
||||||
|
{
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_configMutex);
|
||||||
|
_ws.configure(_perMessageDeflateOptions, _heartBeatPeriod);
|
||||||
|
}
|
||||||
|
|
||||||
|
WebSocketInitResult status = _ws.connectToSocket(fd, timeoutSecs);
|
||||||
|
if (!status.success)
|
||||||
|
{
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
|
||||||
|
_onMessageCallback(WebSocket_MessageType_Open, "", 0,
|
||||||
|
WebSocketErrorInfo(),
|
||||||
|
WebSocketOpenInfo(status.uri, status.headers),
|
||||||
|
WebSocketCloseInfo());
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -140,7 +191,7 @@ namespace ix {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
status = connect();
|
status = connect(_handshakeTimeoutSecs);
|
||||||
|
|
||||||
if (!status.success && !_stop)
|
if (!status.success && !_stop)
|
||||||
{
|
{
|
||||||
@ -150,9 +201,9 @@ namespace ix {
|
|||||||
connectErr.wait_time = duration.count();
|
connectErr.wait_time = duration.count();
|
||||||
connectErr.reason = status.errorStr;
|
connectErr.reason = status.errorStr;
|
||||||
connectErr.http_status = status.http_status;
|
connectErr.http_status = status.http_status;
|
||||||
_onMessageCallback(WebSocket_MessageType_Error, "", connectErr);
|
_onMessageCallback(WebSocket_MessageType_Error, "", 0,
|
||||||
|
connectErr, WebSocketOpenInfo(),
|
||||||
if (_verbose) std::cout << "Sleeping for " << duration.count() << "ms" << std::endl;
|
WebSocketCloseInfo());
|
||||||
|
|
||||||
std::this_thread::sleep_for(duration);
|
std::this_thread::sleep_for(duration);
|
||||||
}
|
}
|
||||||
@ -161,6 +212,8 @@ namespace ix {
|
|||||||
|
|
||||||
void WebSocket::run()
|
void WebSocket::run()
|
||||||
{
|
{
|
||||||
|
setThreadName(_url);
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
if (_stop) return;
|
if (_stop) return;
|
||||||
@ -177,12 +230,44 @@ namespace ix {
|
|||||||
|
|
||||||
// 3. Dispatch the incoming messages
|
// 3. Dispatch the incoming messages
|
||||||
_ws.dispatch(
|
_ws.dispatch(
|
||||||
[this](const std::string& msg)
|
[this](const std::string& msg,
|
||||||
|
size_t wireSize,
|
||||||
|
bool decompressionError,
|
||||||
|
WebSocketTransport::MessageKind messageKind)
|
||||||
{
|
{
|
||||||
_onMessageCallback(WebSocket_MessageType_Message, msg, WebSocketErrorInfo());
|
WebSocketMessageType webSocketMessageType;
|
||||||
|
switch (messageKind)
|
||||||
|
{
|
||||||
|
case WebSocketTransport::MSG:
|
||||||
|
{
|
||||||
|
webSocketMessageType = WebSocket_MessageType_Message;
|
||||||
|
} break;
|
||||||
|
|
||||||
|
case WebSocketTransport::PING:
|
||||||
|
{
|
||||||
|
webSocketMessageType = WebSocket_MessageType_Ping;
|
||||||
|
} break;
|
||||||
|
|
||||||
|
case WebSocketTransport::PONG:
|
||||||
|
{
|
||||||
|
webSocketMessageType = WebSocket_MessageType_Pong;
|
||||||
|
} break;
|
||||||
|
}
|
||||||
|
|
||||||
|
WebSocketErrorInfo webSocketErrorInfo;
|
||||||
|
webSocketErrorInfo.decompressionError = decompressionError;
|
||||||
|
|
||||||
|
_onMessageCallback(webSocketMessageType, msg, wireSize,
|
||||||
|
webSocketErrorInfo, WebSocketOpenInfo(),
|
||||||
|
WebSocketCloseInfo());
|
||||||
|
|
||||||
WebSocket::invokeTrafficTrackerCallback(msg.size(), true);
|
WebSocket::invokeTrafficTrackerCallback(msg.size(), true);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// 4. In blocking mode, getting out of this function is triggered by
|
||||||
|
// an explicit disconnection from the callback, or by the remote end
|
||||||
|
// closing the connection, ie isConnected() == false.
|
||||||
|
if (!_thread.joinable() && !isConnected() && !_automaticReconnection) return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -209,9 +294,26 @@ namespace ix {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool WebSocket::send(const std::string& text)
|
WebSocketSendInfo WebSocket::send(const std::string& text,
|
||||||
|
const OnProgressCallback& onProgressCallback)
|
||||||
{
|
{
|
||||||
if (!isConnected()) return false;
|
return sendMessage(text, false, onProgressCallback);
|
||||||
|
}
|
||||||
|
|
||||||
|
WebSocketSendInfo WebSocket::ping(const std::string& text)
|
||||||
|
{
|
||||||
|
// Standard limit ping message size
|
||||||
|
constexpr size_t pingMaxPayloadSize = 125;
|
||||||
|
if (text.size() > pingMaxPayloadSize) return WebSocketSendInfo(false);
|
||||||
|
|
||||||
|
return sendMessage(text, true);
|
||||||
|
}
|
||||||
|
|
||||||
|
WebSocketSendInfo WebSocket::sendMessage(const std::string& text,
|
||||||
|
bool ping,
|
||||||
|
const OnProgressCallback& onProgressCallback)
|
||||||
|
{
|
||||||
|
if (!isConnected()) return WebSocketSendInfo(false);
|
||||||
|
|
||||||
//
|
//
|
||||||
// It is OK to read and write on the same socket in 2 different threads.
|
// It is OK to read and write on the same socket in 2 different threads.
|
||||||
@ -223,11 +325,20 @@ namespace ix {
|
|||||||
// incoming messages are arriving / there's data to be received.
|
// incoming messages are arriving / there's data to be received.
|
||||||
//
|
//
|
||||||
std::lock_guard<std::mutex> lock(_writeMutex);
|
std::lock_guard<std::mutex> lock(_writeMutex);
|
||||||
_ws.sendBinary(text);
|
WebSocketSendInfo webSocketSendInfo;
|
||||||
|
|
||||||
WebSocket::invokeTrafficTrackerCallback(text.size(), false);
|
if (ping)
|
||||||
|
{
|
||||||
|
webSocketSendInfo = _ws.sendPing(text);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
webSocketSendInfo = _ws.sendBinary(text, onProgressCallback);
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
WebSocket::invokeTrafficTrackerCallback(webSocketSendInfo.wireSize, false);
|
||||||
|
|
||||||
|
return webSocketSendInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
ReadyState WebSocket::getReadyState() const
|
ReadyState WebSocket::getReadyState() const
|
||||||
@ -238,6 +349,7 @@ namespace ix {
|
|||||||
case ix::WebSocketTransport::CONNECTING: return WebSocket_ReadyState_Connecting;
|
case ix::WebSocketTransport::CONNECTING: return WebSocket_ReadyState_Connecting;
|
||||||
case ix::WebSocketTransport::CLOSING: return WebSocket_ReadyState_Closing;
|
case ix::WebSocketTransport::CLOSING: return WebSocket_ReadyState_Closing;
|
||||||
case ix::WebSocketTransport::CLOSED: return WebSocket_ReadyState_Closed;
|
case ix::WebSocketTransport::CLOSED: return WebSocket_ReadyState_Closed;
|
||||||
|
default: return WebSocket_ReadyState_Closed;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -249,12 +361,17 @@ namespace ix {
|
|||||||
case WebSocket_ReadyState_Connecting: return "CONNECTING";
|
case WebSocket_ReadyState_Connecting: return "CONNECTING";
|
||||||
case WebSocket_ReadyState_Closing: return "CLOSING";
|
case WebSocket_ReadyState_Closing: return "CLOSING";
|
||||||
case WebSocket_ReadyState_Closed: return "CLOSED";
|
case WebSocket_ReadyState_Closed: return "CLOSED";
|
||||||
|
default: return "CLOSED";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::string& WebSocket::getUrl() const
|
void WebSocket::enableAutomaticReconnection()
|
||||||
{
|
{
|
||||||
std::lock_guard<std::mutex> lock(_urlMutex);
|
_automaticReconnection = true;
|
||||||
return _url;
|
}
|
||||||
|
|
||||||
|
void WebSocket::disableAutomaticReconnection()
|
||||||
|
{
|
||||||
|
_automaticReconnection = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -15,6 +15,11 @@
|
|||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
|
||||||
#include "IXWebSocketTransport.h"
|
#include "IXWebSocketTransport.h"
|
||||||
|
#include "IXWebSocketErrorInfo.h"
|
||||||
|
#include "IXWebSocketSendInfo.h"
|
||||||
|
#include "IXWebSocketPerMessageDeflateOptions.h"
|
||||||
|
#include "IXWebSocketHttpHeaders.h"
|
||||||
|
#include "IXProgressCallback.h"
|
||||||
|
|
||||||
namespace ix
|
namespace ix
|
||||||
{
|
{
|
||||||
@ -32,18 +37,46 @@ namespace ix
|
|||||||
WebSocket_MessageType_Message = 0,
|
WebSocket_MessageType_Message = 0,
|
||||||
WebSocket_MessageType_Open = 1,
|
WebSocket_MessageType_Open = 1,
|
||||||
WebSocket_MessageType_Close = 2,
|
WebSocket_MessageType_Close = 2,
|
||||||
WebSocket_MessageType_Error = 3
|
WebSocket_MessageType_Error = 3,
|
||||||
|
WebSocket_MessageType_Ping = 4,
|
||||||
|
WebSocket_MessageType_Pong = 5
|
||||||
};
|
};
|
||||||
|
|
||||||
struct WebSocketErrorInfo
|
struct WebSocketOpenInfo
|
||||||
{
|
{
|
||||||
uint64_t retries;
|
std::string uri;
|
||||||
double wait_time;
|
WebSocketHttpHeaders headers;
|
||||||
int http_status;
|
|
||||||
std::string reason;
|
WebSocketOpenInfo(const std::string& u = std::string(),
|
||||||
|
const WebSocketHttpHeaders& h = WebSocketHttpHeaders())
|
||||||
|
: uri(u)
|
||||||
|
, headers(h)
|
||||||
|
{
|
||||||
|
;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
using OnMessageCallback = std::function<void(WebSocketMessageType, const std::string&, const WebSocketErrorInfo)>;
|
struct WebSocketCloseInfo
|
||||||
|
{
|
||||||
|
uint16_t code;
|
||||||
|
std::string reason;
|
||||||
|
|
||||||
|
WebSocketCloseInfo(uint16_t c = 0,
|
||||||
|
const std::string& r = std::string())
|
||||||
|
: code(c)
|
||||||
|
, reason(r)
|
||||||
|
{
|
||||||
|
;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
using OnMessageCallback = std::function<void(WebSocketMessageType,
|
||||||
|
const std::string&,
|
||||||
|
size_t wireSize,
|
||||||
|
const WebSocketErrorInfo&,
|
||||||
|
const WebSocketOpenInfo&,
|
||||||
|
const WebSocketCloseInfo&)>;
|
||||||
|
|
||||||
using OnTrafficTrackerCallback = std::function<void(size_t size, bool incoming)>;
|
using OnTrafficTrackerCallback = std::function<void(size_t size, bool incoming)>;
|
||||||
|
|
||||||
class WebSocket
|
class WebSocket
|
||||||
@ -52,36 +85,57 @@ namespace ix
|
|||||||
WebSocket();
|
WebSocket();
|
||||||
~WebSocket();
|
~WebSocket();
|
||||||
|
|
||||||
void configure(const std::string& url);
|
void setUrl(const std::string& url);
|
||||||
|
void setPerMessageDeflateOptions(const WebSocketPerMessageDeflateOptions& perMessageDeflateOptions);
|
||||||
|
void setHandshakeTimeout(int handshakeTimeoutSecs);
|
||||||
|
void setHeartBeatPeriod(int hearBeatPeriod);
|
||||||
|
|
||||||
|
// Run asynchronously, by calling start and stop.
|
||||||
void start();
|
void start();
|
||||||
void stop();
|
void stop();
|
||||||
bool send(const std::string& text);
|
|
||||||
|
// Run in blocking mode, by connecting first manually, and then calling run.
|
||||||
|
WebSocketInitResult connect(int timeoutSecs);
|
||||||
|
void run();
|
||||||
|
|
||||||
|
WebSocketSendInfo send(const std::string& text,
|
||||||
|
const OnProgressCallback& onProgressCallback = nullptr);
|
||||||
|
WebSocketSendInfo ping(const std::string& text);
|
||||||
void close();
|
void close();
|
||||||
|
|
||||||
void setOnMessageCallback(const OnMessageCallback& callback);
|
void setOnMessageCallback(const OnMessageCallback& callback);
|
||||||
static void setTrafficTrackerCallback(const OnTrafficTrackerCallback& callback);
|
static void setTrafficTrackerCallback(const OnTrafficTrackerCallback& callback);
|
||||||
static void resetTrafficTrackerCallback();
|
static void resetTrafficTrackerCallback();
|
||||||
|
|
||||||
void setVerbose(bool verbose) { _verbose = verbose; }
|
|
||||||
|
|
||||||
const std::string& getUrl() const;
|
|
||||||
ReadyState getReadyState() const;
|
ReadyState getReadyState() const;
|
||||||
|
const std::string& getUrl() const;
|
||||||
|
const WebSocketPerMessageDeflateOptions& getPerMessageDeflateOptions() const;
|
||||||
|
int getHeartBeatPeriod() const;
|
||||||
|
|
||||||
|
void enableAutomaticReconnection();
|
||||||
|
void disableAutomaticReconnection();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void run();
|
|
||||||
|
|
||||||
WebSocketInitResult connect();
|
WebSocketSendInfo sendMessage(const std::string& text,
|
||||||
|
bool ping,
|
||||||
|
const OnProgressCallback& callback = nullptr);
|
||||||
|
|
||||||
bool isConnected() const;
|
bool isConnected() const;
|
||||||
bool isClosing() const;
|
bool isClosing() const;
|
||||||
void reconnectPerpetuallyIfDisconnected();
|
void reconnectPerpetuallyIfDisconnected();
|
||||||
std::string readyStateToString(ReadyState readyState);
|
std::string readyStateToString(ReadyState readyState);
|
||||||
static void invokeTrafficTrackerCallback(size_t size, bool incoming);
|
static void invokeTrafficTrackerCallback(size_t size, bool incoming);
|
||||||
|
|
||||||
|
// Server
|
||||||
|
void setSocketFileDescriptor(int fd);
|
||||||
|
WebSocketInitResult connectToSocket(int fd, int timeoutSecs);
|
||||||
|
|
||||||
WebSocketTransport _ws;
|
WebSocketTransport _ws;
|
||||||
|
|
||||||
std::string _url;
|
std::string _url;
|
||||||
mutable std::mutex _urlMutex;
|
WebSocketPerMessageDeflateOptions _perMessageDeflateOptions;
|
||||||
bool _verbose;
|
mutable std::mutex _configMutex; // protect all config variables access
|
||||||
|
|
||||||
OnMessageCallback _onMessageCallback;
|
OnMessageCallback _onMessageCallback;
|
||||||
static OnTrafficTrackerCallback _onTrafficTrackerCallback;
|
static OnTrafficTrackerCallback _onTrafficTrackerCallback;
|
||||||
@ -91,6 +145,13 @@ namespace ix
|
|||||||
std::thread _thread;
|
std::thread _thread;
|
||||||
std::mutex _writeMutex;
|
std::mutex _writeMutex;
|
||||||
|
|
||||||
static int kHeartBeatPeriod;
|
std::atomic<int> _handshakeTimeoutSecs;
|
||||||
|
static const int kDefaultHandShakeTimeoutSecs;
|
||||||
|
|
||||||
|
// Optional Heartbeat
|
||||||
|
int _heartBeatPeriod;
|
||||||
|
static const int kDefaultHeartBeatPeriod;
|
||||||
|
|
||||||
|
friend class WebSocketServer;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
21
ixwebsocket/IXWebSocketErrorInfo.h
Normal file
21
ixwebsocket/IXWebSocketErrorInfo.h
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
/*
|
||||||
|
* IXWebSocketErrorInfo.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2017-2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
struct WebSocketErrorInfo
|
||||||
|
{
|
||||||
|
uint64_t retries;
|
||||||
|
double wait_time;
|
||||||
|
int http_status;
|
||||||
|
std::string reason;
|
||||||
|
bool decompressionError;
|
||||||
|
};
|
||||||
|
}
|
525
ixwebsocket/IXWebSocketHandshake.cpp
Normal file
525
ixwebsocket/IXWebSocketHandshake.cpp
Normal file
@ -0,0 +1,525 @@
|
|||||||
|
/*
|
||||||
|
* IXWebSocketHandshake.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2019 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "IXWebSocketHandshake.h"
|
||||||
|
#include "IXSocketConnect.h"
|
||||||
|
|
||||||
|
#include "libwshandshake.hpp"
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
#include <sstream>
|
||||||
|
#include <regex>
|
||||||
|
#include <random>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
WebSocketHandshake::WebSocketHandshake(std::atomic<bool>& requestInitCancellation,
|
||||||
|
std::shared_ptr<Socket> socket,
|
||||||
|
WebSocketPerMessageDeflate& perMessageDeflate,
|
||||||
|
WebSocketPerMessageDeflateOptions& perMessageDeflateOptions,
|
||||||
|
std::atomic<bool>& enablePerMessageDeflate) :
|
||||||
|
_requestInitCancellation(requestInitCancellation),
|
||||||
|
_socket(socket),
|
||||||
|
_perMessageDeflate(perMessageDeflate),
|
||||||
|
_perMessageDeflateOptions(perMessageDeflateOptions),
|
||||||
|
_enablePerMessageDeflate(enablePerMessageDeflate)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
bool WebSocketHandshake::parseUrl(const std::string& url,
|
||||||
|
std::string& protocol,
|
||||||
|
std::string& host,
|
||||||
|
std::string& path,
|
||||||
|
std::string& query,
|
||||||
|
int& port)
|
||||||
|
{
|
||||||
|
std::regex ex("(ws|wss)://([^/ :]+):?([^/ ]*)(/?[^ #?]*)\\x3f?([^ #]*)#?([^ ]*)");
|
||||||
|
std::cmatch what;
|
||||||
|
if (!regex_match(url.c_str(), what, ex))
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string portStr;
|
||||||
|
|
||||||
|
protocol = std::string(what[1].first, what[1].second);
|
||||||
|
host = std::string(what[2].first, what[2].second);
|
||||||
|
portStr = std::string(what[3].first, what[3].second);
|
||||||
|
path = std::string(what[4].first, what[4].second);
|
||||||
|
query = std::string(what[5].first, what[5].second);
|
||||||
|
|
||||||
|
if (portStr.empty())
|
||||||
|
{
|
||||||
|
if (protocol == "ws")
|
||||||
|
{
|
||||||
|
port = 80;
|
||||||
|
}
|
||||||
|
else if (protocol == "wss")
|
||||||
|
{
|
||||||
|
port = 443;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// Invalid protocol. Should be caught by regex check
|
||||||
|
// but this missing branch trigger cpplint linter.
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << portStr;
|
||||||
|
ss >> port;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (path.empty())
|
||||||
|
{
|
||||||
|
path = "/";
|
||||||
|
}
|
||||||
|
else if (path[0] != '/')
|
||||||
|
{
|
||||||
|
path = '/' + path;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!query.empty())
|
||||||
|
{
|
||||||
|
path += "?";
|
||||||
|
path += query;
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketHandshake::printUrl(const std::string& url)
|
||||||
|
{
|
||||||
|
std::string protocol, host, path, query;
|
||||||
|
int port {0};
|
||||||
|
|
||||||
|
if (!WebSocketHandshake::parseUrl(url, protocol, host,
|
||||||
|
path, query, port))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::cout << "[" << url << "]" << std::endl;
|
||||||
|
std::cout << protocol << std::endl;
|
||||||
|
std::cout << host << std::endl;
|
||||||
|
std::cout << port << std::endl;
|
||||||
|
std::cout << path << std::endl;
|
||||||
|
std::cout << query << std::endl;
|
||||||
|
std::cout << "-------------------------------" << std::endl;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string WebSocketHandshake::trim(const std::string& str)
|
||||||
|
{
|
||||||
|
std::string out(str);
|
||||||
|
out.erase(std::remove(out.begin(), out.end(), ' '), out.end());
|
||||||
|
out.erase(std::remove(out.begin(), out.end(), '\r'), out.end());
|
||||||
|
out.erase(std::remove(out.begin(), out.end(), '\n'), out.end());
|
||||||
|
return out;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool WebSocketHandshake::insensitiveStringCompare(const std::string& a, const std::string& b)
|
||||||
|
{
|
||||||
|
return std::equal(a.begin(), a.end(),
|
||||||
|
b.begin(), b.end(),
|
||||||
|
[](char a, char b)
|
||||||
|
{
|
||||||
|
return tolower(a) == tolower(b);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
std::tuple<std::string, std::string, std::string> WebSocketHandshake::parseRequestLine(const std::string& line)
|
||||||
|
{
|
||||||
|
// Request-Line = Method SP Request-URI SP HTTP-Version CRLF
|
||||||
|
std::string token;
|
||||||
|
std::stringstream tokenStream(line);
|
||||||
|
std::vector<std::string> tokens;
|
||||||
|
|
||||||
|
// Split by ' '
|
||||||
|
while (std::getline(tokenStream, token, ' '))
|
||||||
|
{
|
||||||
|
tokens.push_back(token);
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string method;
|
||||||
|
if (tokens.size() >= 1)
|
||||||
|
{
|
||||||
|
method = trim(tokens[0]);
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string requestUri;
|
||||||
|
if (tokens.size() >= 2)
|
||||||
|
{
|
||||||
|
requestUri = trim(tokens[1]);
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string httpVersion;
|
||||||
|
if (tokens.size() >= 3)
|
||||||
|
{
|
||||||
|
httpVersion = trim(tokens[2]);
|
||||||
|
}
|
||||||
|
|
||||||
|
return std::make_tuple(method, requestUri, httpVersion);
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string WebSocketHandshake::genRandomString(const int len)
|
||||||
|
{
|
||||||
|
std::string alphanum =
|
||||||
|
"0123456789"
|
||||||
|
"ABCDEFGH"
|
||||||
|
"abcdefgh";
|
||||||
|
|
||||||
|
std::random_device r;
|
||||||
|
std::default_random_engine e1(r());
|
||||||
|
std::uniform_int_distribution<int> dist(0, (int) alphanum.size() - 1);
|
||||||
|
|
||||||
|
std::string s;
|
||||||
|
s.resize(len);
|
||||||
|
|
||||||
|
for (int i = 0; i < len; ++i)
|
||||||
|
{
|
||||||
|
int x = dist(e1);
|
||||||
|
s[i] = alphanum[x];
|
||||||
|
}
|
||||||
|
|
||||||
|
return s;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
std::pair<bool, WebSocketHttpHeaders> WebSocketHandshake::parseHttpHeaders(
|
||||||
|
const CancellationRequest& isCancellationRequested)
|
||||||
|
{
|
||||||
|
WebSocketHttpHeaders headers;
|
||||||
|
|
||||||
|
char line[256];
|
||||||
|
int i;
|
||||||
|
|
||||||
|
while (true)
|
||||||
|
{
|
||||||
|
int colon = 0;
|
||||||
|
|
||||||
|
for (i = 0;
|
||||||
|
i < 2 || (i < 255 && line[i-2] != '\r' && line[i-1] != '\n');
|
||||||
|
++i)
|
||||||
|
{
|
||||||
|
if (!_socket->readByte(line+i, isCancellationRequested))
|
||||||
|
{
|
||||||
|
return std::make_pair(false, headers);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (line[i] == ':' && colon == 0)
|
||||||
|
{
|
||||||
|
colon = i;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (line[0] == '\r' && line[1] == '\n')
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
// line is a single header entry. split by ':', and add it to our
|
||||||
|
// header map. ignore lines with no colon.
|
||||||
|
if (colon > 0)
|
||||||
|
{
|
||||||
|
line[i] = '\0';
|
||||||
|
std::string lineStr(line);
|
||||||
|
// colon is ':', colon+1 is ' ', colon+2 is the start of the value.
|
||||||
|
// i is end of string (\0), i-colon is length of string minus key;
|
||||||
|
// subtract 1 for '\0', 1 for '\n', 1 for '\r',
|
||||||
|
// 1 for the ' ' after the ':', and total is -4
|
||||||
|
std::string name(lineStr.substr(0, colon));
|
||||||
|
std::string value(lineStr.substr(colon + 2, i - colon - 4));
|
||||||
|
|
||||||
|
// Make the name lower case.
|
||||||
|
std::transform(name.begin(), name.end(), name.begin(), ::tolower);
|
||||||
|
|
||||||
|
headers[name] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return std::make_pair(true, headers);
|
||||||
|
}
|
||||||
|
|
||||||
|
WebSocketInitResult WebSocketHandshake::sendErrorResponse(int code, const std::string& reason)
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "HTTP/1.1 ";
|
||||||
|
ss << code;
|
||||||
|
ss << "\r\n";
|
||||||
|
ss << reason;
|
||||||
|
ss << "\r\n";
|
||||||
|
|
||||||
|
// Socket write can only be cancelled through a timeout here, not manually.
|
||||||
|
static std::atomic<bool> requestInitCancellation(false);
|
||||||
|
auto isCancellationRequested =
|
||||||
|
makeCancellationRequestWithTimeout(1, requestInitCancellation);
|
||||||
|
|
||||||
|
if (!_socket->writeBytes(ss.str(), isCancellationRequested))
|
||||||
|
{
|
||||||
|
return WebSocketInitResult(false, 500, "Timed out while sending error response");
|
||||||
|
}
|
||||||
|
|
||||||
|
return WebSocketInitResult(false, code, reason);
|
||||||
|
}
|
||||||
|
|
||||||
|
WebSocketInitResult WebSocketHandshake::clientHandshake(const std::string& url,
|
||||||
|
const std::string& host,
|
||||||
|
const std::string& path,
|
||||||
|
int port,
|
||||||
|
int timeoutSecs)
|
||||||
|
{
|
||||||
|
_requestInitCancellation = false;
|
||||||
|
|
||||||
|
auto isCancellationRequested =
|
||||||
|
makeCancellationRequestWithTimeout(timeoutSecs, _requestInitCancellation);
|
||||||
|
|
||||||
|
std::string errMsg;
|
||||||
|
bool success = _socket->connect(host, port, errMsg, isCancellationRequested);
|
||||||
|
if (!success)
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "Unable to connect to " << host
|
||||||
|
<< " on port " << port
|
||||||
|
<< ", error: " << errMsg;
|
||||||
|
return WebSocketInitResult(false, 0, ss.str());
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Generate a random 24 bytes string which looks like it is base64 encoded
|
||||||
|
// y3JJHMbDL1EzLkh9GBhXDw==
|
||||||
|
// 0cb3Vd9HkbpVVumoS3Noka==
|
||||||
|
//
|
||||||
|
// See https://stackoverflow.com/questions/18265128/what-is-sec-websocket-key-for
|
||||||
|
//
|
||||||
|
std::string secWebSocketKey = genRandomString(22);
|
||||||
|
secWebSocketKey += "==";
|
||||||
|
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "GET " << path << " HTTP/1.1\r\n";
|
||||||
|
ss << "Host: "<< host << ":" << port << "\r\n";
|
||||||
|
ss << "Upgrade: websocket\r\n";
|
||||||
|
ss << "Connection: Upgrade\r\n";
|
||||||
|
ss << "Sec-WebSocket-Version: 13\r\n";
|
||||||
|
ss << "Sec-WebSocket-Key: " << secWebSocketKey << "\r\n";
|
||||||
|
|
||||||
|
if (_enablePerMessageDeflate)
|
||||||
|
{
|
||||||
|
ss << _perMessageDeflateOptions.generateHeader();
|
||||||
|
}
|
||||||
|
|
||||||
|
ss << "\r\n";
|
||||||
|
|
||||||
|
if (!_socket->writeBytes(ss.str(), isCancellationRequested))
|
||||||
|
{
|
||||||
|
return WebSocketInitResult(false, 0, std::string("Failed sending GET request to ") + url);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Read HTTP status line
|
||||||
|
auto lineResult = _socket->readLine(isCancellationRequested);
|
||||||
|
auto lineValid = lineResult.first;
|
||||||
|
auto line = lineResult.second;
|
||||||
|
|
||||||
|
if (!lineValid)
|
||||||
|
{
|
||||||
|
return WebSocketInitResult(false, 0,
|
||||||
|
std::string("Failed reading HTTP status line from ") + url);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Validate status
|
||||||
|
int status;
|
||||||
|
|
||||||
|
// HTTP/1.0 is too old.
|
||||||
|
if (sscanf(line.c_str(), "HTTP/1.0 %d", &status) == 1)
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "Server version is HTTP/1.0. Rejecting connection to " << host
|
||||||
|
<< ", status: " << status
|
||||||
|
<< ", HTTP Status line: " << line;
|
||||||
|
return WebSocketInitResult(false, status, ss.str());
|
||||||
|
}
|
||||||
|
|
||||||
|
// We want an 101 HTTP status
|
||||||
|
if (sscanf(line.c_str(), "HTTP/1.1 %d", &status) != 1 || status != 101)
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "Got bad status connecting to " << host
|
||||||
|
<< ", status: " << status
|
||||||
|
<< ", HTTP Status line: " << line;
|
||||||
|
return WebSocketInitResult(false, status, ss.str());
|
||||||
|
}
|
||||||
|
|
||||||
|
auto result = parseHttpHeaders(isCancellationRequested);
|
||||||
|
auto headersValid = result.first;
|
||||||
|
auto headers = result.second;
|
||||||
|
|
||||||
|
if (!headersValid)
|
||||||
|
{
|
||||||
|
return WebSocketInitResult(false, status, "Error parsing HTTP headers");
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check the presence of the connection field
|
||||||
|
if (headers.find("connection") == headers.end())
|
||||||
|
{
|
||||||
|
std::string errorMsg("Missing connection value");
|
||||||
|
return WebSocketInitResult(false, status, errorMsg);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Check the value of the connection field
|
||||||
|
// Some websocket servers (Go/Gorilla?) send lowercase values for the
|
||||||
|
// connection header, so do a case insensitive comparison
|
||||||
|
if (!insensitiveStringCompare(headers["connection"], "Upgrade"))
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "Invalid connection value: " << headers["connection"];
|
||||||
|
return WebSocketInitResult(false, status, ss.str());
|
||||||
|
}
|
||||||
|
|
||||||
|
char output[29] = {};
|
||||||
|
WebSocketHandshakeKeyGen::generate(secWebSocketKey.c_str(), output);
|
||||||
|
if (std::string(output) != headers["sec-websocket-accept"])
|
||||||
|
{
|
||||||
|
std::string errorMsg("Invalid Sec-WebSocket-Accept value");
|
||||||
|
return WebSocketInitResult(false, status, errorMsg);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_enablePerMessageDeflate)
|
||||||
|
{
|
||||||
|
// Parse the server response. Does it support deflate ?
|
||||||
|
std::string header = headers["sec-websocket-extensions"];
|
||||||
|
WebSocketPerMessageDeflateOptions webSocketPerMessageDeflateOptions(header);
|
||||||
|
|
||||||
|
// If the server does not support that extension, disable it.
|
||||||
|
if (!webSocketPerMessageDeflateOptions.enabled())
|
||||||
|
{
|
||||||
|
_enablePerMessageDeflate = false;
|
||||||
|
}
|
||||||
|
// Otherwise try to initialize the deflate engine (zlib)
|
||||||
|
else if (!_perMessageDeflate.init(webSocketPerMessageDeflateOptions))
|
||||||
|
{
|
||||||
|
return WebSocketInitResult(
|
||||||
|
false, 0,"Failed to initialize per message deflate engine");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return WebSocketInitResult(true, status, "", headers, path);
|
||||||
|
}
|
||||||
|
|
||||||
|
WebSocketInitResult WebSocketHandshake::serverHandshake(int fd, int timeoutSecs)
|
||||||
|
{
|
||||||
|
_requestInitCancellation = false;
|
||||||
|
|
||||||
|
// Set the socket to non blocking mode + other tweaks
|
||||||
|
SocketConnect::configure(fd);
|
||||||
|
|
||||||
|
auto isCancellationRequested =
|
||||||
|
makeCancellationRequestWithTimeout(timeoutSecs, _requestInitCancellation);
|
||||||
|
|
||||||
|
std::string remote = std::string("remote fd ") + std::to_string(fd);
|
||||||
|
|
||||||
|
// Read first line
|
||||||
|
auto lineResult = _socket->readLine(isCancellationRequested);
|
||||||
|
auto lineValid = lineResult.first;
|
||||||
|
auto line = lineResult.second;
|
||||||
|
|
||||||
|
if (!lineValid)
|
||||||
|
{
|
||||||
|
return sendErrorResponse(400, "Error reading HTTP request line");
|
||||||
|
}
|
||||||
|
|
||||||
|
// Validate request line (GET /foo HTTP/1.1\r\n)
|
||||||
|
auto requestLine = parseRequestLine(line);
|
||||||
|
auto method = std::get<0>(requestLine);
|
||||||
|
auto uri = std::get<1>(requestLine);
|
||||||
|
auto httpVersion = std::get<2>(requestLine);
|
||||||
|
|
||||||
|
if (method != "GET")
|
||||||
|
{
|
||||||
|
return sendErrorResponse(400, "Invalid HTTP method, need GET, got " + method);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (httpVersion != "HTTP/1.1")
|
||||||
|
{
|
||||||
|
return sendErrorResponse(400, "Invalid HTTP version, need HTTP/1.1, got: " + httpVersion);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Retrieve and validate HTTP headers
|
||||||
|
auto result = parseHttpHeaders(isCancellationRequested);
|
||||||
|
auto headersValid = result.first;
|
||||||
|
auto headers = result.second;
|
||||||
|
|
||||||
|
if (!headersValid)
|
||||||
|
{
|
||||||
|
return sendErrorResponse(400, "Error parsing HTTP headers");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (headers.find("sec-websocket-key") == headers.end())
|
||||||
|
{
|
||||||
|
return sendErrorResponse(400, "Missing Sec-WebSocket-Key value");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (headers["upgrade"] != "websocket")
|
||||||
|
{
|
||||||
|
return sendErrorResponse(400, "Invalid or missing Upgrade header");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (headers.find("sec-websocket-version") == headers.end())
|
||||||
|
{
|
||||||
|
return sendErrorResponse(400, "Missing Sec-WebSocket-Version value");
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << headers["sec-websocket-version"];
|
||||||
|
int version;
|
||||||
|
ss >> version;
|
||||||
|
|
||||||
|
if (version != 13)
|
||||||
|
{
|
||||||
|
return sendErrorResponse(400, "Invalid Sec-WebSocket-Version, "
|
||||||
|
"need 13, got" + ss.str());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
char output[29] = {};
|
||||||
|
WebSocketHandshakeKeyGen::generate(headers["sec-websocket-key"].c_str(), output);
|
||||||
|
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "HTTP/1.1 101\r\n";
|
||||||
|
ss << "Sec-WebSocket-Accept: " << std::string(output) << "\r\n";
|
||||||
|
ss << "Upgrade: websocket\r\n";
|
||||||
|
ss << "Connection: Upgrade\r\n";
|
||||||
|
|
||||||
|
// Parse the client headers. Does it support deflate ?
|
||||||
|
std::string header = headers["sec-websocket-extensions"];
|
||||||
|
WebSocketPerMessageDeflateOptions webSocketPerMessageDeflateOptions(header);
|
||||||
|
|
||||||
|
// If the client has requested that extension, enable it.
|
||||||
|
if (webSocketPerMessageDeflateOptions.enabled())
|
||||||
|
{
|
||||||
|
_enablePerMessageDeflate = true;
|
||||||
|
|
||||||
|
if (!_perMessageDeflate.init(webSocketPerMessageDeflateOptions))
|
||||||
|
{
|
||||||
|
return WebSocketInitResult(
|
||||||
|
false, 0,"Failed to initialize per message deflate engine");
|
||||||
|
}
|
||||||
|
ss << webSocketPerMessageDeflateOptions.generateHeader();
|
||||||
|
}
|
||||||
|
|
||||||
|
ss << "\r\n";
|
||||||
|
|
||||||
|
if (!_socket->writeBytes(ss.str(), isCancellationRequested))
|
||||||
|
{
|
||||||
|
return WebSocketInitResult(false, 0, std::string("Failed sending response to ") + remote);
|
||||||
|
}
|
||||||
|
|
||||||
|
return WebSocketInitResult(true, 200, "", headers, uri);
|
||||||
|
}
|
||||||
|
}
|
87
ixwebsocket/IXWebSocketHandshake.h
Normal file
87
ixwebsocket/IXWebSocketHandshake.h
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
/*
|
||||||
|
* IXWebSocketHandshake.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2019 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "IXCancellationRequest.h"
|
||||||
|
#include "IXWebSocketHttpHeaders.h"
|
||||||
|
#include "IXWebSocketPerMessageDeflate.h"
|
||||||
|
#include "IXWebSocketPerMessageDeflateOptions.h"
|
||||||
|
#include "IXSocket.h"
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <atomic>
|
||||||
|
#include <chrono>
|
||||||
|
#include <memory>
|
||||||
|
#include <tuple>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
struct WebSocketInitResult
|
||||||
|
{
|
||||||
|
bool success;
|
||||||
|
int http_status;
|
||||||
|
std::string errorStr;
|
||||||
|
WebSocketHttpHeaders headers;
|
||||||
|
std::string uri;
|
||||||
|
|
||||||
|
WebSocketInitResult(bool s = false,
|
||||||
|
int status = 0,
|
||||||
|
const std::string& e = std::string(),
|
||||||
|
WebSocketHttpHeaders h = WebSocketHttpHeaders(),
|
||||||
|
const std::string& u = std::string())
|
||||||
|
{
|
||||||
|
success = s;
|
||||||
|
http_status = status;
|
||||||
|
errorStr = e;
|
||||||
|
headers = h;
|
||||||
|
uri = u;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
class WebSocketHandshake {
|
||||||
|
public:
|
||||||
|
WebSocketHandshake(std::atomic<bool>& requestInitCancellation,
|
||||||
|
std::shared_ptr<Socket> _socket,
|
||||||
|
WebSocketPerMessageDeflate& perMessageDeflate,
|
||||||
|
WebSocketPerMessageDeflateOptions& perMessageDeflateOptions,
|
||||||
|
std::atomic<bool>& enablePerMessageDeflate);
|
||||||
|
|
||||||
|
WebSocketInitResult clientHandshake(const std::string& url,
|
||||||
|
const std::string& host,
|
||||||
|
const std::string& path,
|
||||||
|
int port,
|
||||||
|
int timeoutSecs);
|
||||||
|
|
||||||
|
WebSocketInitResult serverHandshake(int fd,
|
||||||
|
int timeoutSecs);
|
||||||
|
|
||||||
|
static bool parseUrl(const std::string& url,
|
||||||
|
std::string& protocol,
|
||||||
|
std::string& host,
|
||||||
|
std::string& path,
|
||||||
|
std::string& query,
|
||||||
|
int& port);
|
||||||
|
|
||||||
|
private:
|
||||||
|
static void printUrl(const std::string& url);
|
||||||
|
std::string genRandomString(const int len);
|
||||||
|
|
||||||
|
// Parse HTTP headers
|
||||||
|
std::pair<bool, WebSocketHttpHeaders> parseHttpHeaders(const CancellationRequest& isCancellationRequested);
|
||||||
|
WebSocketInitResult sendErrorResponse(int code, const std::string& reason);
|
||||||
|
|
||||||
|
std::tuple<std::string, std::string, std::string> parseRequestLine(const std::string& line);
|
||||||
|
std::string trim(const std::string& str);
|
||||||
|
bool insensitiveStringCompare(const std::string& a, const std::string& b);
|
||||||
|
|
||||||
|
std::atomic<bool>& _requestInitCancellation;
|
||||||
|
std::shared_ptr<Socket> _socket;
|
||||||
|
WebSocketPerMessageDeflate& _perMessageDeflate;
|
||||||
|
WebSocketPerMessageDeflateOptions& _perMessageDeflateOptions;
|
||||||
|
std::atomic<bool>& _enablePerMessageDeflate;
|
||||||
|
};
|
||||||
|
}
|
15
ixwebsocket/IXWebSocketHttpHeaders.h
Normal file
15
ixwebsocket/IXWebSocketHttpHeaders.h
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
/*
|
||||||
|
* IXWebSocketHttpHeaders.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <unordered_map>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
using WebSocketHttpHeaders = std::unordered_map<std::string, std::string>;
|
||||||
|
}
|
90
ixwebsocket/IXWebSocketPerMessageDeflate.cpp
Normal file
90
ixwebsocket/IXWebSocketPerMessageDeflate.cpp
Normal file
@ -0,0 +1,90 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) 2015, Peter Thorson. All rights reserved.
|
||||||
|
*
|
||||||
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
* modification, are permitted provided that the following conditions are met:
|
||||||
|
* * Redistributions of source code must retain the above copyright
|
||||||
|
* notice, this list of conditions and the following disclaimer.
|
||||||
|
* * Redistributions in binary form must reproduce the above copyright
|
||||||
|
* notice, this list of conditions and the following disclaimer in the
|
||||||
|
* documentation and/or other materials provided with the distribution.
|
||||||
|
* * Neither the name of the WebSocket++ Project nor the
|
||||||
|
* names of its contributors may be used to endorse or promote products
|
||||||
|
* derived from this software without specific prior written permission.
|
||||||
|
*
|
||||||
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||||
|
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
* ARE DISCLAIMED. IN NO EVENT SHALL PETER THORSON BE LIABLE FOR ANY
|
||||||
|
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||||
|
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||||
|
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*
|
||||||
|
* Adapted from websocketpp/extensions/permessage_deflate/enabled.hpp
|
||||||
|
* (same license as MZ: https://opensource.org/licenses/BSD-3-Clause)
|
||||||
|
*
|
||||||
|
* - Reused zlib compression + decompression bits.
|
||||||
|
* - Refactored to have 2 class for compression and decompression, to allow multi-threading
|
||||||
|
* and make sure that _compressBuffer is not shared between threads.
|
||||||
|
* - Original code wasn't working for some reason, I had to add checks
|
||||||
|
* for the presence of the kEmptyUncompressedBlock at the end of buffer so that servers
|
||||||
|
* would start accepting receiving/decoding compressed messages. Original code was probably
|
||||||
|
* modifying the passed in buffers before processing in enabled.hpp ?
|
||||||
|
* - Added more documentation.
|
||||||
|
*
|
||||||
|
* Per message Deflate RFC: https://tools.ietf.org/html/rfc7692
|
||||||
|
* Chrome websocket -> https://github.com/chromium/chromium/tree/2ca8c5037021c9d2ecc00b787d58a31ed8fc8bcb/net/websockets
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "IXWebSocketPerMessageDeflate.h"
|
||||||
|
#include "IXWebSocketPerMessageDeflateOptions.h"
|
||||||
|
#include "IXWebSocketPerMessageDeflateCodec.h"
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
WebSocketPerMessageDeflate::WebSocketPerMessageDeflate() :
|
||||||
|
_compressor(std::make_unique<WebSocketPerMessageDeflateCompressor>()),
|
||||||
|
_decompressor(std::make_unique<WebSocketPerMessageDeflateDecompressor>())
|
||||||
|
{
|
||||||
|
;
|
||||||
|
}
|
||||||
|
|
||||||
|
WebSocketPerMessageDeflate::~WebSocketPerMessageDeflate()
|
||||||
|
{
|
||||||
|
;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool WebSocketPerMessageDeflate::init(const WebSocketPerMessageDeflateOptions& perMessageDeflateOptions)
|
||||||
|
{
|
||||||
|
bool clientNoContextTakeover =
|
||||||
|
perMessageDeflateOptions.getClientNoContextTakeover();
|
||||||
|
|
||||||
|
uint8_t deflateBits = perMessageDeflateOptions.getClientMaxWindowBits();
|
||||||
|
uint8_t inflateBits = perMessageDeflateOptions.getServerMaxWindowBits();
|
||||||
|
|
||||||
|
return _compressor->init(deflateBits, clientNoContextTakeover) &&
|
||||||
|
_decompressor->init(inflateBits, clientNoContextTakeover);
|
||||||
|
}
|
||||||
|
|
||||||
|
bool WebSocketPerMessageDeflate::compress(const std::string& in,
|
||||||
|
std::string& out)
|
||||||
|
{
|
||||||
|
return _compressor->compress(in, out);
|
||||||
|
}
|
||||||
|
|
||||||
|
bool WebSocketPerMessageDeflate::decompress(const std::string& in,
|
||||||
|
std::string &out)
|
||||||
|
{
|
||||||
|
return _decompressor->decompress(in, out);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
60
ixwebsocket/IXWebSocketPerMessageDeflate.h
Normal file
60
ixwebsocket/IXWebSocketPerMessageDeflate.h
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) 2015, Peter Thorson. All rights reserved.
|
||||||
|
*
|
||||||
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
* modification, are permitted provided that the following conditions are met:
|
||||||
|
* * Redistributions of source code must retain the above copyright
|
||||||
|
* notice, this list of conditions and the following disclaimer.
|
||||||
|
* * Redistributions in binary form must reproduce the above copyright
|
||||||
|
* notice, this list of conditions and the following disclaimer in the
|
||||||
|
* documentation and/or other materials provided with the distribution.
|
||||||
|
* * Neither the name of the WebSocket++ Project nor the
|
||||||
|
* names of its contributors may be used to endorse or promote products
|
||||||
|
* derived from this software without specific prior written permission.
|
||||||
|
*
|
||||||
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||||
|
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
* ARE DISCLAIMED. IN NO EVENT SHALL PETER THORSON BE LIABLE FOR ANY
|
||||||
|
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||||
|
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||||
|
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*
|
||||||
|
* Adapted from websocketpp/extensions/permessage_deflate/enabled.hpp
|
||||||
|
* (same license as MZ: https://opensource.org/licenses/BSD-3-Clause)
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
class WebSocketPerMessageDeflateOptions;
|
||||||
|
class WebSocketPerMessageDeflateCompressor;
|
||||||
|
class WebSocketPerMessageDeflateDecompressor;
|
||||||
|
|
||||||
|
class WebSocketPerMessageDeflate
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
WebSocketPerMessageDeflate();
|
||||||
|
~WebSocketPerMessageDeflate();
|
||||||
|
|
||||||
|
bool init(const WebSocketPerMessageDeflateOptions& perMessageDeflateOptions);
|
||||||
|
bool compress(const std::string& in, std::string& out);
|
||||||
|
bool decompress(const std::string& in, std::string& out);
|
||||||
|
|
||||||
|
private:
|
||||||
|
std::unique_ptr<WebSocketPerMessageDeflateCompressor> _compressor;
|
||||||
|
std::unique_ptr<WebSocketPerMessageDeflateDecompressor> _decompressor;
|
||||||
|
};
|
||||||
|
}
|
206
ixwebsocket/IXWebSocketPerMessageDeflateCodec.cpp
Normal file
206
ixwebsocket/IXWebSocketPerMessageDeflateCodec.cpp
Normal file
@ -0,0 +1,206 @@
|
|||||||
|
/*
|
||||||
|
* IXWebSocketPerMessageDeflateCodec.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018-2019 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "IXWebSocketPerMessageDeflateCodec.h"
|
||||||
|
#include "IXWebSocketPerMessageDeflateOptions.h"
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
#include <cassert>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
namespace
|
||||||
|
{
|
||||||
|
// The passed in size (4) is important, without it the string litteral
|
||||||
|
// is treated as a char* and the null termination (\x00) makes it
|
||||||
|
// look like an empty string.
|
||||||
|
const std::string kEmptyUncompressedBlock = std::string("\x00\x00\xff\xff", 4);
|
||||||
|
|
||||||
|
const int kBufferSize = 1 << 14;
|
||||||
|
}
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
//
|
||||||
|
// Compressor
|
||||||
|
//
|
||||||
|
WebSocketPerMessageDeflateCompressor::WebSocketPerMessageDeflateCompressor()
|
||||||
|
: _compressBufferSize(kBufferSize)
|
||||||
|
{
|
||||||
|
memset(&_deflateState, 0, sizeof(_deflateState));
|
||||||
|
|
||||||
|
_deflateState.zalloc = Z_NULL;
|
||||||
|
_deflateState.zfree = Z_NULL;
|
||||||
|
_deflateState.opaque = Z_NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
WebSocketPerMessageDeflateCompressor::~WebSocketPerMessageDeflateCompressor()
|
||||||
|
{
|
||||||
|
deflateEnd(&_deflateState);
|
||||||
|
}
|
||||||
|
|
||||||
|
bool WebSocketPerMessageDeflateCompressor::init(uint8_t deflateBits,
|
||||||
|
bool clientNoContextTakeOver)
|
||||||
|
{
|
||||||
|
int ret = deflateInit2(
|
||||||
|
&_deflateState,
|
||||||
|
Z_DEFAULT_COMPRESSION,
|
||||||
|
Z_DEFLATED,
|
||||||
|
-1*deflateBits,
|
||||||
|
4, // memory level 1-9
|
||||||
|
Z_DEFAULT_STRATEGY
|
||||||
|
);
|
||||||
|
|
||||||
|
if (ret != Z_OK) return false;
|
||||||
|
|
||||||
|
_compressBuffer = std::make_unique<unsigned char[]>(_compressBufferSize);
|
||||||
|
|
||||||
|
_flush = (clientNoContextTakeOver)
|
||||||
|
? Z_FULL_FLUSH
|
||||||
|
: Z_SYNC_FLUSH;
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool WebSocketPerMessageDeflateCompressor::endsWith(const std::string& value,
|
||||||
|
const std::string& ending)
|
||||||
|
{
|
||||||
|
if (ending.size() > value.size()) return false;
|
||||||
|
return std::equal(ending.rbegin(), ending.rend(), value.rbegin());
|
||||||
|
}
|
||||||
|
|
||||||
|
bool WebSocketPerMessageDeflateCompressor::compress(const std::string& in,
|
||||||
|
std::string& out)
|
||||||
|
{
|
||||||
|
//
|
||||||
|
// 7.2.1. Compression
|
||||||
|
//
|
||||||
|
// An endpoint uses the following algorithm to compress a message.
|
||||||
|
//
|
||||||
|
// 1. Compress all the octets of the payload of the message using
|
||||||
|
// DEFLATE.
|
||||||
|
//
|
||||||
|
// 2. If the resulting data does not end with an empty DEFLATE block
|
||||||
|
// with no compression (the "BTYPE" bits are set to 00), append an
|
||||||
|
// empty DEFLATE block with no compression to the tail end.
|
||||||
|
//
|
||||||
|
// 3. Remove 4 octets (that are 0x00 0x00 0xff 0xff) from the tail end.
|
||||||
|
// After this step, the last octet of the compressed data contains
|
||||||
|
// (possibly part of) the DEFLATE header bits with the "BTYPE" bits
|
||||||
|
// set to 00.
|
||||||
|
//
|
||||||
|
size_t output;
|
||||||
|
|
||||||
|
if (in.empty())
|
||||||
|
{
|
||||||
|
uint8_t buf[6] = {0x02, 0x00, 0x00, 0x00, 0xff, 0xff};
|
||||||
|
out.append((char *)(buf), 6);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
_deflateState.avail_in = (uInt) in.size();
|
||||||
|
_deflateState.next_in = (Bytef*) in.data();
|
||||||
|
|
||||||
|
do
|
||||||
|
{
|
||||||
|
// Output to local buffer
|
||||||
|
_deflateState.avail_out = (uInt) _compressBufferSize;
|
||||||
|
_deflateState.next_out = _compressBuffer.get();
|
||||||
|
|
||||||
|
deflate(&_deflateState, _flush);
|
||||||
|
|
||||||
|
output = _compressBufferSize - _deflateState.avail_out;
|
||||||
|
|
||||||
|
out.append((char *)(_compressBuffer.get()),output);
|
||||||
|
} while (_deflateState.avail_out == 0);
|
||||||
|
|
||||||
|
if (endsWith(out, kEmptyUncompressedBlock))
|
||||||
|
{
|
||||||
|
out.resize(out.size() - 4);
|
||||||
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Decompressor
|
||||||
|
//
|
||||||
|
WebSocketPerMessageDeflateDecompressor::WebSocketPerMessageDeflateDecompressor()
|
||||||
|
: _compressBufferSize(kBufferSize)
|
||||||
|
{
|
||||||
|
memset(&_inflateState, 0, sizeof(_inflateState));
|
||||||
|
|
||||||
|
_inflateState.zalloc = Z_NULL;
|
||||||
|
_inflateState.zfree = Z_NULL;
|
||||||
|
_inflateState.opaque = Z_NULL;
|
||||||
|
_inflateState.avail_in = 0;
|
||||||
|
_inflateState.next_in = Z_NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
WebSocketPerMessageDeflateDecompressor::~WebSocketPerMessageDeflateDecompressor()
|
||||||
|
{
|
||||||
|
inflateEnd(&_inflateState);
|
||||||
|
}
|
||||||
|
|
||||||
|
bool WebSocketPerMessageDeflateDecompressor::init(uint8_t inflateBits,
|
||||||
|
bool clientNoContextTakeOver)
|
||||||
|
{
|
||||||
|
int ret = inflateInit2(
|
||||||
|
&_inflateState,
|
||||||
|
-1*inflateBits
|
||||||
|
);
|
||||||
|
|
||||||
|
if (ret != Z_OK) return false;
|
||||||
|
|
||||||
|
_compressBuffer = std::make_unique<unsigned char[]>(_compressBufferSize);
|
||||||
|
|
||||||
|
_flush = (clientNoContextTakeOver)
|
||||||
|
? Z_FULL_FLUSH
|
||||||
|
: Z_SYNC_FLUSH;
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool WebSocketPerMessageDeflateDecompressor::decompress(const std::string& in,
|
||||||
|
std::string& out)
|
||||||
|
{
|
||||||
|
//
|
||||||
|
// 7.2.2. Decompression
|
||||||
|
//
|
||||||
|
// An endpoint uses the following algorithm to decompress a message.
|
||||||
|
//
|
||||||
|
// 1. Append 4 octets of 0x00 0x00 0xff 0xff to the tail end of the
|
||||||
|
// payload of the message.
|
||||||
|
//
|
||||||
|
// 2. Decompress the resulting data using DEFLATE.
|
||||||
|
//
|
||||||
|
std::string inFixed(in);
|
||||||
|
inFixed += kEmptyUncompressedBlock;
|
||||||
|
|
||||||
|
_inflateState.avail_in = (uInt) inFixed.size();
|
||||||
|
_inflateState.next_in = (unsigned char *)(const_cast<char *>(inFixed.data()));
|
||||||
|
|
||||||
|
do
|
||||||
|
{
|
||||||
|
_inflateState.avail_out = (uInt) _compressBufferSize;
|
||||||
|
_inflateState.next_out = _compressBuffer.get();
|
||||||
|
|
||||||
|
int ret = inflate(&_inflateState, Z_SYNC_FLUSH);
|
||||||
|
|
||||||
|
if (ret == Z_NEED_DICT || ret == Z_DATA_ERROR || ret == Z_MEM_ERROR)
|
||||||
|
{
|
||||||
|
return false; // zlib error
|
||||||
|
}
|
||||||
|
|
||||||
|
out.append(
|
||||||
|
reinterpret_cast<char *>(_compressBuffer.get()),
|
||||||
|
_compressBufferSize - _inflateState.avail_out
|
||||||
|
);
|
||||||
|
} while (_inflateState.avail_out == 0);
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
50
ixwebsocket/IXWebSocketPerMessageDeflateCodec.h
Normal file
50
ixwebsocket/IXWebSocketPerMessageDeflateCodec.h
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
/*
|
||||||
|
* IXWebSocketPerMessageDeflateCodec.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018-2019 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "zlib.h"
|
||||||
|
#include <string>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
class WebSocketPerMessageDeflateCompressor
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
WebSocketPerMessageDeflateCompressor();
|
||||||
|
~WebSocketPerMessageDeflateCompressor();
|
||||||
|
|
||||||
|
bool init(uint8_t deflateBits, bool clientNoContextTakeOver);
|
||||||
|
bool compress(const std::string& in, std::string& out);
|
||||||
|
|
||||||
|
private:
|
||||||
|
static bool endsWith(const std::string& value, const std::string& ending);
|
||||||
|
|
||||||
|
int _flush;
|
||||||
|
size_t _compressBufferSize;
|
||||||
|
std::unique_ptr<unsigned char[]> _compressBuffer;
|
||||||
|
z_stream _deflateState;
|
||||||
|
};
|
||||||
|
|
||||||
|
class WebSocketPerMessageDeflateDecompressor
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
WebSocketPerMessageDeflateDecompressor();
|
||||||
|
~WebSocketPerMessageDeflateDecompressor();
|
||||||
|
|
||||||
|
bool init(uint8_t inflateBits, bool clientNoContextTakeOver);
|
||||||
|
bool decompress(const std::string& in, std::string& out);
|
||||||
|
|
||||||
|
private:
|
||||||
|
int _flush;
|
||||||
|
size_t _compressBufferSize;
|
||||||
|
std::unique_ptr<unsigned char[]> _compressBuffer;
|
||||||
|
z_stream _inflateState;
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
|
|
172
ixwebsocket/IXWebSocketPerMessageDeflateOptions.cpp
Normal file
172
ixwebsocket/IXWebSocketPerMessageDeflateOptions.cpp
Normal file
@ -0,0 +1,172 @@
|
|||||||
|
/*
|
||||||
|
* IXWebSocketPerMessageDeflateOptions.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "IXWebSocketPerMessageDeflateOptions.h"
|
||||||
|
|
||||||
|
#include <sstream>
|
||||||
|
#include <iostream>
|
||||||
|
#include <algorithm>
|
||||||
|
#include <cctype>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
/// Default values as defined in the RFC
|
||||||
|
const uint8_t WebSocketPerMessageDeflateOptions::kDefaultServerMaxWindowBits = 15;
|
||||||
|
static const int minServerMaxWindowBits = 8;
|
||||||
|
static const int maxServerMaxWindowBits = 15;
|
||||||
|
|
||||||
|
const uint8_t WebSocketPerMessageDeflateOptions::kDefaultClientMaxWindowBits = 15;
|
||||||
|
static const int minClientMaxWindowBits = 8;
|
||||||
|
static const int maxClientMaxWindowBits = 15;
|
||||||
|
|
||||||
|
WebSocketPerMessageDeflateOptions::WebSocketPerMessageDeflateOptions(
|
||||||
|
bool enabled,
|
||||||
|
bool clientNoContextTakeover,
|
||||||
|
bool serverNoContextTakeover,
|
||||||
|
uint8_t clientMaxWindowBits,
|
||||||
|
uint8_t serverMaxWindowBits)
|
||||||
|
{
|
||||||
|
_enabled = enabled;
|
||||||
|
_clientNoContextTakeover = clientNoContextTakeover;
|
||||||
|
_serverNoContextTakeover = serverNoContextTakeover;
|
||||||
|
_clientMaxWindowBits = clientMaxWindowBits;
|
||||||
|
_serverMaxWindowBits = serverMaxWindowBits;
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Four extension parameters are defined for "permessage-deflate" to
|
||||||
|
// help endpoints manage per-connection resource usage.
|
||||||
|
//
|
||||||
|
// - "server_no_context_takeover"
|
||||||
|
// - "client_no_context_takeover"
|
||||||
|
// - "server_max_window_bits"
|
||||||
|
// - "client_max_window_bits"
|
||||||
|
//
|
||||||
|
// Server response could look like that:
|
||||||
|
//
|
||||||
|
// Sec-WebSocket-Extensions: permessage-deflate; client_no_context_takeover; server_no_context_takeover
|
||||||
|
//
|
||||||
|
WebSocketPerMessageDeflateOptions::WebSocketPerMessageDeflateOptions(std::string extension)
|
||||||
|
{
|
||||||
|
extension = removeSpaces(extension);
|
||||||
|
|
||||||
|
_enabled = false;
|
||||||
|
_clientNoContextTakeover = false;
|
||||||
|
_serverNoContextTakeover = false;
|
||||||
|
_clientMaxWindowBits = kDefaultClientMaxWindowBits;
|
||||||
|
_serverMaxWindowBits = kDefaultServerMaxWindowBits;
|
||||||
|
|
||||||
|
// Split by ;
|
||||||
|
std::string token;
|
||||||
|
std::stringstream tokenStream(extension);
|
||||||
|
|
||||||
|
while (std::getline(tokenStream, token, ';'))
|
||||||
|
{
|
||||||
|
if (token == "permessage-deflate")
|
||||||
|
{
|
||||||
|
_enabled = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (token == "server_no_context_takeover")
|
||||||
|
{
|
||||||
|
_serverNoContextTakeover = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (token == "client_no_context_takeover")
|
||||||
|
{
|
||||||
|
_clientNoContextTakeover = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (startsWith(token, "server_max_window_bits="))
|
||||||
|
{
|
||||||
|
std::string val = token.substr(token.find_last_of("=") + 1);
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << val;
|
||||||
|
int x;
|
||||||
|
ss >> x;
|
||||||
|
|
||||||
|
// Sanitize values to be in the proper range [8, 15] in
|
||||||
|
// case a server would give us bogus values
|
||||||
|
_serverMaxWindowBits =
|
||||||
|
std::min(maxServerMaxWindowBits,
|
||||||
|
std::max(x, minServerMaxWindowBits));
|
||||||
|
}
|
||||||
|
|
||||||
|
if (startsWith(token, "client_max_window_bits="))
|
||||||
|
{
|
||||||
|
std::string val = token.substr(token.find_last_of("=") + 1);
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << val;
|
||||||
|
int x;
|
||||||
|
ss >> x;
|
||||||
|
|
||||||
|
// Sanitize values to be in the proper range [8, 15] in
|
||||||
|
// case a server would give us bogus values
|
||||||
|
_clientMaxWindowBits =
|
||||||
|
std::min(maxClientMaxWindowBits,
|
||||||
|
std::max(x, minClientMaxWindowBits));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string WebSocketPerMessageDeflateOptions::generateHeader()
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "Sec-WebSocket-Extensions: permessage-deflate";
|
||||||
|
|
||||||
|
if (_clientNoContextTakeover) ss << "; client_no_context_takeover";
|
||||||
|
if (_serverNoContextTakeover) ss << "; server_no_context_takeover";
|
||||||
|
|
||||||
|
ss << "; server_max_window_bits=" << _serverMaxWindowBits;
|
||||||
|
ss << "; client_max_window_bits=" << _clientMaxWindowBits;
|
||||||
|
|
||||||
|
ss << "\r\n";
|
||||||
|
|
||||||
|
return ss.str();
|
||||||
|
}
|
||||||
|
|
||||||
|
bool WebSocketPerMessageDeflateOptions::enabled() const
|
||||||
|
{
|
||||||
|
return _enabled;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool WebSocketPerMessageDeflateOptions::getClientNoContextTakeover() const
|
||||||
|
{
|
||||||
|
return _clientNoContextTakeover;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool WebSocketPerMessageDeflateOptions::getServerNoContextTakeover() const
|
||||||
|
{
|
||||||
|
return _serverNoContextTakeover;
|
||||||
|
}
|
||||||
|
|
||||||
|
uint8_t WebSocketPerMessageDeflateOptions::getClientMaxWindowBits() const
|
||||||
|
{
|
||||||
|
return _clientMaxWindowBits;
|
||||||
|
}
|
||||||
|
|
||||||
|
uint8_t WebSocketPerMessageDeflateOptions::getServerMaxWindowBits() const
|
||||||
|
{
|
||||||
|
return _serverMaxWindowBits;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool WebSocketPerMessageDeflateOptions::startsWith(const std::string& str,
|
||||||
|
const std::string& start)
|
||||||
|
{
|
||||||
|
return str.compare(0, start.length(), start) == 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string WebSocketPerMessageDeflateOptions::removeSpaces(const std::string& str)
|
||||||
|
{
|
||||||
|
std::string out(str);
|
||||||
|
out.erase(std::remove_if(out.begin(),
|
||||||
|
out.end(),
|
||||||
|
[](unsigned char x){ return std::isspace(x); }),
|
||||||
|
out.end());
|
||||||
|
|
||||||
|
return out;
|
||||||
|
}
|
||||||
|
}
|
46
ixwebsocket/IXWebSocketPerMessageDeflateOptions.h
Normal file
46
ixwebsocket/IXWebSocketPerMessageDeflateOptions.h
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
/*
|
||||||
|
* IXWebSocketPerMessageDeflateOptions.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
class WebSocketPerMessageDeflateOptions
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
WebSocketPerMessageDeflateOptions(
|
||||||
|
bool enabled = false,
|
||||||
|
bool clientNoContextTakeover = false,
|
||||||
|
bool serverNoContextTakeover = false,
|
||||||
|
uint8_t clientMaxWindowBits = kDefaultClientMaxWindowBits,
|
||||||
|
uint8_t serverMaxWindowBits = kDefaultServerMaxWindowBits);
|
||||||
|
|
||||||
|
WebSocketPerMessageDeflateOptions(std::string extension);
|
||||||
|
|
||||||
|
std::string generateHeader();
|
||||||
|
std::string parseHeader();
|
||||||
|
bool enabled() const;
|
||||||
|
bool getClientNoContextTakeover() const;
|
||||||
|
bool getServerNoContextTakeover() const;
|
||||||
|
uint8_t getServerMaxWindowBits() const;
|
||||||
|
uint8_t getClientMaxWindowBits() const;
|
||||||
|
|
||||||
|
static bool startsWith(const std::string& str, const std::string& start);
|
||||||
|
static std::string removeSpaces(const std::string& str);
|
||||||
|
|
||||||
|
static uint8_t const kDefaultClientMaxWindowBits;
|
||||||
|
static uint8_t const kDefaultServerMaxWindowBits;
|
||||||
|
|
||||||
|
private:
|
||||||
|
bool _enabled;
|
||||||
|
bool _clientNoContextTakeover;
|
||||||
|
bool _serverNoContextTakeover;
|
||||||
|
int _clientMaxWindowBits;
|
||||||
|
int _serverMaxWindowBits;
|
||||||
|
};
|
||||||
|
}
|
31
ixwebsocket/IXWebSocketSendInfo.h
Normal file
31
ixwebsocket/IXWebSocketSendInfo.h
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
/*
|
||||||
|
* IXWebSocketSendInfo.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
struct WebSocketSendInfo
|
||||||
|
{
|
||||||
|
bool success;
|
||||||
|
bool compressionError;
|
||||||
|
size_t payloadSize;
|
||||||
|
size_t wireSize;
|
||||||
|
|
||||||
|
WebSocketSendInfo(bool s = false, bool c = false,
|
||||||
|
size_t p = 0, size_t w = 0)
|
||||||
|
: success(s)
|
||||||
|
, compressionError(c)
|
||||||
|
, payloadSize(p)
|
||||||
|
, wireSize(w)
|
||||||
|
{
|
||||||
|
;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
105
ixwebsocket/IXWebSocketServer.cpp
Normal file
105
ixwebsocket/IXWebSocketServer.cpp
Normal file
@ -0,0 +1,105 @@
|
|||||||
|
/*
|
||||||
|
* IXWebSocketServer.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "IXWebSocketServer.h"
|
||||||
|
#include "IXWebSocketTransport.h"
|
||||||
|
#include "IXWebSocket.h"
|
||||||
|
#include "IXSocketConnect.h"
|
||||||
|
#include "IXNetSystem.h"
|
||||||
|
|
||||||
|
#include <sstream>
|
||||||
|
#include <future>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
const int WebSocketServer::kDefaultHandShakeTimeoutSecs(3); // 3 seconds
|
||||||
|
|
||||||
|
WebSocketServer::WebSocketServer(int port,
|
||||||
|
const std::string& host,
|
||||||
|
int backlog,
|
||||||
|
size_t maxConnections,
|
||||||
|
int handshakeTimeoutSecs) : SocketServer(port, host, backlog, maxConnections),
|
||||||
|
_handshakeTimeoutSecs(handshakeTimeoutSecs)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
WebSocketServer::~WebSocketServer()
|
||||||
|
{
|
||||||
|
stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketServer::stop()
|
||||||
|
{
|
||||||
|
auto clients = getClients();
|
||||||
|
for (auto client : clients)
|
||||||
|
{
|
||||||
|
client->close();
|
||||||
|
}
|
||||||
|
|
||||||
|
SocketServer::stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketServer::setOnConnectionCallback(const OnConnectionCallback& callback)
|
||||||
|
{
|
||||||
|
_onConnectionCallback = callback;
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketServer::handleConnection(int fd)
|
||||||
|
{
|
||||||
|
auto webSocket = std::make_shared<WebSocket>();
|
||||||
|
_onConnectionCallback(webSocket);
|
||||||
|
|
||||||
|
webSocket->disableAutomaticReconnection();
|
||||||
|
|
||||||
|
// Add this client to our client set
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_clientsMutex);
|
||||||
|
_clients.insert(webSocket);
|
||||||
|
}
|
||||||
|
|
||||||
|
auto status = webSocket->connectToSocket(fd, _handshakeTimeoutSecs);
|
||||||
|
if (status.success)
|
||||||
|
{
|
||||||
|
// Process incoming messages and execute callbacks
|
||||||
|
// until the connection is closed
|
||||||
|
webSocket->run();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "WebSocketServer::handleConnection() error: "
|
||||||
|
<< status.http_status
|
||||||
|
<< " error: "
|
||||||
|
<< status.errorStr;
|
||||||
|
logError(ss.str());
|
||||||
|
}
|
||||||
|
|
||||||
|
// Remove this client from our client set
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_clientsMutex);
|
||||||
|
if (_clients.erase(webSocket) != 1)
|
||||||
|
{
|
||||||
|
logError("Cannot delete client");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
logInfo("WebSocketServer::handleConnection() done");
|
||||||
|
}
|
||||||
|
|
||||||
|
std::set<std::shared_ptr<WebSocket>> WebSocketServer::getClients()
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_clientsMutex);
|
||||||
|
return _clients;
|
||||||
|
}
|
||||||
|
|
||||||
|
size_t WebSocketServer::getConnectedClientsCount()
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_clientsMutex);
|
||||||
|
return _clients.size();
|
||||||
|
}
|
||||||
|
}
|
55
ixwebsocket/IXWebSocketServer.h
Normal file
55
ixwebsocket/IXWebSocketServer.h
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
/*
|
||||||
|
* IXWebSocketServer.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <utility> // pair
|
||||||
|
#include <string>
|
||||||
|
#include <set>
|
||||||
|
#include <thread>
|
||||||
|
#include <mutex>
|
||||||
|
#include <functional>
|
||||||
|
#include <memory>
|
||||||
|
#include <condition_variable>
|
||||||
|
|
||||||
|
#include "IXWebSocket.h"
|
||||||
|
#include "IXSocketServer.h"
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
using OnConnectionCallback = std::function<void(std::shared_ptr<WebSocket>)>;
|
||||||
|
|
||||||
|
class WebSocketServer : public SocketServer {
|
||||||
|
public:
|
||||||
|
WebSocketServer(int port = SocketServer::kDefaultPort,
|
||||||
|
const std::string& host = SocketServer::kDefaultHost,
|
||||||
|
int backlog = SocketServer::kDefaultTcpBacklog,
|
||||||
|
size_t maxConnections = SocketServer::kDefaultMaxConnections,
|
||||||
|
int handshakeTimeoutSecs = WebSocketServer::kDefaultHandShakeTimeoutSecs);
|
||||||
|
virtual ~WebSocketServer();
|
||||||
|
virtual void stop() final;
|
||||||
|
|
||||||
|
void setOnConnectionCallback(const OnConnectionCallback& callback);
|
||||||
|
|
||||||
|
// Get all the connected clients
|
||||||
|
std::set<std::shared_ptr<WebSocket>> getClients();
|
||||||
|
|
||||||
|
private:
|
||||||
|
// Member variables
|
||||||
|
int _handshakeTimeoutSecs;
|
||||||
|
|
||||||
|
OnConnectionCallback _onConnectionCallback;
|
||||||
|
|
||||||
|
std::mutex _clientsMutex;
|
||||||
|
std::set<std::shared_ptr<WebSocket>> _clients;
|
||||||
|
|
||||||
|
const static int kDefaultHandShakeTimeoutSecs;
|
||||||
|
|
||||||
|
// Methods
|
||||||
|
virtual void handleConnection(int fd) final;
|
||||||
|
virtual size_t getConnectedClientsCount() final;
|
||||||
|
};
|
||||||
|
}
|
@ -9,17 +9,19 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#include "IXWebSocketTransport.h"
|
#include "IXWebSocketTransport.h"
|
||||||
|
#include "IXWebSocketHandshake.h"
|
||||||
|
#include "IXWebSocketHttpHeaders.h"
|
||||||
|
|
||||||
#include "IXSocket.h"
|
#ifdef IXWEBSOCKET_USE_TLS
|
||||||
#ifdef __APPLE__
|
# ifdef __APPLE__
|
||||||
# include "IXSocketAppleSSL.h"
|
# include "IXSocketAppleSSL.h"
|
||||||
#else
|
# else
|
||||||
# include "IXSocketOpenSSL.h"
|
# include "IXSocketOpenSSL.h"
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <errno.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
@ -27,15 +29,26 @@
|
|||||||
#include <cstdarg>
|
#include <cstdarg>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <regex>
|
#include <chrono>
|
||||||
|
#include <thread>
|
||||||
|
|
||||||
|
|
||||||
namespace ix {
|
namespace ix
|
||||||
|
{
|
||||||
|
const std::string WebSocketTransport::kHeartBeatPingMessage("ixwebsocket::hearbeat");
|
||||||
|
const int WebSocketTransport::kDefaultHeartBeatPeriod(-1);
|
||||||
|
constexpr size_t WebSocketTransport::kChunkSize;
|
||||||
|
|
||||||
WebSocketTransport::WebSocketTransport() :
|
WebSocketTransport::WebSocketTransport() :
|
||||||
_readyState(CLOSED)
|
_readyState(CLOSED),
|
||||||
|
_closeCode(0),
|
||||||
|
_closeWireSize(0),
|
||||||
|
_enablePerMessageDeflate(false),
|
||||||
|
_requestInitCancellation(false),
|
||||||
|
_heartBeatPeriod(kDefaultHeartBeatPeriod),
|
||||||
|
_lastSendTimePoint(std::chrono::steady_clock::now())
|
||||||
{
|
{
|
||||||
;
|
_readbuf.resize(kChunkSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
WebSocketTransport::~WebSocketTransport()
|
WebSocketTransport::~WebSocketTransport()
|
||||||
@ -43,107 +56,39 @@ namespace ix {
|
|||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebSocketTransport::configure(const std::string& url)
|
void WebSocketTransport::configure(const WebSocketPerMessageDeflateOptions& perMessageDeflateOptions,
|
||||||
|
int hearBeatPeriod)
|
||||||
{
|
{
|
||||||
_url = url;
|
_perMessageDeflateOptions = perMessageDeflateOptions;
|
||||||
|
_enablePerMessageDeflate = _perMessageDeflateOptions.enabled();
|
||||||
|
_heartBeatPeriod = hearBeatPeriod;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool WebSocketTransport::parseUrl(const std::string& url,
|
// Client
|
||||||
std::string& protocol,
|
WebSocketInitResult WebSocketTransport::connectToUrl(const std::string& url,
|
||||||
std::string& host,
|
int timeoutSecs)
|
||||||
std::string& path,
|
|
||||||
std::string& query,
|
|
||||||
int& port)
|
|
||||||
{
|
|
||||||
std::regex ex("(ws|wss)://([^/ :]+):?([^/ ]*)(/?[^ #?]*)\\x3f?([^ #]*)#?([^ ]*)");
|
|
||||||
std::cmatch what;
|
|
||||||
if (!regex_match(url.c_str(), what, ex))
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
std::string portStr;
|
|
||||||
|
|
||||||
protocol = std::string(what[1].first, what[1].second);
|
|
||||||
host = std::string(what[2].first, what[2].second);
|
|
||||||
portStr = std::string(what[3].first, what[3].second);
|
|
||||||
path = std::string(what[4].first, what[4].second);
|
|
||||||
query = std::string(what[5].first, what[5].second);
|
|
||||||
|
|
||||||
if (portStr.empty())
|
|
||||||
{
|
|
||||||
if (protocol == "ws")
|
|
||||||
{
|
|
||||||
port = 80;
|
|
||||||
}
|
|
||||||
else if (protocol == "wss")
|
|
||||||
{
|
|
||||||
port = 443;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
std::stringstream ss;
|
|
||||||
ss << portStr;
|
|
||||||
ss >> port;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (path.empty())
|
|
||||||
{
|
|
||||||
path = "/";
|
|
||||||
}
|
|
||||||
else if (path[0] != '/')
|
|
||||||
{
|
|
||||||
path = '/' + path;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!query.empty())
|
|
||||||
{
|
|
||||||
path += "?";
|
|
||||||
path += query;
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
void WebSocketTransport::printUrl(const std::string& url)
|
|
||||||
{
|
|
||||||
std::string protocol, host, path, query;
|
|
||||||
int port {0};
|
|
||||||
|
|
||||||
if (!WebSocketTransport::parseUrl(url, protocol, host,
|
|
||||||
path, query, port))
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
std::cout << "[" << url << "]" << std::endl;
|
|
||||||
std::cout << protocol << std::endl;
|
|
||||||
std::cout << host << std::endl;
|
|
||||||
std::cout << port << std::endl;
|
|
||||||
std::cout << path << std::endl;
|
|
||||||
std::cout << query << std::endl;
|
|
||||||
std::cout << "-------------------------------" << std::endl;
|
|
||||||
}
|
|
||||||
|
|
||||||
WebSocketInitResult WebSocketTransport::init()
|
|
||||||
{
|
{
|
||||||
std::string protocol, host, path, query;
|
std::string protocol, host, path, query;
|
||||||
int port;
|
int port;
|
||||||
|
|
||||||
if (!WebSocketTransport::parseUrl(_url, protocol, host,
|
if (!WebSocketHandshake::parseUrl(url, protocol, host,
|
||||||
path, query, port))
|
path, query, port))
|
||||||
{
|
{
|
||||||
return WebSocketInitResult(false, 0, "Could not parse URL");
|
return WebSocketInitResult(false, 0,
|
||||||
|
std::string("Could not parse URL ") + url);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (protocol == "wss")
|
if (protocol == "wss")
|
||||||
{
|
{
|
||||||
_socket.reset();
|
_socket.reset();
|
||||||
#ifdef __APPLE__
|
#ifdef IXWEBSOCKET_USE_TLS
|
||||||
_socket = std::make_shared<SocketAppleSSL>();
|
# ifdef __APPLE__
|
||||||
|
_socket = std::make_shared<SocketAppleSSL>();
|
||||||
|
# else
|
||||||
|
_socket = std::make_shared<SocketOpenSSL>();
|
||||||
|
# endif
|
||||||
#else
|
#else
|
||||||
_socket = std::make_shared<SocketOpenSSL>();
|
return WebSocketInitResult(false, 0, "TLS is not supported.");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -152,94 +97,39 @@ namespace ix {
|
|||||||
_socket = std::make_shared<Socket>();
|
_socket = std::make_shared<Socket>();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string errMsg;
|
WebSocketHandshake webSocketHandshake(_requestInitCancellation,
|
||||||
bool success = _socket->connect(host, port, errMsg);
|
_socket,
|
||||||
if (!success)
|
_perMessageDeflate,
|
||||||
|
_perMessageDeflateOptions,
|
||||||
|
_enablePerMessageDeflate);
|
||||||
|
|
||||||
|
auto result = webSocketHandshake.clientHandshake(url, host, path, port,
|
||||||
|
timeoutSecs);
|
||||||
|
if (result.success)
|
||||||
{
|
{
|
||||||
std::stringstream ss;
|
setReadyState(OPEN);
|
||||||
ss << "Unable to connect to " << host
|
|
||||||
<< " on port " << port
|
|
||||||
<< ", error: " << errMsg;
|
|
||||||
return WebSocketInitResult(false, 0, ss.str());
|
|
||||||
}
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
char line[256];
|
// Server
|
||||||
int status;
|
WebSocketInitResult WebSocketTransport::connectToSocket(int fd, int timeoutSecs)
|
||||||
int i;
|
{
|
||||||
snprintf(line, 256,
|
_socket.reset();
|
||||||
"GET %s HTTP/1.1\r\n"
|
_socket = std::make_shared<Socket>(fd);
|
||||||
"Host: %s:%d\r\n"
|
|
||||||
"Upgrade: websocket\r\n"
|
|
||||||
"Connection: Upgrade\r\n"
|
|
||||||
"Sec-WebSocket-Key: x3JJHMbDL1EzLkh9GBhXDw==\r\n"
|
|
||||||
"Sec-WebSocket-Version: 13\r\n"
|
|
||||||
"\r\n",
|
|
||||||
path.c_str(), host.c_str(), port);
|
|
||||||
|
|
||||||
// XXX: this should be done non-blocking,
|
WebSocketHandshake webSocketHandshake(_requestInitCancellation,
|
||||||
|
_socket,
|
||||||
|
_perMessageDeflate,
|
||||||
|
_perMessageDeflateOptions,
|
||||||
|
_enablePerMessageDeflate);
|
||||||
|
|
||||||
size_t lineSize = strlen(line);
|
auto result = webSocketHandshake.serverHandshake(fd, timeoutSecs);
|
||||||
if (_socket->send(line, lineSize) != lineSize)
|
if (result.success)
|
||||||
{
|
{
|
||||||
return WebSocketInitResult(false, 0, std::string("Failed sending GET request to ") + _url);
|
setReadyState(OPEN);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
return result;
|
||||||
for (i = 0; i < 2 || (i < 255 && line[i-2] != '\r' && line[i-1] != '\n'); ++i)
|
|
||||||
{
|
|
||||||
if (_socket->recv(line+i, 1) == 0)
|
|
||||||
{
|
|
||||||
return WebSocketInitResult(false, 0, std::string("Failed reading HTTP status line from ") + _url);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
line[i] = 0;
|
|
||||||
if (i == 255)
|
|
||||||
{
|
|
||||||
return WebSocketInitResult(false, 0, std::string("Got bad status line connecting to ") + _url);
|
|
||||||
}
|
|
||||||
|
|
||||||
// HTTP/1.0 is too old.
|
|
||||||
if (sscanf(line, "HTTP/1.0 %d", &status) == 1)
|
|
||||||
{
|
|
||||||
std::stringstream ss;
|
|
||||||
ss << "Server version is HTTP/1.0. Rejecting connection to " << host
|
|
||||||
<< ", status: " << status
|
|
||||||
<< ", HTTP Status line: " << line;
|
|
||||||
return WebSocketInitResult(false, status, ss.str());
|
|
||||||
}
|
|
||||||
|
|
||||||
// We want an 101 HTTP status
|
|
||||||
if (sscanf(line, "HTTP/1.1 %d", &status) != 1 || status != 101)
|
|
||||||
{
|
|
||||||
std::stringstream ss;
|
|
||||||
ss << "Got bad status connecting to " << host
|
|
||||||
<< ", status: " << status
|
|
||||||
<< ", HTTP Status line: " << line;
|
|
||||||
return WebSocketInitResult(false, status, ss.str());
|
|
||||||
}
|
|
||||||
|
|
||||||
// TODO: verify response headers,
|
|
||||||
while (true)
|
|
||||||
{
|
|
||||||
for (i = 0;
|
|
||||||
i < 2 || (i < 255 && line[i-2] != '\r' && line[i-1] != '\n');
|
|
||||||
++i)
|
|
||||||
{
|
|
||||||
if (_socket->recv(line+i, 1) == 0)
|
|
||||||
{
|
|
||||||
return WebSocketInitResult(false, status, std::string("Failed reading response header from ") + _url);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (line[0] == '\r' && line[1] == '\n')
|
|
||||||
{
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
_socket->configure();
|
|
||||||
setReadyState(OPEN);
|
|
||||||
|
|
||||||
return WebSocketInitResult(true, status, "");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
WebSocketTransport::ReadyStateValues WebSocketTransport::getReadyState() const
|
WebSocketTransport::ReadyStateValues WebSocketTransport::getReadyState() const
|
||||||
@ -249,44 +139,73 @@ namespace ix {
|
|||||||
|
|
||||||
void WebSocketTransport::setReadyState(ReadyStateValues readyStateValue)
|
void WebSocketTransport::setReadyState(ReadyStateValues readyStateValue)
|
||||||
{
|
{
|
||||||
|
// No state change, return
|
||||||
|
if (_readyState == readyStateValue) return;
|
||||||
|
|
||||||
|
if (readyStateValue == CLOSED)
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_closeDataMutex);
|
||||||
|
_onCloseCallback(_closeCode, _closeReason, _closeWireSize);
|
||||||
|
_closeCode = 0;
|
||||||
|
_closeReason = std::string();
|
||||||
|
_closeWireSize = 0;
|
||||||
|
}
|
||||||
|
|
||||||
_readyState = readyStateValue;
|
_readyState = readyStateValue;
|
||||||
_onStateChangeCallback(readyStateValue);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebSocketTransport::setOnStateChangeCallback(const OnStateChangeCallback& onStateChangeCallback)
|
void WebSocketTransport::setOnCloseCallback(const OnCloseCallback& onCloseCallback)
|
||||||
{
|
{
|
||||||
_onStateChangeCallback = onStateChangeCallback;
|
_onCloseCallback = onCloseCallback;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Only consider send time points for that computation.
|
||||||
|
// The receive time points is taken into account in Socket::poll (second parameter).
|
||||||
|
bool WebSocketTransport::heartBeatPeriodExceeded()
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_lastSendTimePointMutex);
|
||||||
|
auto now = std::chrono::steady_clock::now();
|
||||||
|
return now - _lastSendTimePoint > std::chrono::seconds(_heartBeatPeriod);
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebSocketTransport::poll()
|
void WebSocketTransport::poll()
|
||||||
{
|
{
|
||||||
_socket->poll(
|
_socket->poll(
|
||||||
[this]()
|
[this](PollResultType pollResult)
|
||||||
{
|
{
|
||||||
|
// If (1) heartbeat is enabled, and (2) no data was received or
|
||||||
|
// send for a duration exceeding our heart-beat period, send a
|
||||||
|
// ping to the server.
|
||||||
|
if (pollResult == PollResultType_Timeout &&
|
||||||
|
heartBeatPeriodExceeded())
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << kHeartBeatPingMessage << "::" << _heartBeatPeriod << "s";
|
||||||
|
sendPing(ss.str());
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
int N = (int) _rxbuf.size();
|
ssize_t ret = _socket->recv((char*)&_readbuf[0], _readbuf.size());
|
||||||
|
|
||||||
ssize_t ret;
|
if (ret < 0 && (_socket->getErrno() == EWOULDBLOCK ||
|
||||||
_rxbuf.resize(N + 1500);
|
_socket->getErrno() == EAGAIN))
|
||||||
ret = _socket->recv((char*)&_rxbuf[0] + N, 1500);
|
{
|
||||||
|
|
||||||
if (ret < 0 && (errno == EWOULDBLOCK ||
|
|
||||||
errno == EAGAIN)) {
|
|
||||||
_rxbuf.resize(N);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else if (ret <= 0)
|
else if (ret <= 0)
|
||||||
{
|
{
|
||||||
_rxbuf.resize(N);
|
_rxbuf.clear();
|
||||||
|
|
||||||
_socket->close();
|
_socket->close();
|
||||||
setReadyState(CLOSED);
|
setReadyState(CLOSED);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
_rxbuf.resize(N + ret);
|
_rxbuf.insert(_rxbuf.end(),
|
||||||
|
_readbuf.begin(),
|
||||||
|
_readbuf.begin() + ret);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -295,7 +214,8 @@ namespace ix {
|
|||||||
_socket->close();
|
_socket->close();
|
||||||
setReadyState(CLOSED);
|
setReadyState(CLOSED);
|
||||||
}
|
}
|
||||||
});
|
},
|
||||||
|
_heartBeatPeriod);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool WebSocketTransport::isSendBufferEmpty() const
|
bool WebSocketTransport::isSendBufferEmpty() const
|
||||||
@ -328,6 +248,17 @@ namespace ix {
|
|||||||
_txbuf.insert(_txbuf.end(), buffer.begin(), buffer.end());
|
_txbuf.insert(_txbuf.end(), buffer.begin(), buffer.end());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void WebSocketTransport::unmaskReceiveBuffer(const wsheader_type& ws)
|
||||||
|
{
|
||||||
|
if (ws.mask)
|
||||||
|
{
|
||||||
|
for (size_t j = 0; j != ws.N; ++j)
|
||||||
|
{
|
||||||
|
_rxbuf[j+ws.header_size] ^= ws.masking_key[j&0x3];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// http://tools.ietf.org/html/rfc6455#section-5.2 Base Framing Protocol
|
// http://tools.ietf.org/html/rfc6455#section-5.2 Base Framing Protocol
|
||||||
//
|
//
|
||||||
@ -352,12 +283,13 @@ namespace ix {
|
|||||||
//
|
//
|
||||||
void WebSocketTransport::dispatch(const OnMessageCallback& onMessageCallback)
|
void WebSocketTransport::dispatch(const OnMessageCallback& onMessageCallback)
|
||||||
{
|
{
|
||||||
// TODO: consider acquiring a lock on _rxbuf...
|
while (true)
|
||||||
while (true) {
|
{
|
||||||
wsheader_type ws;
|
wsheader_type ws;
|
||||||
if (_rxbuf.size() < 2) return; /* Need at least 2 */
|
if (_rxbuf.size() < 2) return; /* Need at least 2 */
|
||||||
const uint8_t * data = (uint8_t *) &_rxbuf[0]; // peek, but don't consume
|
const uint8_t * data = (uint8_t *) &_rxbuf[0]; // peek, but don't consume
|
||||||
ws.fin = (data[0] & 0x80) == 0x80;
|
ws.fin = (data[0] & 0x80) == 0x80;
|
||||||
|
ws.rsv1 = (data[0] & 0x40) == 0x40;
|
||||||
ws.opcode = (wsheader_type::opcode_type) (data[0] & 0x0f);
|
ws.opcode = (wsheader_type::opcode_type) (data[0] & 0x0f);
|
||||||
ws.mask = (data[1] & 0x80) == 0x80;
|
ws.mask = (data[1] & 0x80) == 0x80;
|
||||||
ws.N0 = (data[1] & 0x7f);
|
ws.N0 = (data[1] & 0x7f);
|
||||||
@ -428,51 +360,131 @@ namespace ix {
|
|||||||
|| ws.opcode == wsheader_type::BINARY_FRAME
|
|| ws.opcode == wsheader_type::BINARY_FRAME
|
||||||
|| ws.opcode == wsheader_type::CONTINUATION
|
|| ws.opcode == wsheader_type::CONTINUATION
|
||||||
) {
|
) {
|
||||||
if (ws.mask)
|
unmaskReceiveBuffer(ws);
|
||||||
{
|
|
||||||
for (size_t j = 0; j != ws.N; ++j)
|
|
||||||
{
|
|
||||||
_rxbuf[j+ws.header_size] ^= ws.masking_key[j&0x3];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
_receivedData.insert(_receivedData.end(),
|
|
||||||
_rxbuf.begin()+ws.header_size,
|
|
||||||
_rxbuf.begin()+ws.header_size+(size_t)ws.N);// just feed
|
|
||||||
if (ws.fin)
|
|
||||||
{
|
|
||||||
// fire callback with a string message
|
|
||||||
std::string stringMessage(_receivedData.begin(),
|
|
||||||
_receivedData.end());
|
|
||||||
onMessageCallback(stringMessage);
|
|
||||||
|
|
||||||
_receivedData.clear();
|
//
|
||||||
|
// Usual case. Small unfragmented messages
|
||||||
|
//
|
||||||
|
if (ws.fin && _chunks.empty())
|
||||||
|
{
|
||||||
|
emitMessage(MSG,
|
||||||
|
std::string(_rxbuf.begin()+ws.header_size,
|
||||||
|
_rxbuf.begin()+ws.header_size+(size_t) ws.N),
|
||||||
|
ws,
|
||||||
|
onMessageCallback);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
//
|
||||||
|
// Add intermediary message to our chunk list.
|
||||||
|
// We use a chunk list instead of a big buffer because resizing
|
||||||
|
// large buffer can be very costly when we need to re-allocate
|
||||||
|
// the internal buffer which is slow and can let the internal OS
|
||||||
|
// receive buffer fill out.
|
||||||
|
//
|
||||||
|
_chunks.emplace_back(
|
||||||
|
std::vector<uint8_t>(_rxbuf.begin()+ws.header_size,
|
||||||
|
_rxbuf.begin()+ws.header_size+(size_t)ws.N));
|
||||||
|
if (ws.fin)
|
||||||
|
{
|
||||||
|
emitMessage(MSG, getMergedChunks(), ws, onMessageCallback);
|
||||||
|
_chunks.clear();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (ws.opcode == wsheader_type::PING)
|
else if (ws.opcode == wsheader_type::PING)
|
||||||
{
|
{
|
||||||
if (ws.mask)
|
unmaskReceiveBuffer(ws);
|
||||||
{
|
|
||||||
for (size_t j = 0; j != ws.N; ++j)
|
|
||||||
{
|
|
||||||
_rxbuf[j+ws.header_size] ^= ws.masking_key[j&0x3];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
std::string pingData(_rxbuf.begin()+ws.header_size,
|
std::string pingData(_rxbuf.begin()+ws.header_size,
|
||||||
_rxbuf.begin()+ws.header_size + (size_t) ws.N);
|
_rxbuf.begin()+ws.header_size + (size_t) ws.N);
|
||||||
|
|
||||||
sendData(wsheader_type::PONG, pingData.size(),
|
// Reply back right away
|
||||||
pingData.begin(), pingData.end());
|
bool compress = false;
|
||||||
}
|
sendData(wsheader_type::PONG, pingData, compress);
|
||||||
else if (ws.opcode == wsheader_type::PONG) { }
|
|
||||||
else if (ws.opcode == wsheader_type::CLOSE) { close(); }
|
|
||||||
else { close(); }
|
|
||||||
|
|
||||||
|
emitMessage(PING, pingData, ws, onMessageCallback);
|
||||||
|
}
|
||||||
|
else if (ws.opcode == wsheader_type::PONG)
|
||||||
|
{
|
||||||
|
unmaskReceiveBuffer(ws);
|
||||||
|
std::string pongData(_rxbuf.begin()+ws.header_size,
|
||||||
|
_rxbuf.begin()+ws.header_size + (size_t) ws.N);
|
||||||
|
|
||||||
|
emitMessage(PONG, pongData, ws, onMessageCallback);
|
||||||
|
}
|
||||||
|
else if (ws.opcode == wsheader_type::CLOSE)
|
||||||
|
{
|
||||||
|
unmaskReceiveBuffer(ws);
|
||||||
|
|
||||||
|
// Extract the close code first, available as the first 2 bytes
|
||||||
|
uint16_t code = 0;
|
||||||
|
code |= ((uint64_t) _rxbuf[ws.header_size]) << 8;
|
||||||
|
code |= ((uint64_t) _rxbuf[ws.header_size+1]) << 0;
|
||||||
|
|
||||||
|
// Get the reason.
|
||||||
|
std::string reason(_rxbuf.begin()+ws.header_size + 2,
|
||||||
|
_rxbuf.begin()+ws.header_size + 2 + (size_t) ws.N);
|
||||||
|
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_closeDataMutex);
|
||||||
|
_closeCode = code;
|
||||||
|
_closeReason = reason;
|
||||||
|
_closeWireSize = _rxbuf.size();
|
||||||
|
}
|
||||||
|
|
||||||
|
close();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
close();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Erase the message that has been processed from the input/read buffer
|
||||||
_rxbuf.erase(_rxbuf.begin(),
|
_rxbuf.erase(_rxbuf.begin(),
|
||||||
_rxbuf.begin() + ws.header_size + (size_t) ws.N);
|
_rxbuf.begin() + ws.header_size + (size_t) ws.N);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::string WebSocketTransport::getMergedChunks() const
|
||||||
|
{
|
||||||
|
size_t length = 0;
|
||||||
|
for (auto&& chunk : _chunks)
|
||||||
|
{
|
||||||
|
length += chunk.size();
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string msg;
|
||||||
|
msg.reserve(length);
|
||||||
|
|
||||||
|
for (auto&& chunk : _chunks)
|
||||||
|
{
|
||||||
|
std::string str(chunk.begin(), chunk.end());
|
||||||
|
msg += str;
|
||||||
|
}
|
||||||
|
|
||||||
|
return msg;
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketTransport::emitMessage(MessageKind messageKind,
|
||||||
|
const std::string& message,
|
||||||
|
const wsheader_type& ws,
|
||||||
|
const OnMessageCallback& onMessageCallback)
|
||||||
|
{
|
||||||
|
size_t wireSize = message.size();
|
||||||
|
|
||||||
|
// When the RSV1 bit is 1 it means the message is compressed
|
||||||
|
if (_enablePerMessageDeflate && ws.rsv1)
|
||||||
|
{
|
||||||
|
std::string decompressedMessage;
|
||||||
|
bool success = _perMessageDeflate.decompress(message, decompressedMessage);
|
||||||
|
onMessageCallback(decompressedMessage, wireSize, !success, messageKind);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
onMessageCallback(message, wireSize, false, messageKind);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
unsigned WebSocketTransport::getRandomUnsigned()
|
unsigned WebSocketTransport::getRandomUnsigned()
|
||||||
{
|
{
|
||||||
auto now = std::chrono::system_clock::now();
|
auto now = std::chrono::system_clock::now();
|
||||||
@ -482,16 +494,103 @@ namespace ix {
|
|||||||
return static_cast<unsigned>(seconds);
|
return static_cast<unsigned>(seconds);
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebSocketTransport::sendData(wsheader_type::opcode_type type,
|
WebSocketSendInfo WebSocketTransport::sendData(
|
||||||
uint64_t message_size,
|
wsheader_type::opcode_type type,
|
||||||
std::string::const_iterator message_begin,
|
const std::string& message,
|
||||||
std::string::const_iterator message_end)
|
bool compress,
|
||||||
|
const OnProgressCallback& onProgressCallback)
|
||||||
{
|
{
|
||||||
if (_readyState == CLOSING || _readyState == CLOSED)
|
if (_readyState == CLOSING || _readyState == CLOSED)
|
||||||
{
|
{
|
||||||
return;
|
return WebSocketSendInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
size_t payloadSize = message.size();
|
||||||
|
size_t wireSize = message.size();
|
||||||
|
std::string compressedMessage;
|
||||||
|
bool compressionError = false;
|
||||||
|
|
||||||
|
std::string::const_iterator message_begin = message.begin();
|
||||||
|
std::string::const_iterator message_end = message.end();
|
||||||
|
|
||||||
|
if (compress)
|
||||||
|
{
|
||||||
|
if (!_perMessageDeflate.compress(message, compressedMessage))
|
||||||
|
{
|
||||||
|
bool success = false;
|
||||||
|
compressionError = true;
|
||||||
|
payloadSize = 0;
|
||||||
|
wireSize = 0;
|
||||||
|
return WebSocketSendInfo(success, compressionError, payloadSize, wireSize);
|
||||||
|
}
|
||||||
|
compressionError = false;
|
||||||
|
wireSize = compressedMessage.size();
|
||||||
|
|
||||||
|
message_begin = compressedMessage.begin();
|
||||||
|
message_end = compressedMessage.end();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Common case for most message. No fragmentation required.
|
||||||
|
if (wireSize < kChunkSize)
|
||||||
|
{
|
||||||
|
sendFragment(type, true, message_begin, message_end, compress);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
//
|
||||||
|
// Large messages need to be fragmented
|
||||||
|
//
|
||||||
|
// Rules:
|
||||||
|
// First message needs to specify a proper type (BINARY or TEXT)
|
||||||
|
// Intermediary and last messages need to be of type CONTINUATION
|
||||||
|
// Last message must set the fin byte.
|
||||||
|
//
|
||||||
|
auto steps = wireSize / kChunkSize;
|
||||||
|
|
||||||
|
std::string::const_iterator begin = message_begin;
|
||||||
|
std::string::const_iterator end = message_end;
|
||||||
|
|
||||||
|
for (uint64_t i = 0 ; i < steps; ++i)
|
||||||
|
{
|
||||||
|
bool firstStep = i == 0;
|
||||||
|
bool lastStep = (i+1) == steps;
|
||||||
|
bool fin = lastStep;
|
||||||
|
|
||||||
|
end = begin + kChunkSize;
|
||||||
|
if (lastStep)
|
||||||
|
{
|
||||||
|
end = message_end;
|
||||||
|
}
|
||||||
|
|
||||||
|
auto opcodeType = type;
|
||||||
|
if (!firstStep)
|
||||||
|
{
|
||||||
|
opcodeType = wsheader_type::CONTINUATION;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Send message
|
||||||
|
sendFragment(opcodeType, fin, begin, end, compress);
|
||||||
|
|
||||||
|
if (onProgressCallback && !onProgressCallback(i, steps))
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
begin += kChunkSize;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return WebSocketSendInfo(true, compressionError, payloadSize, wireSize);
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketTransport::sendFragment(wsheader_type::opcode_type type,
|
||||||
|
bool fin,
|
||||||
|
std::string::const_iterator message_begin,
|
||||||
|
std::string::const_iterator message_end,
|
||||||
|
bool compress)
|
||||||
|
{
|
||||||
|
auto message_size = message_end - message_begin;
|
||||||
|
|
||||||
unsigned x = getRandomUnsigned();
|
unsigned x = getRandomUnsigned();
|
||||||
uint8_t masking_key[4] = {};
|
uint8_t masking_key[4] = {};
|
||||||
masking_key[0] = (x >> 24);
|
masking_key[0] = (x >> 24);
|
||||||
@ -503,7 +602,20 @@ namespace ix {
|
|||||||
header.assign(2 +
|
header.assign(2 +
|
||||||
(message_size >= 126 ? 2 : 0) +
|
(message_size >= 126 ? 2 : 0) +
|
||||||
(message_size >= 65536 ? 6 : 0) + 4, 0);
|
(message_size >= 65536 ? 6 : 0) + 4, 0);
|
||||||
header[0] = 0x80 | type;
|
header[0] = type;
|
||||||
|
|
||||||
|
// The fin bit indicate that this is the last fragment. Fin is French for end.
|
||||||
|
if (fin)
|
||||||
|
{
|
||||||
|
header[0] |= 0x80;
|
||||||
|
}
|
||||||
|
|
||||||
|
// This bit indicate that the frame is compressed
|
||||||
|
if (compress)
|
||||||
|
{
|
||||||
|
header[0] |= 0x40;
|
||||||
|
}
|
||||||
|
|
||||||
if (message_size < 126)
|
if (message_size < 126)
|
||||||
{
|
{
|
||||||
header[1] = (message_size & 0xff) | 0x80;
|
header[1] = (message_size & 0xff) | 0x80;
|
||||||
@ -550,15 +662,19 @@ namespace ix {
|
|||||||
sendOnSocket();
|
sendOnSocket();
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebSocketTransport::sendPing()
|
WebSocketSendInfo WebSocketTransport::sendPing(const std::string& message)
|
||||||
{
|
{
|
||||||
std::string empty;
|
bool compress = false;
|
||||||
sendData(wsheader_type::PING, empty.size(), empty.begin(), empty.end());
|
return sendData(wsheader_type::PING, message, compress);
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebSocketTransport::sendBinary(const std::string& message)
|
WebSocketSendInfo WebSocketTransport::sendBinary(
|
||||||
|
const std::string& message,
|
||||||
|
const OnProgressCallback& onProgressCallback)
|
||||||
|
|
||||||
{
|
{
|
||||||
sendData(wsheader_type::BINARY_FRAME, message.size(), message.begin(), message.end());
|
return sendData(wsheader_type::BINARY_FRAME, message,
|
||||||
|
_enablePerMessageDeflate, onProgressCallback);
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebSocketTransport::sendOnSocket()
|
void WebSocketTransport::sendOnSocket()
|
||||||
@ -567,10 +683,10 @@ namespace ix {
|
|||||||
|
|
||||||
while (_txbuf.size())
|
while (_txbuf.size())
|
||||||
{
|
{
|
||||||
int ret = _socket->send((char*)&_txbuf[0], _txbuf.size());
|
ssize_t ret = _socket->send((char*)&_txbuf[0], _txbuf.size());
|
||||||
|
|
||||||
if (ret < 0 && (errno == EWOULDBLOCK ||
|
if (ret < 0 && (_socket->getErrno() == EWOULDBLOCK ||
|
||||||
errno == EAGAIN))
|
_socket->getErrno() == EAGAIN))
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@ -586,20 +702,31 @@ namespace ix {
|
|||||||
_txbuf.erase(_txbuf.begin(), _txbuf.begin() + ret);
|
_txbuf.erase(_txbuf.begin(), _txbuf.begin() + ret);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::lock_guard<std::mutex> lck(_lastSendTimePointMutex);
|
||||||
|
_lastSendTimePoint = std::chrono::steady_clock::now();
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebSocketTransport::close()
|
void WebSocketTransport::close()
|
||||||
{
|
{
|
||||||
|
_requestInitCancellation = true;
|
||||||
|
|
||||||
if (_readyState == CLOSING || _readyState == CLOSED) return;
|
if (_readyState == CLOSING || _readyState == CLOSED) return;
|
||||||
|
|
||||||
|
// See list of close events here:
|
||||||
|
// https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent
|
||||||
|
// We use 1000: normal closure.
|
||||||
|
//
|
||||||
|
// >>> struct.pack('!H', 1000)
|
||||||
|
// b'\x03\xe8'
|
||||||
|
//
|
||||||
|
const std::string normalClosure = std::string("\x03\xe8");
|
||||||
|
bool compress = false;
|
||||||
|
sendData(wsheader_type::CLOSE, normalClosure, compress);
|
||||||
setReadyState(CLOSING);
|
setReadyState(CLOSING);
|
||||||
uint8_t closeFrame[6] = {0x88, 0x80, 0x00, 0x00, 0x00, 0x00}; // last 4 bytes are a masking key
|
|
||||||
std::vector<uint8_t> header(closeFrame, closeFrame+6);
|
|
||||||
appendToSendBuffer(header);
|
|
||||||
|
|
||||||
sendOnSocket();
|
|
||||||
|
|
||||||
_socket->wakeUpFromPoll();
|
_socket->wakeUpFromPoll();
|
||||||
|
_socket->close();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace ix
|
} // namespace ix
|
||||||
|
@ -16,33 +16,20 @@
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
#include <list>
|
||||||
|
|
||||||
|
#include "IXWebSocketSendInfo.h"
|
||||||
|
#include "IXWebSocketPerMessageDeflate.h"
|
||||||
|
#include "IXWebSocketPerMessageDeflateOptions.h"
|
||||||
|
#include "IXWebSocketHttpHeaders.h"
|
||||||
|
#include "IXCancellationRequest.h"
|
||||||
|
#include "IXWebSocketHandshake.h"
|
||||||
|
#include "IXProgressCallback.h"
|
||||||
|
|
||||||
namespace ix
|
namespace ix
|
||||||
{
|
{
|
||||||
class Socket;
|
class Socket;
|
||||||
|
|
||||||
struct WebSocketInitResult
|
|
||||||
{
|
|
||||||
bool success;
|
|
||||||
int http_status;
|
|
||||||
std::string errorStr;
|
|
||||||
|
|
||||||
WebSocketInitResult(bool s, int h, std::string e)
|
|
||||||
{
|
|
||||||
success = s;
|
|
||||||
http_status = h;
|
|
||||||
errorStr = e;
|
|
||||||
}
|
|
||||||
|
|
||||||
// need to define a default
|
|
||||||
WebSocketInitResult()
|
|
||||||
{
|
|
||||||
success = false;
|
|
||||||
http_status = 0;
|
|
||||||
errorStr = "";
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
class WebSocketTransport
|
class WebSocketTransport
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@ -54,41 +41,49 @@ namespace ix
|
|||||||
OPEN
|
OPEN
|
||||||
};
|
};
|
||||||
|
|
||||||
using OnMessageCallback = std::function<void(const std::string&)>;
|
enum MessageKind
|
||||||
using OnStateChangeCallback = std::function<void(ReadyStateValues)>;
|
{
|
||||||
|
MSG,
|
||||||
|
PING,
|
||||||
|
PONG
|
||||||
|
};
|
||||||
|
|
||||||
|
using OnMessageCallback = std::function<void(const std::string&,
|
||||||
|
size_t,
|
||||||
|
bool,
|
||||||
|
MessageKind)>;
|
||||||
|
using OnCloseCallback = std::function<void(uint16_t,
|
||||||
|
const std::string&,
|
||||||
|
size_t)>;
|
||||||
|
|
||||||
WebSocketTransport();
|
WebSocketTransport();
|
||||||
~WebSocketTransport();
|
~WebSocketTransport();
|
||||||
|
|
||||||
void configure(const std::string& url);
|
void configure(const WebSocketPerMessageDeflateOptions& perMessageDeflateOptions,
|
||||||
WebSocketInitResult init();
|
int hearBeatPeriod);
|
||||||
|
|
||||||
|
WebSocketInitResult connectToUrl(const std::string& url, // Client
|
||||||
|
int timeoutSecs);
|
||||||
|
WebSocketInitResult connectToSocket(int fd, // Server
|
||||||
|
int timeoutSecs);
|
||||||
|
|
||||||
void poll();
|
void poll();
|
||||||
void send(const std::string& message);
|
WebSocketSendInfo sendBinary(const std::string& message,
|
||||||
void sendBinary(const std::string& message);
|
const OnProgressCallback& onProgressCallback);
|
||||||
void sendBinary(const std::vector<uint8_t>& message);
|
WebSocketSendInfo sendPing(const std::string& message);
|
||||||
void sendPing();
|
|
||||||
void close();
|
void close();
|
||||||
ReadyStateValues getReadyState() const;
|
ReadyStateValues getReadyState() const;
|
||||||
void setReadyState(ReadyStateValues readyStateValue);
|
void setReadyState(ReadyStateValues readyStateValue);
|
||||||
void setOnStateChangeCallback(const OnStateChangeCallback& onStateChangeCallback);
|
void setOnCloseCallback(const OnCloseCallback& onCloseCallback);
|
||||||
void dispatch(const OnMessageCallback& onMessageCallback);
|
void dispatch(const OnMessageCallback& onMessageCallback);
|
||||||
|
|
||||||
static void printUrl(const std::string& url);
|
|
||||||
static bool parseUrl(const std::string& url,
|
|
||||||
std::string& protocol,
|
|
||||||
std::string& host,
|
|
||||||
std::string& path,
|
|
||||||
std::string& query,
|
|
||||||
int& port);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::string _url;
|
std::string _url;
|
||||||
std::string _origin;
|
|
||||||
|
|
||||||
struct wsheader_type {
|
struct wsheader_type {
|
||||||
unsigned header_size;
|
unsigned header_size;
|
||||||
bool fin;
|
bool fin;
|
||||||
|
bool rsv1;
|
||||||
bool mask;
|
bool mask;
|
||||||
enum opcode_type {
|
enum opcode_type {
|
||||||
CONTINUATION = 0x0,
|
CONTINUATION = 0x0,
|
||||||
@ -103,22 +98,73 @@ namespace ix
|
|||||||
uint8_t masking_key[4];
|
uint8_t masking_key[4];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Buffer for reading from our socket. That buffer is never resized.
|
||||||
|
std::vector<uint8_t> _readbuf;
|
||||||
|
|
||||||
|
// Contains all messages that were fetched in the last socket read.
|
||||||
|
// This could be a mix of control messages (Close, Ping, etc...) and
|
||||||
|
// data messages. That buffer
|
||||||
std::vector<uint8_t> _rxbuf;
|
std::vector<uint8_t> _rxbuf;
|
||||||
|
|
||||||
|
// Contains all messages that are waiting to be sent
|
||||||
std::vector<uint8_t> _txbuf;
|
std::vector<uint8_t> _txbuf;
|
||||||
mutable std::mutex _txbufMutex;
|
mutable std::mutex _txbufMutex;
|
||||||
std::vector<uint8_t> _receivedData;
|
|
||||||
|
|
||||||
|
// Hold fragments for multi-fragments messages in a list. We support receiving very large
|
||||||
|
// messages (tested messages up to 700M) and we cannot put them in a single
|
||||||
|
// buffer that is resized, as this operation can be slow when a buffer has its
|
||||||
|
// size increased 2 fold, while appending to a list has a fixed cost.
|
||||||
|
std::list<std::vector<uint8_t>> _chunks;
|
||||||
|
|
||||||
|
// Fragments are 32K long
|
||||||
|
static constexpr size_t kChunkSize = 1 << 15;
|
||||||
|
|
||||||
|
// Underlying TCP socket
|
||||||
std::shared_ptr<Socket> _socket;
|
std::shared_ptr<Socket> _socket;
|
||||||
|
|
||||||
|
// Hold the state of the connection (OPEN, CLOSED, etc...)
|
||||||
std::atomic<ReadyStateValues> _readyState;
|
std::atomic<ReadyStateValues> _readyState;
|
||||||
|
|
||||||
OnStateChangeCallback _onStateChangeCallback;
|
OnCloseCallback _onCloseCallback;
|
||||||
|
uint16_t _closeCode;
|
||||||
|
std::string _closeReason;
|
||||||
|
size_t _closeWireSize;
|
||||||
|
mutable std::mutex _closeDataMutex;
|
||||||
|
|
||||||
|
// Data used for Per Message Deflate compression (with zlib)
|
||||||
|
WebSocketPerMessageDeflate _perMessageDeflate;
|
||||||
|
WebSocketPerMessageDeflateOptions _perMessageDeflateOptions;
|
||||||
|
std::atomic<bool> _enablePerMessageDeflate;
|
||||||
|
|
||||||
|
// Used to cancel dns lookup + socket connect + http upgrade
|
||||||
|
std::atomic<bool> _requestInitCancellation;
|
||||||
|
|
||||||
|
// Optional Heartbeat
|
||||||
|
int _heartBeatPeriod;
|
||||||
|
static const int kDefaultHeartBeatPeriod;
|
||||||
|
const static std::string kHeartBeatPingMessage;
|
||||||
|
mutable std::mutex _lastSendTimePointMutex;
|
||||||
|
std::chrono::time_point<std::chrono::steady_clock> _lastSendTimePoint;
|
||||||
|
|
||||||
|
// No data was send through the socket for longer that the hearbeat period
|
||||||
|
bool heartBeatPeriodExceeded();
|
||||||
|
|
||||||
void sendOnSocket();
|
void sendOnSocket();
|
||||||
void sendData(wsheader_type::opcode_type type,
|
WebSocketSendInfo sendData(wsheader_type::opcode_type type,
|
||||||
uint64_t message_size,
|
const std::string& message,
|
||||||
std::string::const_iterator message_begin,
|
bool compress,
|
||||||
std::string::const_iterator message_end);
|
const OnProgressCallback& onProgressCallback = nullptr);
|
||||||
|
|
||||||
|
void sendFragment(wsheader_type::opcode_type type,
|
||||||
|
bool fin,
|
||||||
|
std::string::const_iterator begin,
|
||||||
|
std::string::const_iterator end,
|
||||||
|
bool compress);
|
||||||
|
|
||||||
|
void emitMessage(MessageKind messageKind,
|
||||||
|
const std::string& message,
|
||||||
|
const wsheader_type& ws,
|
||||||
|
const OnMessageCallback& onMessageCallback);
|
||||||
|
|
||||||
bool isSendBufferEmpty() const;
|
bool isSendBufferEmpty() const;
|
||||||
void appendToSendBuffer(const std::vector<uint8_t>& header,
|
void appendToSendBuffer(const std::vector<uint8_t>& header,
|
||||||
@ -129,5 +175,8 @@ namespace ix
|
|||||||
void appendToSendBuffer(const std::vector<uint8_t>& buffer);
|
void appendToSendBuffer(const std::vector<uint8_t>& buffer);
|
||||||
|
|
||||||
unsigned getRandomUnsigned();
|
unsigned getRandomUnsigned();
|
||||||
|
void unmaskReceiveBuffer(const wsheader_type& ws);
|
||||||
|
|
||||||
|
std::string getMergedChunks() const;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
20
ixwebsocket/apple/IXSetThreadName_apple.cpp
Normal file
20
ixwebsocket/apple/IXSetThreadName_apple.cpp
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
/*
|
||||||
|
* IXSetThreadName_apple.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
#include "../IXSetThreadName.h"
|
||||||
|
#include <pthread.h>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
void setThreadName(const std::string& name)
|
||||||
|
{
|
||||||
|
//
|
||||||
|
// Apple reserves 16 bytes for its thread names
|
||||||
|
// Notice that the Apple version of pthread_setname_np
|
||||||
|
// does not take a pthread_t argument
|
||||||
|
//
|
||||||
|
pthread_setname_np(name.substr(0, 63).c_str());
|
||||||
|
}
|
||||||
|
}
|
128
ixwebsocket/libwshandshake.hpp
Normal file
128
ixwebsocket/libwshandshake.hpp
Normal file
@ -0,0 +1,128 @@
|
|||||||
|
// Copyright (c) 2016 Alex Hultman and contributors
|
||||||
|
|
||||||
|
// This software is provided 'as-is', without any express or implied
|
||||||
|
// warranty. In no event will the authors be held liable for any damages
|
||||||
|
// arising from the use of this software.
|
||||||
|
|
||||||
|
// Permission is granted to anyone to use this software for any purpose,
|
||||||
|
// including commercial applications, and to alter it and redistribute it
|
||||||
|
// freely, subject to the following restrictions:
|
||||||
|
|
||||||
|
// 1. The origin of this software must not be misrepresented; you must not
|
||||||
|
// claim that you wrote the original software. If you use this software
|
||||||
|
// in a product, an acknowledgement in the product documentation would be
|
||||||
|
// appreciated but is not required.
|
||||||
|
// 2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
// misrepresented as being the original software.
|
||||||
|
// 3. This notice may not be removed or altered from any source distribution.
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
|
#include <cstddef>
|
||||||
|
|
||||||
|
class WebSocketHandshakeKeyGen {
|
||||||
|
template <int N, typename T>
|
||||||
|
struct static_for {
|
||||||
|
void operator()(uint32_t *a, uint32_t *b) {
|
||||||
|
static_for<N - 1, T>()(a, b);
|
||||||
|
T::template f<N - 1>(a, b);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
template <typename T>
|
||||||
|
struct static_for<0, T> {
|
||||||
|
void operator()(uint32_t * /*a*/, uint32_t * /*hash*/) {}
|
||||||
|
};
|
||||||
|
|
||||||
|
template <int state>
|
||||||
|
struct Sha1Loop {
|
||||||
|
static inline uint32_t rol(uint32_t value, size_t bits) {return (value << bits) | (value >> (32 - bits));}
|
||||||
|
static inline uint32_t blk(uint32_t b[16], size_t i) {
|
||||||
|
return rol(b[(i + 13) & 15] ^ b[(i + 8) & 15] ^ b[(i + 2) & 15] ^ b[i], 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
template <int i>
|
||||||
|
static inline void f(uint32_t *a, uint32_t *b) {
|
||||||
|
switch (state) {
|
||||||
|
case 1:
|
||||||
|
a[i % 5] += ((a[(3 + i) % 5] & (a[(2 + i) % 5] ^ a[(1 + i) % 5])) ^ a[(1 + i) % 5]) + b[i] + 0x5a827999 + rol(a[(4 + i) % 5], 5);
|
||||||
|
a[(3 + i) % 5] = rol(a[(3 + i) % 5], 30);
|
||||||
|
break;
|
||||||
|
case 2:
|
||||||
|
b[i] = blk(b, i);
|
||||||
|
a[(1 + i) % 5] += ((a[(4 + i) % 5] & (a[(3 + i) % 5] ^ a[(2 + i) % 5])) ^ a[(2 + i) % 5]) + b[i] + 0x5a827999 + rol(a[(5 + i) % 5], 5);
|
||||||
|
a[(4 + i) % 5] = rol(a[(4 + i) % 5], 30);
|
||||||
|
break;
|
||||||
|
case 3:
|
||||||
|
b[(i + 4) % 16] = blk(b, (i + 4) % 16);
|
||||||
|
a[i % 5] += (a[(3 + i) % 5] ^ a[(2 + i) % 5] ^ a[(1 + i) % 5]) + b[(i + 4) % 16] + 0x6ed9eba1 + rol(a[(4 + i) % 5], 5);
|
||||||
|
a[(3 + i) % 5] = rol(a[(3 + i) % 5], 30);
|
||||||
|
break;
|
||||||
|
case 4:
|
||||||
|
b[(i + 8) % 16] = blk(b, (i + 8) % 16);
|
||||||
|
a[i % 5] += (((a[(3 + i) % 5] | a[(2 + i) % 5]) & a[(1 + i) % 5]) | (a[(3 + i) % 5] & a[(2 + i) % 5])) + b[(i + 8) % 16] + 0x8f1bbcdc + rol(a[(4 + i) % 5], 5);
|
||||||
|
a[(3 + i) % 5] = rol(a[(3 + i) % 5], 30);
|
||||||
|
break;
|
||||||
|
case 5:
|
||||||
|
b[(i + 12) % 16] = blk(b, (i + 12) % 16);
|
||||||
|
a[i % 5] += (a[(3 + i) % 5] ^ a[(2 + i) % 5] ^ a[(1 + i) % 5]) + b[(i + 12) % 16] + 0xca62c1d6 + rol(a[(4 + i) % 5], 5);
|
||||||
|
a[(3 + i) % 5] = rol(a[(3 + i) % 5], 30);
|
||||||
|
break;
|
||||||
|
case 6:
|
||||||
|
b[i] += a[4 - i];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
static inline void sha1(uint32_t hash[5], uint32_t b[16]) {
|
||||||
|
uint32_t a[5] = {hash[4], hash[3], hash[2], hash[1], hash[0]};
|
||||||
|
static_for<16, Sha1Loop<1>>()(a, b);
|
||||||
|
static_for<4, Sha1Loop<2>>()(a, b);
|
||||||
|
static_for<20, Sha1Loop<3>>()(a, b);
|
||||||
|
static_for<20, Sha1Loop<4>>()(a, b);
|
||||||
|
static_for<20, Sha1Loop<5>>()(a, b);
|
||||||
|
static_for<5, Sha1Loop<6>>()(a, hash);
|
||||||
|
}
|
||||||
|
|
||||||
|
static inline void base64(unsigned char *src, char *dst) {
|
||||||
|
const char *b64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
||||||
|
for (int i = 0; i < 18; i += 3) {
|
||||||
|
*dst++ = b64[(src[i] >> 2) & 63];
|
||||||
|
*dst++ = b64[((src[i] & 3) << 4) | ((src[i + 1] & 240) >> 4)];
|
||||||
|
*dst++ = b64[((src[i + 1] & 15) << 2) | ((src[i + 2] & 192) >> 6)];
|
||||||
|
*dst++ = b64[src[i + 2] & 63];
|
||||||
|
}
|
||||||
|
*dst++ = b64[(src[18] >> 2) & 63];
|
||||||
|
*dst++ = b64[((src[18] & 3) << 4) | ((src[19] & 240) >> 4)];
|
||||||
|
*dst++ = b64[((src[19] & 15) << 2)];
|
||||||
|
*dst++ = '=';
|
||||||
|
}
|
||||||
|
|
||||||
|
public:
|
||||||
|
static inline void generate(const char input[24], char output[28]) {
|
||||||
|
uint32_t b_output[5] = {
|
||||||
|
0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0
|
||||||
|
};
|
||||||
|
uint32_t b_input[16] = {
|
||||||
|
0, 0, 0, 0, 0, 0, 0x32353845, 0x41464135, 0x2d453931, 0x342d3437, 0x44412d39,
|
||||||
|
0x3543412d, 0x43354142, 0x30444338, 0x35423131, 0x80000000
|
||||||
|
};
|
||||||
|
|
||||||
|
for (int i = 0; i < 6; i++) {
|
||||||
|
b_input[i] = (input[4 * i + 3] & 0xff) | (input[4 * i + 2] & 0xff) << 8 | (input[4 * i + 1] & 0xff) << 16 | (input[4 * i + 0] & 0xff) << 24;
|
||||||
|
}
|
||||||
|
sha1(b_output, b_input);
|
||||||
|
uint32_t last_b[16] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 480};
|
||||||
|
sha1(b_output, last_b);
|
||||||
|
for (int i = 0; i < 5; i++) {
|
||||||
|
uint32_t tmp = b_output[i];
|
||||||
|
char *bytes = (char *) &b_output[i];
|
||||||
|
bytes[3] = tmp & 0xff;
|
||||||
|
bytes[2] = (tmp >> 8) & 0xff;
|
||||||
|
bytes[1] = (tmp >> 16) & 0xff;
|
||||||
|
bytes[0] = (tmp >> 24) & 0xff;
|
||||||
|
}
|
||||||
|
base64((unsigned char *) b_output, output);
|
||||||
|
}
|
||||||
|
};
|
21
ixwebsocket/linux/IXSetThreadName_linux.cpp
Normal file
21
ixwebsocket/linux/IXSetThreadName_linux.cpp
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
/*
|
||||||
|
* IXSetThreadName_linux.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
#include "../IXSetThreadName.h"
|
||||||
|
#include <pthread.h>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
void setThreadName(const std::string& name)
|
||||||
|
{
|
||||||
|
//
|
||||||
|
// Linux only reserves 16 bytes for its thread names
|
||||||
|
// See prctl and PR_SET_NAME property in
|
||||||
|
// http://man7.org/linux/man-pages/man2/prctl.2.html
|
||||||
|
//
|
||||||
|
pthread_setname_np(pthread_self(),
|
||||||
|
name.substr(0, 15).c_str());
|
||||||
|
}
|
||||||
|
}
|
16
ixwebsocket/windows/IXSetThreadName_windows.cpp
Normal file
16
ixwebsocket/windows/IXSetThreadName_windows.cpp
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
/*
|
||||||
|
* IXSetThreadName_windows.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2019 Machine Zone, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
#include "../IXSetThreadName.h"
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
void setThreadName(const std::string& name)
|
||||||
|
{
|
||||||
|
// FIXME
|
||||||
|
std::cerr << "setThreadName not implemented on Windows yet" << std::endl;
|
||||||
|
}
|
||||||
|
}
|
47
makefile
Normal file
47
makefile
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
#
|
||||||
|
# This makefile is just used to easily work with docker (linux build)
|
||||||
|
#
|
||||||
|
all: brew
|
||||||
|
|
||||||
|
brew:
|
||||||
|
mkdir -p build && (cd build ; cmake .. ; make)
|
||||||
|
|
||||||
|
.PHONY: docker
|
||||||
|
docker:
|
||||||
|
docker build -t broadcast_server:latest .
|
||||||
|
|
||||||
|
run:
|
||||||
|
docker run --cap-add sys_ptrace -it broadcast_server:latest bash
|
||||||
|
|
||||||
|
# this is helpful to remove trailing whitespaces
|
||||||
|
trail:
|
||||||
|
sh third_party/remove_trailing_whitespaces.sh
|
||||||
|
|
||||||
|
build:
|
||||||
|
(cd examples/satori_publisher ; mkdir -p build ; cd build ; cmake .. ; make)
|
||||||
|
(cd examples/chat ; mkdir -p build ; cd build ; cmake .. ; make)
|
||||||
|
(cd examples/ping_pong ; mkdir -p build ; cd build ; cmake .. ; make)
|
||||||
|
(cd examples/ws_connect ; mkdir -p build ; cd build ; cmake .. ; make)
|
||||||
|
(cd examples/echo_server ; mkdir -p build ; cd build ; cmake .. ; make)
|
||||||
|
(cd examples/broadcast_server ; mkdir -p build ; cd build ; cmake .. ; make)
|
||||||
|
|
||||||
|
# That target is used to start a node server, but isn't required as we have
|
||||||
|
# a builtin C++ server started in the unittest now
|
||||||
|
test_server:
|
||||||
|
(cd test && npm i ws && node broadcast-server.js)
|
||||||
|
|
||||||
|
# env TEST=Websocket_server make test
|
||||||
|
# env TEST=Websocket_chat make test
|
||||||
|
# env TEST=heartbeat make test
|
||||||
|
test:
|
||||||
|
python test/run.py
|
||||||
|
|
||||||
|
# For the fork that is configured with appveyor
|
||||||
|
rebase_upstream:
|
||||||
|
git fetch upstream
|
||||||
|
git checkout master
|
||||||
|
git reset --hard upstream/master
|
||||||
|
git push origin master --force
|
||||||
|
|
||||||
|
.PHONY: test
|
||||||
|
.PHONY: build
|
9
test/.gitignore
vendored
Normal file
9
test/.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
CMakeCache.txt
|
||||||
|
package-lock.json
|
||||||
|
CMakeFiles
|
||||||
|
ixwebsocket_unittest
|
||||||
|
cmake_install.cmake
|
||||||
|
node_modules
|
||||||
|
ixwebsocket
|
||||||
|
Makefile
|
||||||
|
build
|
52
test/CMakeLists.txt
Normal file
52
test/CMakeLists.txt
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
#
|
||||||
|
# Author: Benjamin Sergeant
|
||||||
|
# Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
#
|
||||||
|
cmake_minimum_required (VERSION 3.4.1)
|
||||||
|
project (ixwebsocket_unittest)
|
||||||
|
|
||||||
|
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../third_party/sanitizers-cmake/cmake" ${CMAKE_MODULE_PATH})
|
||||||
|
find_package(Sanitizers)
|
||||||
|
|
||||||
|
set (CMAKE_CXX_STANDARD 14)
|
||||||
|
|
||||||
|
if (NOT WIN32)
|
||||||
|
option(USE_TLS "Add TLS support" ON)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
add_subdirectory(${PROJECT_SOURCE_DIR}/.. ixwebsocket)
|
||||||
|
|
||||||
|
include_directories(
|
||||||
|
${PROJECT_SOURCE_DIR}/Catch2/single_include
|
||||||
|
../third_party/msgpack11
|
||||||
|
)
|
||||||
|
|
||||||
|
# Shared sources
|
||||||
|
set (SOURCES
|
||||||
|
test_runner.cpp
|
||||||
|
IXTest.cpp
|
||||||
|
../third_party/msgpack11/msgpack11.cpp
|
||||||
|
|
||||||
|
IXDNSLookupTest.cpp
|
||||||
|
IXSocketTest.cpp
|
||||||
|
)
|
||||||
|
|
||||||
|
# Some unittest don't work on windows yet
|
||||||
|
if (NOT WIN32)
|
||||||
|
list(APPEND SOURCES
|
||||||
|
IXWebSocketServerTest.cpp
|
||||||
|
IXWebSocketHeartBeatTest.cpp
|
||||||
|
cmd_websocket_chat.cpp
|
||||||
|
IXWebSocketTestConnectionDisconnection.cpp
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
add_executable(ixwebsocket_unittest ${SOURCES})
|
||||||
|
add_sanitizers(ixwebsocket_unittest)
|
||||||
|
|
||||||
|
if (APPLE AND USE_TLS)
|
||||||
|
target_link_libraries(ixwebsocket_unittest "-framework foundation" "-framework security")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
target_link_libraries(ixwebsocket_unittest ixwebsocket)
|
||||||
|
install(TARGETS ixwebsocket_unittest DESTINATION bin)
|
12852
test/Catch2/single_include/catch.hpp
Normal file
12852
test/Catch2/single_include/catch.hpp
Normal file
File diff suppressed because it is too large
Load Diff
62
test/Catch2/single_include/catch_reporter_automake.hpp
Normal file
62
test/Catch2/single_include/catch_reporter_automake.hpp
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
/*
|
||||||
|
* Created by Justin R. Wilson on 2/19/2017.
|
||||||
|
* Copyright 2017 Justin R. Wilson. All rights reserved.
|
||||||
|
*
|
||||||
|
* Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
|
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
*/
|
||||||
|
#ifndef TWOBLUECUBES_CATCH_REPORTER_AUTOMAKE_HPP_INCLUDED
|
||||||
|
#define TWOBLUECUBES_CATCH_REPORTER_AUTOMAKE_HPP_INCLUDED
|
||||||
|
|
||||||
|
// Don't #include any Catch headers here - we can assume they are already
|
||||||
|
// included before this header.
|
||||||
|
// This is not good practice in general but is necessary in this case so this
|
||||||
|
// file can be distributed as a single header that works with the main
|
||||||
|
// Catch single header.
|
||||||
|
|
||||||
|
namespace Catch {
|
||||||
|
|
||||||
|
struct AutomakeReporter : StreamingReporterBase<AutomakeReporter> {
|
||||||
|
AutomakeReporter( ReporterConfig const& _config )
|
||||||
|
: StreamingReporterBase( _config )
|
||||||
|
{}
|
||||||
|
|
||||||
|
~AutomakeReporter() override;
|
||||||
|
|
||||||
|
static std::string getDescription() {
|
||||||
|
return "Reports test results in the format of Automake .trs files";
|
||||||
|
}
|
||||||
|
|
||||||
|
void assertionStarting( AssertionInfo const& ) override {}
|
||||||
|
|
||||||
|
bool assertionEnded( AssertionStats const& /*_assertionStats*/ ) override { return true; }
|
||||||
|
|
||||||
|
void testCaseEnded( TestCaseStats const& _testCaseStats ) override {
|
||||||
|
// Possible values to emit are PASS, XFAIL, SKIP, FAIL, XPASS and ERROR.
|
||||||
|
stream << ":test-result: ";
|
||||||
|
if (_testCaseStats.totals.assertions.allPassed()) {
|
||||||
|
stream << "PASS";
|
||||||
|
} else if (_testCaseStats.totals.assertions.allOk()) {
|
||||||
|
stream << "XFAIL";
|
||||||
|
} else {
|
||||||
|
stream << "FAIL";
|
||||||
|
}
|
||||||
|
stream << ' ' << _testCaseStats.testInfo.name << '\n';
|
||||||
|
StreamingReporterBase::testCaseEnded( _testCaseStats );
|
||||||
|
}
|
||||||
|
|
||||||
|
void skipTest( TestCaseInfo const& testInfo ) override {
|
||||||
|
stream << ":test-result: SKIP " << testInfo.name << '\n';
|
||||||
|
}
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
#ifdef CATCH_IMPL
|
||||||
|
AutomakeReporter::~AutomakeReporter() {}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
CATCH_REGISTER_REPORTER( "automake", AutomakeReporter)
|
||||||
|
|
||||||
|
} // end namespace Catch
|
||||||
|
|
||||||
|
#endif // TWOBLUECUBES_CATCH_REPORTER_AUTOMAKE_HPP_INCLUDED
|
255
test/Catch2/single_include/catch_reporter_tap.hpp
Normal file
255
test/Catch2/single_include/catch_reporter_tap.hpp
Normal file
@ -0,0 +1,255 @@
|
|||||||
|
/*
|
||||||
|
* Created by Colton Wolkins on 2015-08-15.
|
||||||
|
* Copyright 2015 Martin Moene. All rights reserved.
|
||||||
|
*
|
||||||
|
* Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
|
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
*/
|
||||||
|
#ifndef TWOBLUECUBES_CATCH_REPORTER_TAP_HPP_INCLUDED
|
||||||
|
#define TWOBLUECUBES_CATCH_REPORTER_TAP_HPP_INCLUDED
|
||||||
|
|
||||||
|
|
||||||
|
// Don't #include any Catch headers here - we can assume they are already
|
||||||
|
// included before this header.
|
||||||
|
// This is not good practice in general but is necessary in this case so this
|
||||||
|
// file can be distributed as a single header that works with the main
|
||||||
|
// Catch single header.
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
|
namespace Catch {
|
||||||
|
|
||||||
|
struct TAPReporter : StreamingReporterBase<TAPReporter> {
|
||||||
|
|
||||||
|
using StreamingReporterBase::StreamingReporterBase;
|
||||||
|
|
||||||
|
~TAPReporter() override;
|
||||||
|
|
||||||
|
static std::string getDescription() {
|
||||||
|
return "Reports test results in TAP format, suitable for test harnesses";
|
||||||
|
}
|
||||||
|
|
||||||
|
ReporterPreferences getPreferences() const override {
|
||||||
|
ReporterPreferences prefs;
|
||||||
|
prefs.shouldRedirectStdOut = false;
|
||||||
|
return prefs;
|
||||||
|
}
|
||||||
|
|
||||||
|
void noMatchingTestCases( std::string const& spec ) override {
|
||||||
|
stream << "# No test cases matched '" << spec << "'" << std::endl;
|
||||||
|
}
|
||||||
|
|
||||||
|
void assertionStarting( AssertionInfo const& ) override {}
|
||||||
|
|
||||||
|
bool assertionEnded( AssertionStats const& _assertionStats ) override {
|
||||||
|
++counter;
|
||||||
|
|
||||||
|
AssertionPrinter printer( stream, _assertionStats, counter );
|
||||||
|
printer.print();
|
||||||
|
stream << " # " << currentTestCaseInfo->name ;
|
||||||
|
|
||||||
|
stream << std::endl;
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
void testRunEnded( TestRunStats const& _testRunStats ) override {
|
||||||
|
printTotals( _testRunStats.totals );
|
||||||
|
stream << "\n" << std::endl;
|
||||||
|
StreamingReporterBase::testRunEnded( _testRunStats );
|
||||||
|
}
|
||||||
|
|
||||||
|
private:
|
||||||
|
std::size_t counter = 0;
|
||||||
|
class AssertionPrinter {
|
||||||
|
public:
|
||||||
|
AssertionPrinter& operator= ( AssertionPrinter const& ) = delete;
|
||||||
|
AssertionPrinter( AssertionPrinter const& ) = delete;
|
||||||
|
AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats, std::size_t _counter )
|
||||||
|
: stream( _stream )
|
||||||
|
, result( _stats.assertionResult )
|
||||||
|
, messages( _stats.infoMessages )
|
||||||
|
, itMessage( _stats.infoMessages.begin() )
|
||||||
|
, printInfoMessages( true )
|
||||||
|
, counter(_counter)
|
||||||
|
{}
|
||||||
|
|
||||||
|
void print() {
|
||||||
|
itMessage = messages.begin();
|
||||||
|
|
||||||
|
switch( result.getResultType() ) {
|
||||||
|
case ResultWas::Ok:
|
||||||
|
printResultType( passedString() );
|
||||||
|
printOriginalExpression();
|
||||||
|
printReconstructedExpression();
|
||||||
|
if ( ! result.hasExpression() )
|
||||||
|
printRemainingMessages( Colour::None );
|
||||||
|
else
|
||||||
|
printRemainingMessages();
|
||||||
|
break;
|
||||||
|
case ResultWas::ExpressionFailed:
|
||||||
|
if (result.isOk()) {
|
||||||
|
printResultType(passedString());
|
||||||
|
} else {
|
||||||
|
printResultType(failedString());
|
||||||
|
}
|
||||||
|
printOriginalExpression();
|
||||||
|
printReconstructedExpression();
|
||||||
|
if (result.isOk()) {
|
||||||
|
printIssue(" # TODO");
|
||||||
|
}
|
||||||
|
printRemainingMessages();
|
||||||
|
break;
|
||||||
|
case ResultWas::ThrewException:
|
||||||
|
printResultType( failedString() );
|
||||||
|
printIssue( "unexpected exception with message:" );
|
||||||
|
printMessage();
|
||||||
|
printExpressionWas();
|
||||||
|
printRemainingMessages();
|
||||||
|
break;
|
||||||
|
case ResultWas::FatalErrorCondition:
|
||||||
|
printResultType( failedString() );
|
||||||
|
printIssue( "fatal error condition with message:" );
|
||||||
|
printMessage();
|
||||||
|
printExpressionWas();
|
||||||
|
printRemainingMessages();
|
||||||
|
break;
|
||||||
|
case ResultWas::DidntThrowException:
|
||||||
|
printResultType( failedString() );
|
||||||
|
printIssue( "expected exception, got none" );
|
||||||
|
printExpressionWas();
|
||||||
|
printRemainingMessages();
|
||||||
|
break;
|
||||||
|
case ResultWas::Info:
|
||||||
|
printResultType( "info" );
|
||||||
|
printMessage();
|
||||||
|
printRemainingMessages();
|
||||||
|
break;
|
||||||
|
case ResultWas::Warning:
|
||||||
|
printResultType( "warning" );
|
||||||
|
printMessage();
|
||||||
|
printRemainingMessages();
|
||||||
|
break;
|
||||||
|
case ResultWas::ExplicitFailure:
|
||||||
|
printResultType( failedString() );
|
||||||
|
printIssue( "explicitly" );
|
||||||
|
printRemainingMessages( Colour::None );
|
||||||
|
break;
|
||||||
|
// These cases are here to prevent compiler warnings
|
||||||
|
case ResultWas::Unknown:
|
||||||
|
case ResultWas::FailureBit:
|
||||||
|
case ResultWas::Exception:
|
||||||
|
printResultType( "** internal error **" );
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private:
|
||||||
|
static Colour::Code dimColour() { return Colour::FileName; }
|
||||||
|
|
||||||
|
static const char* failedString() { return "not ok"; }
|
||||||
|
static const char* passedString() { return "ok"; }
|
||||||
|
|
||||||
|
void printSourceInfo() const {
|
||||||
|
Colour colourGuard( dimColour() );
|
||||||
|
stream << result.getSourceInfo() << ":";
|
||||||
|
}
|
||||||
|
|
||||||
|
void printResultType( std::string const& passOrFail ) const {
|
||||||
|
if( !passOrFail.empty() ) {
|
||||||
|
stream << passOrFail << ' ' << counter << " -";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void printIssue( std::string const& issue ) const {
|
||||||
|
stream << " " << issue;
|
||||||
|
}
|
||||||
|
|
||||||
|
void printExpressionWas() {
|
||||||
|
if( result.hasExpression() ) {
|
||||||
|
stream << ";";
|
||||||
|
{
|
||||||
|
Colour colour( dimColour() );
|
||||||
|
stream << " expression was:";
|
||||||
|
}
|
||||||
|
printOriginalExpression();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void printOriginalExpression() const {
|
||||||
|
if( result.hasExpression() ) {
|
||||||
|
stream << " " << result.getExpression();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void printReconstructedExpression() const {
|
||||||
|
if( result.hasExpandedExpression() ) {
|
||||||
|
{
|
||||||
|
Colour colour( dimColour() );
|
||||||
|
stream << " for: ";
|
||||||
|
}
|
||||||
|
std::string expr = result.getExpandedExpression();
|
||||||
|
std::replace( expr.begin(), expr.end(), '\n', ' ');
|
||||||
|
stream << expr;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void printMessage() {
|
||||||
|
if ( itMessage != messages.end() ) {
|
||||||
|
stream << " '" << itMessage->message << "'";
|
||||||
|
++itMessage;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void printRemainingMessages( Colour::Code colour = dimColour() ) {
|
||||||
|
if (itMessage == messages.end()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// using messages.end() directly (or auto) yields compilation error:
|
||||||
|
std::vector<MessageInfo>::const_iterator itEnd = messages.end();
|
||||||
|
const std::size_t N = static_cast<std::size_t>( std::distance( itMessage, itEnd ) );
|
||||||
|
|
||||||
|
{
|
||||||
|
Colour colourGuard( colour );
|
||||||
|
stream << " with " << pluralise( N, "message" ) << ":";
|
||||||
|
}
|
||||||
|
|
||||||
|
for(; itMessage != itEnd; ) {
|
||||||
|
// If this assertion is a warning ignore any INFO messages
|
||||||
|
if( printInfoMessages || itMessage->type != ResultWas::Info ) {
|
||||||
|
stream << " '" << itMessage->message << "'";
|
||||||
|
if ( ++itMessage != itEnd ) {
|
||||||
|
Colour colourGuard( dimColour() );
|
||||||
|
stream << " and";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private:
|
||||||
|
std::ostream& stream;
|
||||||
|
AssertionResult const& result;
|
||||||
|
std::vector<MessageInfo> messages;
|
||||||
|
std::vector<MessageInfo>::const_iterator itMessage;
|
||||||
|
bool printInfoMessages;
|
||||||
|
std::size_t counter;
|
||||||
|
};
|
||||||
|
|
||||||
|
void printTotals( const Totals& totals ) const {
|
||||||
|
if( totals.testCases.total() == 0 ) {
|
||||||
|
stream << "1..0 # Skipped: No tests ran.";
|
||||||
|
} else {
|
||||||
|
stream << "1.." << counter;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
#ifdef CATCH_IMPL
|
||||||
|
TAPReporter::~TAPReporter() {}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
CATCH_REGISTER_REPORTER( "tap", TAPReporter )
|
||||||
|
|
||||||
|
} // end namespace Catch
|
||||||
|
|
||||||
|
#endif // TWOBLUECUBES_CATCH_REPORTER_TAP_HPP_INCLUDED
|
220
test/Catch2/single_include/catch_reporter_teamcity.hpp
Normal file
220
test/Catch2/single_include/catch_reporter_teamcity.hpp
Normal file
@ -0,0 +1,220 @@
|
|||||||
|
/*
|
||||||
|
* Created by Phil Nash on 19th December 2014
|
||||||
|
* Copyright 2014 Two Blue Cubes Ltd. All rights reserved.
|
||||||
|
*
|
||||||
|
* Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
|
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
*/
|
||||||
|
#ifndef TWOBLUECUBES_CATCH_REPORTER_TEAMCITY_HPP_INCLUDED
|
||||||
|
#define TWOBLUECUBES_CATCH_REPORTER_TEAMCITY_HPP_INCLUDED
|
||||||
|
|
||||||
|
// Don't #include any Catch headers here - we can assume they are already
|
||||||
|
// included before this header.
|
||||||
|
// This is not good practice in general but is necessary in this case so this
|
||||||
|
// file can be distributed as a single header that works with the main
|
||||||
|
// Catch single header.
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
|
#ifdef __clang__
|
||||||
|
# pragma clang diagnostic push
|
||||||
|
# pragma clang diagnostic ignored "-Wpadded"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
namespace Catch {
|
||||||
|
|
||||||
|
struct TeamCityReporter : StreamingReporterBase<TeamCityReporter> {
|
||||||
|
TeamCityReporter( ReporterConfig const& _config )
|
||||||
|
: StreamingReporterBase( _config )
|
||||||
|
{
|
||||||
|
m_reporterPrefs.shouldRedirectStdOut = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
static std::string escape( std::string const& str ) {
|
||||||
|
std::string escaped = str;
|
||||||
|
replaceInPlace( escaped, "|", "||" );
|
||||||
|
replaceInPlace( escaped, "'", "|'" );
|
||||||
|
replaceInPlace( escaped, "\n", "|n" );
|
||||||
|
replaceInPlace( escaped, "\r", "|r" );
|
||||||
|
replaceInPlace( escaped, "[", "|[" );
|
||||||
|
replaceInPlace( escaped, "]", "|]" );
|
||||||
|
return escaped;
|
||||||
|
}
|
||||||
|
~TeamCityReporter() override;
|
||||||
|
|
||||||
|
static std::string getDescription() {
|
||||||
|
return "Reports test results as TeamCity service messages";
|
||||||
|
}
|
||||||
|
|
||||||
|
void skipTest( TestCaseInfo const& /* testInfo */ ) override {
|
||||||
|
}
|
||||||
|
|
||||||
|
void noMatchingTestCases( std::string const& /* spec */ ) override {}
|
||||||
|
|
||||||
|
void testGroupStarting( GroupInfo const& groupInfo ) override {
|
||||||
|
StreamingReporterBase::testGroupStarting( groupInfo );
|
||||||
|
stream << "##teamcity[testSuiteStarted name='"
|
||||||
|
<< escape( groupInfo.name ) << "']\n";
|
||||||
|
}
|
||||||
|
void testGroupEnded( TestGroupStats const& testGroupStats ) override {
|
||||||
|
StreamingReporterBase::testGroupEnded( testGroupStats );
|
||||||
|
stream << "##teamcity[testSuiteFinished name='"
|
||||||
|
<< escape( testGroupStats.groupInfo.name ) << "']\n";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void assertionStarting( AssertionInfo const& ) override {}
|
||||||
|
|
||||||
|
bool assertionEnded( AssertionStats const& assertionStats ) override {
|
||||||
|
AssertionResult const& result = assertionStats.assertionResult;
|
||||||
|
if( !result.isOk() ) {
|
||||||
|
|
||||||
|
ReusableStringStream msg;
|
||||||
|
if( !m_headerPrintedForThisSection )
|
||||||
|
printSectionHeader( msg.get() );
|
||||||
|
m_headerPrintedForThisSection = true;
|
||||||
|
|
||||||
|
msg << result.getSourceInfo() << "\n";
|
||||||
|
|
||||||
|
switch( result.getResultType() ) {
|
||||||
|
case ResultWas::ExpressionFailed:
|
||||||
|
msg << "expression failed";
|
||||||
|
break;
|
||||||
|
case ResultWas::ThrewException:
|
||||||
|
msg << "unexpected exception";
|
||||||
|
break;
|
||||||
|
case ResultWas::FatalErrorCondition:
|
||||||
|
msg << "fatal error condition";
|
||||||
|
break;
|
||||||
|
case ResultWas::DidntThrowException:
|
||||||
|
msg << "no exception was thrown where one was expected";
|
||||||
|
break;
|
||||||
|
case ResultWas::ExplicitFailure:
|
||||||
|
msg << "explicit failure";
|
||||||
|
break;
|
||||||
|
|
||||||
|
// We shouldn't get here because of the isOk() test
|
||||||
|
case ResultWas::Ok:
|
||||||
|
case ResultWas::Info:
|
||||||
|
case ResultWas::Warning:
|
||||||
|
throw std::domain_error( "Internal error in TeamCity reporter" );
|
||||||
|
// These cases are here to prevent compiler warnings
|
||||||
|
case ResultWas::Unknown:
|
||||||
|
case ResultWas::FailureBit:
|
||||||
|
case ResultWas::Exception:
|
||||||
|
throw std::domain_error( "Not implemented" );
|
||||||
|
}
|
||||||
|
if( assertionStats.infoMessages.size() == 1 )
|
||||||
|
msg << " with message:";
|
||||||
|
if( assertionStats.infoMessages.size() > 1 )
|
||||||
|
msg << " with messages:";
|
||||||
|
for( auto const& messageInfo : assertionStats.infoMessages )
|
||||||
|
msg << "\n \"" << messageInfo.message << "\"";
|
||||||
|
|
||||||
|
|
||||||
|
if( result.hasExpression() ) {
|
||||||
|
msg <<
|
||||||
|
"\n " << result.getExpressionInMacro() << "\n"
|
||||||
|
"with expansion:\n" <<
|
||||||
|
" " << result.getExpandedExpression() << "\n";
|
||||||
|
}
|
||||||
|
|
||||||
|
if( currentTestCaseInfo->okToFail() ) {
|
||||||
|
msg << "- failure ignore as test marked as 'ok to fail'\n";
|
||||||
|
stream << "##teamcity[testIgnored"
|
||||||
|
<< " name='" << escape( currentTestCaseInfo->name )<< "'"
|
||||||
|
<< " message='" << escape( msg.str() ) << "'"
|
||||||
|
<< "]\n";
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
stream << "##teamcity[testFailed"
|
||||||
|
<< " name='" << escape( currentTestCaseInfo->name )<< "'"
|
||||||
|
<< " message='" << escape( msg.str() ) << "'"
|
||||||
|
<< "]\n";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stream.flush();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
void sectionStarting( SectionInfo const& sectionInfo ) override {
|
||||||
|
m_headerPrintedForThisSection = false;
|
||||||
|
StreamingReporterBase::sectionStarting( sectionInfo );
|
||||||
|
}
|
||||||
|
|
||||||
|
void testCaseStarting( TestCaseInfo const& testInfo ) override {
|
||||||
|
m_testTimer.start();
|
||||||
|
StreamingReporterBase::testCaseStarting( testInfo );
|
||||||
|
stream << "##teamcity[testStarted name='"
|
||||||
|
<< escape( testInfo.name ) << "']\n";
|
||||||
|
stream.flush();
|
||||||
|
}
|
||||||
|
|
||||||
|
void testCaseEnded( TestCaseStats const& testCaseStats ) override {
|
||||||
|
StreamingReporterBase::testCaseEnded( testCaseStats );
|
||||||
|
if( !testCaseStats.stdOut.empty() )
|
||||||
|
stream << "##teamcity[testStdOut name='"
|
||||||
|
<< escape( testCaseStats.testInfo.name )
|
||||||
|
<< "' out='" << escape( testCaseStats.stdOut ) << "']\n";
|
||||||
|
if( !testCaseStats.stdErr.empty() )
|
||||||
|
stream << "##teamcity[testStdErr name='"
|
||||||
|
<< escape( testCaseStats.testInfo.name )
|
||||||
|
<< "' out='" << escape( testCaseStats.stdErr ) << "']\n";
|
||||||
|
stream << "##teamcity[testFinished name='"
|
||||||
|
<< escape( testCaseStats.testInfo.name ) << "' duration='"
|
||||||
|
<< m_testTimer.getElapsedMilliseconds() << "']\n";
|
||||||
|
stream.flush();
|
||||||
|
}
|
||||||
|
|
||||||
|
private:
|
||||||
|
void printSectionHeader( std::ostream& os ) {
|
||||||
|
assert( !m_sectionStack.empty() );
|
||||||
|
|
||||||
|
if( m_sectionStack.size() > 1 ) {
|
||||||
|
os << getLineOfChars<'-'>() << "\n";
|
||||||
|
|
||||||
|
std::vector<SectionInfo>::const_iterator
|
||||||
|
it = m_sectionStack.begin()+1, // Skip first section (test case)
|
||||||
|
itEnd = m_sectionStack.end();
|
||||||
|
for( ; it != itEnd; ++it )
|
||||||
|
printHeaderString( os, it->name );
|
||||||
|
os << getLineOfChars<'-'>() << "\n";
|
||||||
|
}
|
||||||
|
|
||||||
|
SourceLineInfo lineInfo = m_sectionStack.front().lineInfo;
|
||||||
|
|
||||||
|
if( !lineInfo.empty() )
|
||||||
|
os << lineInfo << "\n";
|
||||||
|
os << getLineOfChars<'.'>() << "\n\n";
|
||||||
|
}
|
||||||
|
|
||||||
|
// if string has a : in first line will set indent to follow it on
|
||||||
|
// subsequent lines
|
||||||
|
static void printHeaderString( std::ostream& os, std::string const& _string, std::size_t indent = 0 ) {
|
||||||
|
std::size_t i = _string.find( ": " );
|
||||||
|
if( i != std::string::npos )
|
||||||
|
i+=2;
|
||||||
|
else
|
||||||
|
i = 0;
|
||||||
|
os << Column( _string )
|
||||||
|
.indent( indent+i)
|
||||||
|
.initialIndent( indent ) << "\n";
|
||||||
|
}
|
||||||
|
private:
|
||||||
|
bool m_headerPrintedForThisSection = false;
|
||||||
|
Timer m_testTimer;
|
||||||
|
};
|
||||||
|
|
||||||
|
#ifdef CATCH_IMPL
|
||||||
|
TeamCityReporter::~TeamCityReporter() {}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
CATCH_REGISTER_REPORTER( "teamcity", TeamCityReporter )
|
||||||
|
|
||||||
|
} // end namespace Catch
|
||||||
|
|
||||||
|
#ifdef __clang__
|
||||||
|
# pragma clang diagnostic pop
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // TWOBLUECUBES_CATCH_REPORTER_TEAMCITY_HPP_INCLUDED
|
50
test/IXDNSLookupTest.cpp
Normal file
50
test/IXDNSLookupTest.cpp
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
/*
|
||||||
|
* IXDNSLookupTest.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "catch.hpp"
|
||||||
|
|
||||||
|
#include "IXTest.h"
|
||||||
|
#include <ixwebsocket/IXDNSLookup.h>
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
using namespace ix;
|
||||||
|
|
||||||
|
|
||||||
|
TEST_CASE("dns", "[net]")
|
||||||
|
{
|
||||||
|
SECTION("Test resolving a known hostname")
|
||||||
|
{
|
||||||
|
DNSLookup dnsLookup("www.google.com", 80);
|
||||||
|
|
||||||
|
std::string errMsg;
|
||||||
|
struct addrinfo* res;
|
||||||
|
|
||||||
|
res = dnsLookup.resolve(errMsg, [] { return false; });
|
||||||
|
std::cerr << "Error message: " << errMsg << std::endl;
|
||||||
|
REQUIRE(res != nullptr);
|
||||||
|
}
|
||||||
|
|
||||||
|
SECTION("Test resolving a non-existing hostname")
|
||||||
|
{
|
||||||
|
DNSLookup dnsLookup("wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww", 80);
|
||||||
|
|
||||||
|
std::string errMsg;
|
||||||
|
struct addrinfo* res = dnsLookup.resolve(errMsg, [] { return false; });
|
||||||
|
std::cerr << "Error message: " << errMsg << std::endl;
|
||||||
|
REQUIRE(res == nullptr);
|
||||||
|
}
|
||||||
|
|
||||||
|
SECTION("Test resolving a good hostname, with cancellation")
|
||||||
|
{
|
||||||
|
DNSLookup dnsLookup("www.google.com", 80, 1);
|
||||||
|
|
||||||
|
std::string errMsg;
|
||||||
|
// The callback returning true means we are requesting cancellation
|
||||||
|
struct addrinfo* res = dnsLookup.resolve(errMsg, [] { return true; });
|
||||||
|
std::cerr << "Error message: " << errMsg << std::endl;
|
||||||
|
REQUIRE(res == nullptr);
|
||||||
|
}
|
||||||
|
}
|
92
test/IXSocketTest.cpp
Normal file
92
test/IXSocketTest.cpp
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
/*
|
||||||
|
* IXSocketTest.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2019 Machine Zone. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
#include <ixwebsocket/IXSocket.h>
|
||||||
|
#include <ixwebsocket/IXCancellationRequest.h>
|
||||||
|
|
||||||
|
#if defined(__APPLE__) or defined(__linux__)
|
||||||
|
# ifdef __APPLE__
|
||||||
|
# include <ixwebsocket/IXSocketAppleSSL.h>
|
||||||
|
# else
|
||||||
|
# include <ixwebsocket/IXSocketOpenSSL.h>
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include "IXTest.h"
|
||||||
|
#include "catch.hpp"
|
||||||
|
|
||||||
|
using namespace ix;
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
void testSocket(const std::string& host,
|
||||||
|
int port,
|
||||||
|
const std::string& request,
|
||||||
|
std::shared_ptr<Socket> socket,
|
||||||
|
int expectedStatus,
|
||||||
|
int timeoutSecs)
|
||||||
|
{
|
||||||
|
std::string errMsg;
|
||||||
|
static std::atomic<bool> requestInitCancellation(false);
|
||||||
|
auto isCancellationRequested =
|
||||||
|
makeCancellationRequestWithTimeout(timeoutSecs, requestInitCancellation);
|
||||||
|
|
||||||
|
bool success = socket->connect(host, port, errMsg, isCancellationRequested);
|
||||||
|
Logger() << "errMsg: " << errMsg;
|
||||||
|
REQUIRE(success);
|
||||||
|
|
||||||
|
std::cout << "Sending request: " << request
|
||||||
|
<< "to " << host << ":" << port
|
||||||
|
<< std::endl;
|
||||||
|
REQUIRE(socket->writeBytes(request, isCancellationRequested));
|
||||||
|
|
||||||
|
auto lineResult = socket->readLine(isCancellationRequested);
|
||||||
|
auto lineValid = lineResult.first;
|
||||||
|
auto line = lineResult.second;
|
||||||
|
|
||||||
|
std::cout << "read error: " << strerror(Socket::getErrno()) << std::endl;
|
||||||
|
|
||||||
|
REQUIRE(lineValid);
|
||||||
|
|
||||||
|
int status = -1;
|
||||||
|
REQUIRE(sscanf(line.c_str(), "HTTP/1.1 %d", &status) == 1);
|
||||||
|
REQUIRE(status == expectedStatus);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
TEST_CASE("socket", "[socket]")
|
||||||
|
{
|
||||||
|
SECTION("Connect to google HTTP server. Send GET request without header. Should return 200")
|
||||||
|
{
|
||||||
|
std::shared_ptr<Socket> socket(new Socket);
|
||||||
|
std::string host("www.google.com");
|
||||||
|
int port = 80;
|
||||||
|
std::string request("GET / HTTP/1.1\r\n\r\n");
|
||||||
|
int expectedStatus = 200;
|
||||||
|
int timeoutSecs = 3;
|
||||||
|
|
||||||
|
testSocket(host, port, request, socket, expectedStatus, timeoutSecs);
|
||||||
|
}
|
||||||
|
|
||||||
|
#if defined(__APPLE__) or defined(__linux__)
|
||||||
|
SECTION("Connect to google HTTPS server. Send GET request without header. Should return 200")
|
||||||
|
{
|
||||||
|
# ifdef __APPLE__
|
||||||
|
std::shared_ptr<Socket> socket = std::make_shared<SocketAppleSSL>();
|
||||||
|
# else
|
||||||
|
std::shared_ptr<Socket> socket = std::make_shared<SocketOpenSSL>();
|
||||||
|
# endif
|
||||||
|
std::string host("www.google.com");
|
||||||
|
int port = 443;
|
||||||
|
std::string request("GET / HTTP/1.1\r\n\r\n");
|
||||||
|
int expectedStatus = 200;
|
||||||
|
int timeoutSecs = 3;
|
||||||
|
|
||||||
|
testSocket(host, port, request, socket, expectedStatus, timeoutSecs);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
}
|
139
test/IXTest.cpp
Normal file
139
test/IXTest.cpp
Normal file
@ -0,0 +1,139 @@
|
|||||||
|
/*
|
||||||
|
* IXTest.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "IXTest.h"
|
||||||
|
#include <ixwebsocket/IXWebSocket.h>
|
||||||
|
#include <ixwebsocket/IXNetSystem.h>
|
||||||
|
|
||||||
|
#include <chrono>
|
||||||
|
#include <thread>
|
||||||
|
#include <mutex>
|
||||||
|
#include <string>
|
||||||
|
#include <fstream>
|
||||||
|
#include <iostream>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stack>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
std::atomic<size_t> incomingBytes(0);
|
||||||
|
std::atomic<size_t> outgoingBytes(0);
|
||||||
|
std::mutex Logger::_mutex;
|
||||||
|
std::stack<int> freePorts;
|
||||||
|
|
||||||
|
void setupWebSocketTrafficTrackerCallback()
|
||||||
|
{
|
||||||
|
ix::WebSocket::setTrafficTrackerCallback(
|
||||||
|
[](size_t size, bool incoming)
|
||||||
|
{
|
||||||
|
if (incoming)
|
||||||
|
{
|
||||||
|
incomingBytes += size;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
outgoingBytes += size;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
void reportWebSocketTraffic()
|
||||||
|
{
|
||||||
|
Logger() << incomingBytes;
|
||||||
|
Logger() << "Incoming bytes: " << incomingBytes;
|
||||||
|
Logger() << "Outgoing bytes: " << outgoingBytes;
|
||||||
|
}
|
||||||
|
|
||||||
|
void msleep(int ms)
|
||||||
|
{
|
||||||
|
std::chrono::duration<double, std::milli> duration(ms);
|
||||||
|
std::this_thread::sleep_for(duration);
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string generateSessionId()
|
||||||
|
{
|
||||||
|
auto now = std::chrono::system_clock::now();
|
||||||
|
auto seconds =
|
||||||
|
std::chrono::duration_cast<std::chrono::seconds>(
|
||||||
|
now.time_since_epoch()).count();
|
||||||
|
|
||||||
|
return std::to_string(seconds);
|
||||||
|
}
|
||||||
|
|
||||||
|
void log(const std::string& msg)
|
||||||
|
{
|
||||||
|
Logger() << msg;
|
||||||
|
}
|
||||||
|
|
||||||
|
int getAnyFreePort()
|
||||||
|
{
|
||||||
|
int defaultPort = 8090;
|
||||||
|
|
||||||
|
int sockfd;
|
||||||
|
if ((sockfd = socket(AF_INET, SOCK_STREAM, 0)) < 0)
|
||||||
|
{
|
||||||
|
log("Cannot compute a free port. socket error.");
|
||||||
|
return defaultPort;
|
||||||
|
}
|
||||||
|
|
||||||
|
int enable = 1;
|
||||||
|
if (setsockopt(sockfd, SOL_SOCKET, SO_REUSEADDR,
|
||||||
|
(char*) &enable, sizeof(enable)) < 0)
|
||||||
|
{
|
||||||
|
log("Cannot compute a free port. setsockopt error.");
|
||||||
|
return defaultPort;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Bind to port 0. This is the standard way to get a free port.
|
||||||
|
struct sockaddr_in server; // server address information
|
||||||
|
server.sin_family = AF_INET;
|
||||||
|
server.sin_port = htons(0);
|
||||||
|
server.sin_addr.s_addr = inet_addr("127.0.0.1");
|
||||||
|
|
||||||
|
if (bind(sockfd, (struct sockaddr *)&server, sizeof(server)) < 0)
|
||||||
|
{
|
||||||
|
log("Cannot compute a free port. bind error.");
|
||||||
|
|
||||||
|
::close(sockfd);
|
||||||
|
return defaultPort;
|
||||||
|
}
|
||||||
|
|
||||||
|
struct sockaddr_in sa; // server address information
|
||||||
|
unsigned int len;
|
||||||
|
if (getsockname(sockfd, (struct sockaddr *) &sa, &len) < 0)
|
||||||
|
{
|
||||||
|
log("Cannot compute a free port. getsockname error.");
|
||||||
|
|
||||||
|
::close(sockfd);
|
||||||
|
return defaultPort;
|
||||||
|
}
|
||||||
|
|
||||||
|
int port = ntohs(sa.sin_port);
|
||||||
|
::close(sockfd);
|
||||||
|
|
||||||
|
return port;
|
||||||
|
}
|
||||||
|
|
||||||
|
int getFreePort()
|
||||||
|
{
|
||||||
|
while (true)
|
||||||
|
{
|
||||||
|
int port = getAnyFreePort();
|
||||||
|
|
||||||
|
//
|
||||||
|
// Only port above 1024 can be used by non root users, but for some
|
||||||
|
// reason I got port 7 returned with macOS when binding on port 0...
|
||||||
|
//
|
||||||
|
if (port > 1024)
|
||||||
|
{
|
||||||
|
return port;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
}
|
57
test/IXTest.h
Normal file
57
test/IXTest.h
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
/*
|
||||||
|
* IXTest.h
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include <vector>
|
||||||
|
#include <sstream>
|
||||||
|
#include <iostream>
|
||||||
|
#include <mutex>
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
// Sleep for ms milliseconds.
|
||||||
|
void msleep(int ms);
|
||||||
|
|
||||||
|
// Generate a relatively random string
|
||||||
|
std::string generateSessionId();
|
||||||
|
|
||||||
|
// Record and report websocket traffic
|
||||||
|
void setupWebSocketTrafficTrackerCallback();
|
||||||
|
void reportWebSocketTraffic();
|
||||||
|
|
||||||
|
struct Logger
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
Logger& operator<<(const std::string& msg)
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_mutex);
|
||||||
|
|
||||||
|
std::cerr << msg;
|
||||||
|
std::cerr << std::endl;
|
||||||
|
return *this;
|
||||||
|
}
|
||||||
|
|
||||||
|
template <typename T>
|
||||||
|
Logger& operator<<(T const& obj)
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_mutex);
|
||||||
|
|
||||||
|
std::cerr << obj;
|
||||||
|
std::cerr << std::endl;
|
||||||
|
return *this;
|
||||||
|
}
|
||||||
|
|
||||||
|
private:
|
||||||
|
static std::mutex _mutex;
|
||||||
|
};
|
||||||
|
|
||||||
|
void log(const std::string& msg);
|
||||||
|
|
||||||
|
bool computeFreePorts(int count);
|
||||||
|
int getFreePort();
|
||||||
|
}
|
222
test/IXWebSocketHeartBeatTest.cpp
Normal file
222
test/IXWebSocketHeartBeatTest.cpp
Normal file
@ -0,0 +1,222 @@
|
|||||||
|
/*
|
||||||
|
* IXWebSocketHeartBeatTest.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2019 Machine Zone. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
#include <sstream>
|
||||||
|
#include <queue>
|
||||||
|
#include <ixwebsocket/IXWebSocket.h>
|
||||||
|
#include <ixwebsocket/IXWebSocketServer.h>
|
||||||
|
|
||||||
|
#include "IXTest.h"
|
||||||
|
|
||||||
|
#include "catch.hpp"
|
||||||
|
|
||||||
|
using namespace ix;
|
||||||
|
|
||||||
|
namespace
|
||||||
|
{
|
||||||
|
class WebSocketClient
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
WebSocketClient(int port);
|
||||||
|
|
||||||
|
void subscribe(const std::string& channel);
|
||||||
|
void start();
|
||||||
|
void stop();
|
||||||
|
bool isReady() const;
|
||||||
|
void sendMessage(const std::string& text);
|
||||||
|
|
||||||
|
private:
|
||||||
|
ix::WebSocket _webSocket;
|
||||||
|
int _port;
|
||||||
|
};
|
||||||
|
|
||||||
|
WebSocketClient::WebSocketClient(int port)
|
||||||
|
: _port(port)
|
||||||
|
{
|
||||||
|
;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool WebSocketClient::isReady() const
|
||||||
|
{
|
||||||
|
return _webSocket.getReadyState() == ix::WebSocket_ReadyState_Open;
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketClient::stop()
|
||||||
|
{
|
||||||
|
_webSocket.stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketClient::start()
|
||||||
|
{
|
||||||
|
std::string url;
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "ws://localhost:"
|
||||||
|
<< _port
|
||||||
|
<< "/";
|
||||||
|
|
||||||
|
url = ss.str();
|
||||||
|
}
|
||||||
|
|
||||||
|
_webSocket.setUrl(url);
|
||||||
|
|
||||||
|
// The important bit for this test.
|
||||||
|
// Set a 1 second hearbeat ; if no traffic is present on the connection for 1 second
|
||||||
|
// a ping message will be sent by the client.
|
||||||
|
_webSocket.setHeartBeatPeriod(1);
|
||||||
|
|
||||||
|
std::stringstream ss;
|
||||||
|
log(std::string("Connecting to url: ") + url);
|
||||||
|
|
||||||
|
_webSocket.setOnMessageCallback(
|
||||||
|
[](ix::WebSocketMessageType messageType,
|
||||||
|
const std::string& str,
|
||||||
|
size_t wireSize,
|
||||||
|
const ix::WebSocketErrorInfo& error,
|
||||||
|
const ix::WebSocketOpenInfo& openInfo,
|
||||||
|
const ix::WebSocketCloseInfo& closeInfo)
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
if (messageType == ix::WebSocket_MessageType_Open)
|
||||||
|
{
|
||||||
|
log("client connected");
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Close)
|
||||||
|
{
|
||||||
|
log("client disconnected");
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Error)
|
||||||
|
{
|
||||||
|
ss << "Error ! " << error.reason;
|
||||||
|
log(ss.str());
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Pong)
|
||||||
|
{
|
||||||
|
ss << "Received pong message " << str;
|
||||||
|
log(ss.str());
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Ping)
|
||||||
|
{
|
||||||
|
ss << "Received ping message " << str;
|
||||||
|
log(ss.str());
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Message)
|
||||||
|
{
|
||||||
|
ss << "Received message " << str;
|
||||||
|
log(ss.str());
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
ss << "Invalid ix::WebSocketMessageType";
|
||||||
|
log(ss.str());
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
_webSocket.start();
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketClient::sendMessage(const std::string& text)
|
||||||
|
{
|
||||||
|
_webSocket.send(text);
|
||||||
|
}
|
||||||
|
|
||||||
|
bool startServer(ix::WebSocketServer& server, std::atomic<int>& receivedPingMessages)
|
||||||
|
{
|
||||||
|
// A dev/null server
|
||||||
|
server.setOnConnectionCallback(
|
||||||
|
[&server, &receivedPingMessages](std::shared_ptr<ix::WebSocket> webSocket)
|
||||||
|
{
|
||||||
|
webSocket->setOnMessageCallback(
|
||||||
|
[webSocket, &server, &receivedPingMessages](ix::WebSocketMessageType messageType,
|
||||||
|
const std::string& str,
|
||||||
|
size_t wireSize,
|
||||||
|
const ix::WebSocketErrorInfo& error,
|
||||||
|
const ix::WebSocketOpenInfo& openInfo,
|
||||||
|
const ix::WebSocketCloseInfo& closeInfo)
|
||||||
|
{
|
||||||
|
if (messageType == ix::WebSocket_MessageType_Open)
|
||||||
|
{
|
||||||
|
Logger() << "New server connection";
|
||||||
|
Logger() << "Uri: " << openInfo.uri;
|
||||||
|
Logger() << "Headers:";
|
||||||
|
for (auto it : openInfo.headers)
|
||||||
|
{
|
||||||
|
Logger() << it.first << ": " << it.second;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Close)
|
||||||
|
{
|
||||||
|
log("Server closed connection");
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Ping)
|
||||||
|
{
|
||||||
|
log("Server received a ping");
|
||||||
|
receivedPingMessages++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
auto res = server.listen();
|
||||||
|
if (!res.first)
|
||||||
|
{
|
||||||
|
log(res.second);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
server.start();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
TEST_CASE("Websocket_heartbeat", "[heartbeat]")
|
||||||
|
{
|
||||||
|
SECTION("Make sure that ping messages are sent during heartbeat.")
|
||||||
|
{
|
||||||
|
ix::setupWebSocketTrafficTrackerCallback();
|
||||||
|
|
||||||
|
int port = getFreePort();
|
||||||
|
ix::WebSocketServer server(port);
|
||||||
|
std::atomic<int> serverReceivedPingMessages(0);
|
||||||
|
REQUIRE(startServer(server, serverReceivedPingMessages));
|
||||||
|
|
||||||
|
std::string session = ix::generateSessionId();
|
||||||
|
WebSocketClient webSocketClientA(port);
|
||||||
|
WebSocketClient webSocketClientB(port);
|
||||||
|
|
||||||
|
webSocketClientA.start();
|
||||||
|
webSocketClientB.start();
|
||||||
|
|
||||||
|
// Wait for all chat instance to be ready
|
||||||
|
while (true)
|
||||||
|
{
|
||||||
|
if (webSocketClientA.isReady() && webSocketClientB.isReady()) break;
|
||||||
|
ix::msleep(10);
|
||||||
|
}
|
||||||
|
|
||||||
|
REQUIRE(server.getClients().size() == 2);
|
||||||
|
|
||||||
|
ix::msleep(900);
|
||||||
|
webSocketClientB.sendMessage("hello world");
|
||||||
|
ix::msleep(900);
|
||||||
|
webSocketClientB.sendMessage("hello world");
|
||||||
|
ix::msleep(900);
|
||||||
|
|
||||||
|
webSocketClientA.stop();
|
||||||
|
webSocketClientB.stop();
|
||||||
|
|
||||||
|
REQUIRE(serverReceivedPingMessages >= 2);
|
||||||
|
REQUIRE(serverReceivedPingMessages <= 4);
|
||||||
|
|
||||||
|
// Give us 500ms for the server to notice that clients went away
|
||||||
|
ix::msleep(500);
|
||||||
|
REQUIRE(server.getClients().size() == 0);
|
||||||
|
|
||||||
|
ix::reportWebSocketTraffic();
|
||||||
|
}
|
||||||
|
}
|
180
test/IXWebSocketServerTest.cpp
Normal file
180
test/IXWebSocketServerTest.cpp
Normal file
@ -0,0 +1,180 @@
|
|||||||
|
/*
|
||||||
|
* IXWebSocketServerTest.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2019 Machine Zone. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
#include <ixwebsocket/IXSocket.h>
|
||||||
|
#include <ixwebsocket/IXWebSocket.h>
|
||||||
|
#include <ixwebsocket/IXWebSocketServer.h>
|
||||||
|
|
||||||
|
#include "IXTest.h"
|
||||||
|
|
||||||
|
#include "catch.hpp"
|
||||||
|
|
||||||
|
using namespace ix;
|
||||||
|
|
||||||
|
namespace ix
|
||||||
|
{
|
||||||
|
bool startServer(ix::WebSocketServer& server)
|
||||||
|
{
|
||||||
|
server.setOnConnectionCallback(
|
||||||
|
[&server](std::shared_ptr<ix::WebSocket> webSocket)
|
||||||
|
{
|
||||||
|
webSocket->setOnMessageCallback(
|
||||||
|
[webSocket, &server](ix::WebSocketMessageType messageType,
|
||||||
|
const std::string& str,
|
||||||
|
size_t wireSize,
|
||||||
|
const ix::WebSocketErrorInfo& error,
|
||||||
|
const ix::WebSocketOpenInfo& openInfo,
|
||||||
|
const ix::WebSocketCloseInfo& closeInfo)
|
||||||
|
{
|
||||||
|
if (messageType == ix::WebSocket_MessageType_Open)
|
||||||
|
{
|
||||||
|
Logger() << "New connection";
|
||||||
|
Logger() << "Uri: " << openInfo.uri;
|
||||||
|
Logger() << "Headers:";
|
||||||
|
for (auto it : openInfo.headers)
|
||||||
|
{
|
||||||
|
Logger() << it.first << ": " << it.second;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Close)
|
||||||
|
{
|
||||||
|
Logger() << "Closed connection";
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Message)
|
||||||
|
{
|
||||||
|
for (auto&& client : server.getClients())
|
||||||
|
{
|
||||||
|
if (client != webSocket)
|
||||||
|
{
|
||||||
|
client->send(str);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
auto res = server.listen();
|
||||||
|
if (!res.first)
|
||||||
|
{
|
||||||
|
Logger() << res.second;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
server.start();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
TEST_CASE("Websocket_server", "[websocket_server]")
|
||||||
|
{
|
||||||
|
SECTION("Connect to the server, do not send anything. Should timeout and return 400")
|
||||||
|
{
|
||||||
|
int port = getFreePort();
|
||||||
|
ix::WebSocketServer server(port);
|
||||||
|
REQUIRE(startServer(server));
|
||||||
|
|
||||||
|
Socket socket;
|
||||||
|
std::string host("localhost");
|
||||||
|
std::string errMsg;
|
||||||
|
auto isCancellationRequested = []() -> bool
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
};
|
||||||
|
bool success = socket.connect(host, port, errMsg, isCancellationRequested);
|
||||||
|
REQUIRE(success);
|
||||||
|
|
||||||
|
auto lineResult = socket.readLine(isCancellationRequested);
|
||||||
|
auto lineValid = lineResult.first;
|
||||||
|
auto line = lineResult.second;
|
||||||
|
|
||||||
|
int status = -1;
|
||||||
|
REQUIRE(sscanf(line.c_str(), "HTTP/1.1 %d", &status) == 1);
|
||||||
|
REQUIRE(status == 400);
|
||||||
|
|
||||||
|
// FIXME: explicitely set a client timeout larger than the server one (3)
|
||||||
|
|
||||||
|
// Give us 500ms for the server to notice that clients went away
|
||||||
|
ix::msleep(500);
|
||||||
|
server.stop();
|
||||||
|
REQUIRE(server.getClients().size() == 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
SECTION("Connect to the server. Send GET request without header. Should return 400")
|
||||||
|
{
|
||||||
|
int port = getFreePort();
|
||||||
|
ix::WebSocketServer server(port);
|
||||||
|
REQUIRE(startServer(server));
|
||||||
|
|
||||||
|
Socket socket;
|
||||||
|
std::string host("localhost");
|
||||||
|
std::string errMsg;
|
||||||
|
auto isCancellationRequested = []() -> bool
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
};
|
||||||
|
bool success = socket.connect(host, port, errMsg, isCancellationRequested);
|
||||||
|
REQUIRE(success);
|
||||||
|
|
||||||
|
Logger() << "writeBytes";
|
||||||
|
socket.writeBytes("GET /\r\n", isCancellationRequested);
|
||||||
|
|
||||||
|
auto lineResult = socket.readLine(isCancellationRequested);
|
||||||
|
auto lineValid = lineResult.first;
|
||||||
|
auto line = lineResult.second;
|
||||||
|
|
||||||
|
int status = -1;
|
||||||
|
REQUIRE(sscanf(line.c_str(), "HTTP/1.1 %d", &status) == 1);
|
||||||
|
REQUIRE(status == 400);
|
||||||
|
|
||||||
|
// FIXME: explicitely set a client timeout larger than the server one (3)
|
||||||
|
|
||||||
|
// Give us 500ms for the server to notice that clients went away
|
||||||
|
ix::msleep(500);
|
||||||
|
server.stop();
|
||||||
|
REQUIRE(server.getClients().size() == 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
SECTION("Connect to the server. Send GET request with correct header")
|
||||||
|
{
|
||||||
|
int port = getFreePort();
|
||||||
|
ix::WebSocketServer server(port);
|
||||||
|
REQUIRE(startServer(server));
|
||||||
|
|
||||||
|
Socket socket;
|
||||||
|
std::string host("localhost");
|
||||||
|
std::string errMsg;
|
||||||
|
auto isCancellationRequested = []() -> bool
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
};
|
||||||
|
bool success = socket.connect(host, port, errMsg, isCancellationRequested);
|
||||||
|
REQUIRE(success);
|
||||||
|
|
||||||
|
socket.writeBytes("GET / HTTP/1.1\r\n"
|
||||||
|
"Upgrade: websocket\r\n"
|
||||||
|
"Sec-WebSocket-Version: 13\r\n"
|
||||||
|
"Sec-WebSocket-Key: foobar\r\n"
|
||||||
|
"\r\n",
|
||||||
|
isCancellationRequested);
|
||||||
|
|
||||||
|
auto lineResult = socket.readLine(isCancellationRequested);
|
||||||
|
auto lineValid = lineResult.first;
|
||||||
|
auto line = lineResult.second;
|
||||||
|
|
||||||
|
int status = -1;
|
||||||
|
REQUIRE(sscanf(line.c_str(), "HTTP/1.1 %d", &status) == 1);
|
||||||
|
REQUIRE(status == 101);
|
||||||
|
|
||||||
|
// Give us 500ms for the server to notice that clients went away
|
||||||
|
ix::msleep(500);
|
||||||
|
|
||||||
|
server.stop();
|
||||||
|
REQUIRE(server.getClients().size() == 0);
|
||||||
|
}
|
||||||
|
}
|
128
test/IXWebSocketTestConnectionDisconnection.cpp
Normal file
128
test/IXWebSocketTestConnectionDisconnection.cpp
Normal file
@ -0,0 +1,128 @@
|
|||||||
|
/*
|
||||||
|
* IXWebSocketTestConnectionDisconnection.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2017 Machine Zone. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
#include <sstream>
|
||||||
|
#include <set>
|
||||||
|
#include <ixwebsocket/IXWebSocket.h>
|
||||||
|
#include "IXTest.h"
|
||||||
|
|
||||||
|
#include "catch.hpp"
|
||||||
|
|
||||||
|
using namespace ix;
|
||||||
|
|
||||||
|
namespace
|
||||||
|
{
|
||||||
|
const std::string WEBSOCKET_DOT_ORG_URL("wss://echo.websocket.org");
|
||||||
|
const std::string GOOGLE_URL("wss://google.com");
|
||||||
|
const std::string UNKNOWN_URL("wss://asdcasdcaasdcasdcasdcasdcasdcasdcasassdd.com");
|
||||||
|
}
|
||||||
|
|
||||||
|
namespace
|
||||||
|
{
|
||||||
|
class IXWebSocketTestConnectionDisconnection
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
IXWebSocketTestConnectionDisconnection();
|
||||||
|
void start(const std::string& url);
|
||||||
|
void stop();
|
||||||
|
|
||||||
|
private:
|
||||||
|
ix::WebSocket _webSocket;
|
||||||
|
};
|
||||||
|
|
||||||
|
IXWebSocketTestConnectionDisconnection::IXWebSocketTestConnectionDisconnection()
|
||||||
|
{
|
||||||
|
;
|
||||||
|
}
|
||||||
|
|
||||||
|
void IXWebSocketTestConnectionDisconnection::stop()
|
||||||
|
{
|
||||||
|
_webSocket.stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
void IXWebSocketTestConnectionDisconnection::start(const std::string& url)
|
||||||
|
{
|
||||||
|
_webSocket.setUrl(url);
|
||||||
|
|
||||||
|
std::stringstream ss;
|
||||||
|
log(std::string("Connecting to url: ") + url);
|
||||||
|
|
||||||
|
_webSocket.setOnMessageCallback(
|
||||||
|
[](ix::WebSocketMessageType messageType,
|
||||||
|
const std::string& str,
|
||||||
|
size_t wireSize,
|
||||||
|
const ix::WebSocketErrorInfo& error,
|
||||||
|
const ix::WebSocketOpenInfo& openInfo,
|
||||||
|
const ix::WebSocketCloseInfo& closeInfo)
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
if (messageType == ix::WebSocket_MessageType_Open)
|
||||||
|
{
|
||||||
|
log("cmd_websocket_satori_chat: connected !");
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Close)
|
||||||
|
{
|
||||||
|
log("cmd_websocket_satori_chat: disconnected !");
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Error)
|
||||||
|
{
|
||||||
|
log("cmd_websocket_satori_chat: Error!");
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Message)
|
||||||
|
{
|
||||||
|
log("cmd_websocket_satori_chat: received message.!");
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Ping)
|
||||||
|
{
|
||||||
|
log("cmd_websocket_satori_chat: received ping message.!");
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Pong)
|
||||||
|
{
|
||||||
|
log("cmd_websocket_satori_chat: received pong message.!");
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
log("Invalid ix::WebSocketMessageType");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// Start the connection
|
||||||
|
_webSocket.start();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// We try to connect to different servers, and make sure there are no crashes.
|
||||||
|
// FIXME: We could do more checks (make sure that we were not able to connect to unknown servers, etc...)
|
||||||
|
//
|
||||||
|
TEST_CASE("websocket_connections", "[websocket]")
|
||||||
|
{
|
||||||
|
SECTION("Try to connect to invalid servers.")
|
||||||
|
{
|
||||||
|
IXWebSocketTestConnectionDisconnection chatA;
|
||||||
|
|
||||||
|
chatA.start(GOOGLE_URL);
|
||||||
|
ix::msleep(1000);
|
||||||
|
chatA.stop();
|
||||||
|
|
||||||
|
chatA.start(UNKNOWN_URL);
|
||||||
|
ix::msleep(1000);
|
||||||
|
chatA.stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
SECTION("Try to connect and disconnect with different timing.")
|
||||||
|
{
|
||||||
|
IXWebSocketTestConnectionDisconnection chatA;
|
||||||
|
for (int i = 0; i < 50; ++i)
|
||||||
|
{
|
||||||
|
log(std::string("Run: ") + std::to_string(i));
|
||||||
|
chatA.start(WEBSOCKET_DOT_ORG_URL);
|
||||||
|
ix::msleep(i);
|
||||||
|
chatA.stop();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
23
test/broadcast-server.js
Normal file
23
test/broadcast-server.js
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
const WebSocket = require('ws');
|
||||||
|
|
||||||
|
const wss = new WebSocket.Server({ port: 8080 });
|
||||||
|
|
||||||
|
// Broadcast to all.
|
||||||
|
wss.broadcast = function broadcast(data) {
|
||||||
|
wss.clients.forEach(function each(client) {
|
||||||
|
if (client.readyState === WebSocket.OPEN) {
|
||||||
|
client.send(data);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
wss.on('connection', function connection(ws) {
|
||||||
|
ws.on('message', function incoming(data) {
|
||||||
|
// Broadcast to everyone else.
|
||||||
|
wss.clients.forEach(function each(client) {
|
||||||
|
if (client !== ws && client.readyState === WebSocket.OPEN) {
|
||||||
|
client.send(data);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
30
test/build_linux.sh
Normal file
30
test/build_linux.sh
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Author: Benjamin Sergeant
|
||||||
|
# Copyright (c) 2017-2018 Machine Zone, Inc. All rights reserved.
|
||||||
|
#
|
||||||
|
|
||||||
|
# 'manual' way of building. You can also use cmake.
|
||||||
|
|
||||||
|
g++ --std=c++11 \
|
||||||
|
-DIXWEBSOCKET_USE_TLS \
|
||||||
|
-g \
|
||||||
|
../ixwebsocket/IXEventFd.cpp \
|
||||||
|
../ixwebsocket/IXSocket.cpp \
|
||||||
|
../ixwebsocket/IXSetThreadName.cpp \
|
||||||
|
../ixwebsocket/IXWebSocketTransport.cpp \
|
||||||
|
../ixwebsocket/IXWebSocket.cpp \
|
||||||
|
../ixwebsocket/IXWebSocketServer.cpp \
|
||||||
|
../ixwebsocket/IXDNSLookup.cpp \
|
||||||
|
../ixwebsocket/IXSocketConnect.cpp \
|
||||||
|
../ixwebsocket/IXSocketOpenSSL.cpp \
|
||||||
|
../ixwebsocket/IXWebSocketPerMessageDeflate.cpp \
|
||||||
|
../ixwebsocket/IXWebSocketPerMessageDeflateOptions.cpp \
|
||||||
|
-I ../.. \
|
||||||
|
-I Catch2/single_include \
|
||||||
|
test_runner.cpp \
|
||||||
|
cmd_websocket_chat.cpp \
|
||||||
|
IXTest.cpp \
|
||||||
|
msgpack11.cpp \
|
||||||
|
-o ixwebsocket_unittest \
|
||||||
|
-lcrypto -lssl -lz -lpthread
|
332
test/cmd_websocket_chat.cpp
Normal file
332
test/cmd_websocket_chat.cpp
Normal file
@ -0,0 +1,332 @@
|
|||||||
|
/*
|
||||||
|
* cmd_websocket_chat.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2017 Machine Zone. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
//
|
||||||
|
// Simple chat program that talks to the node.js server at
|
||||||
|
// websocket_chat_server/broacast-server.js
|
||||||
|
//
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
#include <sstream>
|
||||||
|
#include <vector>
|
||||||
|
#include <mutex>
|
||||||
|
#include <ixwebsocket/IXWebSocket.h>
|
||||||
|
#include <ixwebsocket/IXWebSocketServer.h>
|
||||||
|
#include "msgpack11.hpp"
|
||||||
|
|
||||||
|
#include "IXTest.h"
|
||||||
|
|
||||||
|
#include "catch.hpp"
|
||||||
|
|
||||||
|
using msgpack11::MsgPack;
|
||||||
|
using namespace ix;
|
||||||
|
|
||||||
|
namespace
|
||||||
|
{
|
||||||
|
class WebSocketChat
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
WebSocketChat(const std::string& user,
|
||||||
|
const std::string& session,
|
||||||
|
int port);
|
||||||
|
|
||||||
|
void subscribe(const std::string& channel);
|
||||||
|
void start();
|
||||||
|
void stop();
|
||||||
|
bool isReady() const;
|
||||||
|
|
||||||
|
void sendMessage(const std::string& text);
|
||||||
|
size_t getReceivedMessagesCount() const;
|
||||||
|
const std::vector<std::string>& getReceivedMessages() const;
|
||||||
|
|
||||||
|
std::string encodeMessage(const std::string& text);
|
||||||
|
std::pair<std::string, std::string> decodeMessage(const std::string& str);
|
||||||
|
void appendMessage(const std::string& message);
|
||||||
|
|
||||||
|
private:
|
||||||
|
std::string _user;
|
||||||
|
std::string _session;
|
||||||
|
int _port;
|
||||||
|
|
||||||
|
ix::WebSocket _webSocket;
|
||||||
|
|
||||||
|
std::vector<std::string> _receivedMessages;
|
||||||
|
mutable std::mutex _mutex;
|
||||||
|
};
|
||||||
|
|
||||||
|
WebSocketChat::WebSocketChat(const std::string& user,
|
||||||
|
const std::string& session,
|
||||||
|
int port) :
|
||||||
|
_user(user),
|
||||||
|
_session(session),
|
||||||
|
_port(port)
|
||||||
|
{
|
||||||
|
;
|
||||||
|
}
|
||||||
|
|
||||||
|
size_t WebSocketChat::getReceivedMessagesCount() const
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_mutex);
|
||||||
|
return _receivedMessages.size();
|
||||||
|
}
|
||||||
|
|
||||||
|
const std::vector<std::string>& WebSocketChat::getReceivedMessages() const
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_mutex);
|
||||||
|
return _receivedMessages;
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketChat::appendMessage(const std::string& message)
|
||||||
|
{
|
||||||
|
std::lock_guard<std::mutex> lock(_mutex);
|
||||||
|
_receivedMessages.push_back(message);
|
||||||
|
}
|
||||||
|
|
||||||
|
bool WebSocketChat::isReady() const
|
||||||
|
{
|
||||||
|
return _webSocket.getReadyState() == ix::WebSocket_ReadyState_Open;
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketChat::stop()
|
||||||
|
{
|
||||||
|
_webSocket.stop();
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketChat::start()
|
||||||
|
{
|
||||||
|
std::string url;
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
ss << "ws://localhost:"
|
||||||
|
<< _port
|
||||||
|
<< "/"
|
||||||
|
<< _user;
|
||||||
|
|
||||||
|
url = ss.str();
|
||||||
|
}
|
||||||
|
|
||||||
|
_webSocket.setUrl(url);
|
||||||
|
|
||||||
|
std::stringstream ss;
|
||||||
|
log(std::string("Connecting to url: ") + url);
|
||||||
|
|
||||||
|
_webSocket.setOnMessageCallback(
|
||||||
|
[this](ix::WebSocketMessageType messageType,
|
||||||
|
const std::string& str,
|
||||||
|
size_t wireSize,
|
||||||
|
const ix::WebSocketErrorInfo& error,
|
||||||
|
const ix::WebSocketOpenInfo& openInfo,
|
||||||
|
const ix::WebSocketCloseInfo& closeInfo)
|
||||||
|
{
|
||||||
|
std::stringstream ss;
|
||||||
|
if (messageType == ix::WebSocket_MessageType_Open)
|
||||||
|
{
|
||||||
|
ss << "cmd_websocket_chat: user "
|
||||||
|
<< _user
|
||||||
|
<< " Connected !";
|
||||||
|
log(ss.str());
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Close)
|
||||||
|
{
|
||||||
|
ss << "cmd_websocket_chat: user "
|
||||||
|
<< _user
|
||||||
|
<< " disconnected !";
|
||||||
|
log(ss.str());
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Message)
|
||||||
|
{
|
||||||
|
auto result = decodeMessage(str);
|
||||||
|
|
||||||
|
// Our "chat" / "broacast" node.js server does not send us
|
||||||
|
// the messages we send, so we don't need to have a msg_user != user
|
||||||
|
// as we do for the satori chat example.
|
||||||
|
|
||||||
|
// store text
|
||||||
|
appendMessage(result.second);
|
||||||
|
|
||||||
|
std::string payload = result.second;
|
||||||
|
if (payload.size() > 2000)
|
||||||
|
{
|
||||||
|
payload = "<message too large>";
|
||||||
|
}
|
||||||
|
|
||||||
|
ss << std::endl
|
||||||
|
<< result.first << " > " << payload
|
||||||
|
<< std::endl
|
||||||
|
<< _user << " > ";
|
||||||
|
log(ss.str());
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Error)
|
||||||
|
{
|
||||||
|
ss << "cmd_websocket_chat: Error ! " << error.reason;
|
||||||
|
log(ss.str());
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// FIXME: missing ping/pong messages
|
||||||
|
ss << "Invalid ix::WebSocketMessageType";
|
||||||
|
log(ss.str());
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
_webSocket.start();
|
||||||
|
}
|
||||||
|
|
||||||
|
std::pair<std::string, std::string> WebSocketChat::decodeMessage(const std::string& str)
|
||||||
|
{
|
||||||
|
std::string errMsg;
|
||||||
|
MsgPack msg = MsgPack::parse(str, errMsg);
|
||||||
|
|
||||||
|
std::string msg_user = msg["user"].string_value();
|
||||||
|
std::string msg_text = msg["text"].string_value();
|
||||||
|
|
||||||
|
return std::pair<std::string, std::string>(msg_user, msg_text);
|
||||||
|
}
|
||||||
|
|
||||||
|
std::string WebSocketChat::encodeMessage(const std::string& text)
|
||||||
|
{
|
||||||
|
std::map<MsgPack, MsgPack> obj;
|
||||||
|
obj["user"] = _user;
|
||||||
|
obj["text"] = text;
|
||||||
|
|
||||||
|
MsgPack msg(obj);
|
||||||
|
|
||||||
|
std::string output = msg.dump();
|
||||||
|
return output;
|
||||||
|
}
|
||||||
|
|
||||||
|
void WebSocketChat::sendMessage(const std::string& text)
|
||||||
|
{
|
||||||
|
_webSocket.send(encodeMessage(text));
|
||||||
|
}
|
||||||
|
|
||||||
|
bool startServer(ix::WebSocketServer& server)
|
||||||
|
{
|
||||||
|
server.setOnConnectionCallback(
|
||||||
|
[&server](std::shared_ptr<ix::WebSocket> webSocket)
|
||||||
|
{
|
||||||
|
webSocket->setOnMessageCallback(
|
||||||
|
[webSocket, &server](ix::WebSocketMessageType messageType,
|
||||||
|
const std::string& str,
|
||||||
|
size_t wireSize,
|
||||||
|
const ix::WebSocketErrorInfo& error,
|
||||||
|
const ix::WebSocketOpenInfo& openInfo,
|
||||||
|
const ix::WebSocketCloseInfo& closeInfo)
|
||||||
|
{
|
||||||
|
if (messageType == ix::WebSocket_MessageType_Open)
|
||||||
|
{
|
||||||
|
Logger() << "New connection";
|
||||||
|
Logger() << "Uri: " << openInfo.uri;
|
||||||
|
Logger() << "Headers:";
|
||||||
|
for (auto it : openInfo.headers)
|
||||||
|
{
|
||||||
|
Logger() << it.first << ": " << it.second;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Close)
|
||||||
|
{
|
||||||
|
log("Closed connection");
|
||||||
|
}
|
||||||
|
else if (messageType == ix::WebSocket_MessageType_Message)
|
||||||
|
{
|
||||||
|
for (auto&& client : server.getClients())
|
||||||
|
{
|
||||||
|
if (client != webSocket)
|
||||||
|
{
|
||||||
|
client->send(str);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
auto res = server.listen();
|
||||||
|
if (!res.first)
|
||||||
|
{
|
||||||
|
log(res.second);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
server.start();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
TEST_CASE("Websocket_chat", "[websocket_chat]")
|
||||||
|
{
|
||||||
|
SECTION("Exchange and count sent/received messages.")
|
||||||
|
{
|
||||||
|
ix::setupWebSocketTrafficTrackerCallback();
|
||||||
|
|
||||||
|
int port = 8090;
|
||||||
|
ix::WebSocketServer server(port);
|
||||||
|
REQUIRE(startServer(server));
|
||||||
|
|
||||||
|
std::string session = ix::generateSessionId();
|
||||||
|
WebSocketChat chatA("jean", session, port);
|
||||||
|
WebSocketChat chatB("paul", session, port);
|
||||||
|
|
||||||
|
chatA.start();
|
||||||
|
chatB.start();
|
||||||
|
|
||||||
|
// Wait for all chat instance to be ready
|
||||||
|
while (true)
|
||||||
|
{
|
||||||
|
if (chatA.isReady() && chatB.isReady()) break;
|
||||||
|
ix::msleep(10);
|
||||||
|
}
|
||||||
|
|
||||||
|
REQUIRE(server.getClients().size() == 2);
|
||||||
|
|
||||||
|
// Add a bit of extra time, for the subscription to be active
|
||||||
|
ix::msleep(200);
|
||||||
|
|
||||||
|
chatA.sendMessage("from A1");
|
||||||
|
chatA.sendMessage("from A2");
|
||||||
|
chatA.sendMessage("from A3");
|
||||||
|
|
||||||
|
chatB.sendMessage("from B1");
|
||||||
|
chatB.sendMessage("from B2");
|
||||||
|
|
||||||
|
// Test large messages that needs to be broken into small fragments
|
||||||
|
size_t size = 1 * 1024 * 1024; // ~1Mb
|
||||||
|
std::string bigMessage(size, 'a');
|
||||||
|
chatB.sendMessage(bigMessage);
|
||||||
|
|
||||||
|
log("Sent all messages");
|
||||||
|
|
||||||
|
// Wait until all messages are received. 10s timeout
|
||||||
|
int attempts = 0;
|
||||||
|
while (chatA.getReceivedMessagesCount() != 3 ||
|
||||||
|
chatB.getReceivedMessagesCount() != 3)
|
||||||
|
{
|
||||||
|
REQUIRE(attempts++ < 10);
|
||||||
|
ix::msleep(1000);
|
||||||
|
}
|
||||||
|
|
||||||
|
chatA.stop();
|
||||||
|
chatB.stop();
|
||||||
|
|
||||||
|
REQUIRE(chatA.getReceivedMessagesCount() == 3);
|
||||||
|
REQUIRE(chatB.getReceivedMessagesCount() == 3);
|
||||||
|
|
||||||
|
REQUIRE(chatB.getReceivedMessages()[0] == "from A1");
|
||||||
|
REQUIRE(chatB.getReceivedMessages()[1] == "from A2");
|
||||||
|
REQUIRE(chatB.getReceivedMessages()[2] == "from A3");
|
||||||
|
|
||||||
|
REQUIRE(chatA.getReceivedMessages()[0] == "from B1");
|
||||||
|
REQUIRE(chatA.getReceivedMessages()[1] == "from B2");
|
||||||
|
REQUIRE(chatA.getReceivedMessages()[2].size() == bigMessage.size());
|
||||||
|
|
||||||
|
// Give us 500ms for the server to notice that clients went away
|
||||||
|
ix::msleep(500);
|
||||||
|
REQUIRE(server.getClients().size() == 0);
|
||||||
|
|
||||||
|
ix::reportWebSocketTraffic();
|
||||||
|
}
|
||||||
|
}
|
82
test/run.py
Normal file
82
test/run.py
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
import os
|
||||||
|
import platform
|
||||||
|
import shutil
|
||||||
|
|
||||||
|
osName = platform.system()
|
||||||
|
print('os name = {}'.format(osName))
|
||||||
|
|
||||||
|
root = os.path.dirname(os.path.realpath(__file__))
|
||||||
|
buildDir = os.path.join(root, 'build')
|
||||||
|
|
||||||
|
if not os.path.exists(buildDir):
|
||||||
|
os.mkdir(buildDir)
|
||||||
|
|
||||||
|
os.chdir(buildDir)
|
||||||
|
|
||||||
|
if osName == 'Windows':
|
||||||
|
generator = '-G"NMake Makefiles"'
|
||||||
|
make = 'nmake'
|
||||||
|
testBinary ='ixwebsocket_unittest.exe'
|
||||||
|
else:
|
||||||
|
generator = ''
|
||||||
|
make = 'make -j6'
|
||||||
|
testBinary ='./ixwebsocket_unittest'
|
||||||
|
|
||||||
|
sanitizersFlags = {
|
||||||
|
'asan': '-DSANITIZE_ADDRESS=On',
|
||||||
|
'ubsan': '-DSANITIZE_UNDEFINED=On',
|
||||||
|
'tsan': '-DSANITIZE_THREAD=On',
|
||||||
|
'none': ''
|
||||||
|
}
|
||||||
|
sanitizer = 'tsan'
|
||||||
|
if osName == 'Linux':
|
||||||
|
sanitizer = 'none'
|
||||||
|
|
||||||
|
sanitizerFlags = sanitizersFlags[sanitizer]
|
||||||
|
|
||||||
|
# if osName == 'Windows':
|
||||||
|
# os.environ['CC'] = 'clang-cl'
|
||||||
|
# os.environ['CXX'] = 'clang-cl'
|
||||||
|
|
||||||
|
cmakeCmd = 'cmake -DCMAKE_BUILD_TYPE=Debug {} {} ..'.format(generator, sanitizerFlags)
|
||||||
|
print(cmakeCmd)
|
||||||
|
ret = os.system(cmakeCmd)
|
||||||
|
assert ret == 0, 'CMake failed, exiting'
|
||||||
|
|
||||||
|
ret = os.system(make)
|
||||||
|
assert ret == 0, 'Make failed, exiting'
|
||||||
|
|
||||||
|
def findFiles(prefix):
|
||||||
|
'''Find all files under a given directory'''
|
||||||
|
|
||||||
|
paths = []
|
||||||
|
|
||||||
|
for root, _, files in os.walk(prefix):
|
||||||
|
for path in files:
|
||||||
|
fullPath = os.path.join(root, path)
|
||||||
|
|
||||||
|
if os.path.islink(fullPath):
|
||||||
|
continue
|
||||||
|
|
||||||
|
paths.append(fullPath)
|
||||||
|
|
||||||
|
return paths
|
||||||
|
|
||||||
|
#for path in findFiles('.'):
|
||||||
|
# print(path)
|
||||||
|
|
||||||
|
# We need to copy the zlib DLL in the current work directory
|
||||||
|
shutil.copy(os.path.join(
|
||||||
|
'..',
|
||||||
|
'..',
|
||||||
|
'third_party',
|
||||||
|
'ZLIB-Windows',
|
||||||
|
'zlib-1.2.11_deploy_v140',
|
||||||
|
'release_dynamic',
|
||||||
|
'x64',
|
||||||
|
'bin',
|
||||||
|
'zlib.dll'), '.')
|
||||||
|
|
||||||
|
testCommand = '{} {}'.format(testBinary, os.getenv('TEST', ''))
|
||||||
|
ret = os.system(testCommand)
|
||||||
|
assert ret == 0, 'Test command failed'
|
8
test/run.sh
Normal file
8
test/run.sh
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake -DCMAKE_BUILD_TYPE=Debug .. || exit 1
|
||||||
|
make || exit 1
|
||||||
|
|
||||||
|
./ixwebsocket_unittest ${TEST}
|
20
test/test_runner.cpp
Normal file
20
test/test_runner.cpp
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
/*
|
||||||
|
* test_runner.cpp
|
||||||
|
* Author: Benjamin Sergeant
|
||||||
|
* Copyright (c) 2018 Machine Zone. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define CATCH_CONFIG_RUNNER
|
||||||
|
#include "catch.hpp"
|
||||||
|
|
||||||
|
#include <ixwebsocket/IXSocket.h>
|
||||||
|
|
||||||
|
int main(int argc, char* argv[])
|
||||||
|
{
|
||||||
|
ix::Socket::init(); // for Windows
|
||||||
|
|
||||||
|
int result = Catch::Session().run(argc, argv);
|
||||||
|
|
||||||
|
ix::Socket::cleanup(); // for Windows
|
||||||
|
return result;
|
||||||
|
}
|
115
third_party/ZLIB-Windows/README.md
vendored
Normal file
115
third_party/ZLIB-Windows/README.md
vendored
Normal file
@ -0,0 +1,115 @@
|
|||||||
|
ZLIB DATA COMPRESSION LIBRARY
|
||||||
|
|
||||||
|
zlib 1.2.11 is a general purpose data compression library. All the code is
|
||||||
|
thread safe. The data format used by the zlib library is described by RFCs
|
||||||
|
(Request for Comments) 1950 to 1952 in the files
|
||||||
|
http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
|
||||||
|
rfc1952 (gzip format).
|
||||||
|
|
||||||
|
All functions of the compression library are documented in the file zlib.h
|
||||||
|
(volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
|
||||||
|
of the library is given in the file test/example.c which also tests that
|
||||||
|
the library is working correctly. Another example is given in the file
|
||||||
|
test/minigzip.c. The compression library itself is composed of all source
|
||||||
|
files in the root directory.
|
||||||
|
|
||||||
|
To compile all files and run the test program, follow the instructions given at
|
||||||
|
the top of Makefile.in. In short "./configure; make test", and if that goes
|
||||||
|
well, "make install" should work for most flavors of Unix. For Windows, use
|
||||||
|
one of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use
|
||||||
|
make_vms.com.
|
||||||
|
|
||||||
|
Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
|
||||||
|
<info@winimage.com> for the Windows DLL version. The zlib home page is
|
||||||
|
http://zlib.net/ . Before reporting a problem, please check this site to
|
||||||
|
verify that you have the latest version of zlib; otherwise get the latest
|
||||||
|
version and check whether the problem still exists or not.
|
||||||
|
|
||||||
|
PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help.
|
||||||
|
|
||||||
|
Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
|
||||||
|
issue of Dr. Dobb's Journal; a copy of the article is available at
|
||||||
|
http://marknelson.us/1997/01/01/zlib-engine/ .
|
||||||
|
|
||||||
|
The changes made in version 1.2.11 are documented in the file ChangeLog.
|
||||||
|
|
||||||
|
Unsupported third party contributions are provided in directory contrib/ .
|
||||||
|
|
||||||
|
zlib is available in Java using the java.util.zip package, documented at
|
||||||
|
http://java.sun.com/developer/technicalArticles/Programming/compression/ .
|
||||||
|
|
||||||
|
A Perl interface to zlib written by Paul Marquess <pmqs@cpan.org> is available
|
||||||
|
at CPAN (Comprehensive Perl Archive Network) sites, including
|
||||||
|
http://search.cpan.org/~pmqs/IO-Compress-Zlib/ .
|
||||||
|
|
||||||
|
A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is
|
||||||
|
available in Python 1.5 and later versions, see
|
||||||
|
http://docs.python.org/library/zlib.html .
|
||||||
|
|
||||||
|
zlib is built into tcl: http://wiki.tcl.tk/4610 .
|
||||||
|
|
||||||
|
An experimental package to read and write files in .zip format, written on top
|
||||||
|
of zlib by Gilles Vollant <info@winimage.com>, is available in the
|
||||||
|
contrib/minizip directory of zlib.
|
||||||
|
|
||||||
|
|
||||||
|
Notes for some targets:
|
||||||
|
|
||||||
|
- For Windows DLL versions, please see win32/DLL_FAQ.txt
|
||||||
|
|
||||||
|
- For 64-bit Irix, deflate.c must be compiled without any optimization. With
|
||||||
|
-O, one libpng test fails. The test works in 32 bit mode (with the -n32
|
||||||
|
compiler flag). The compiler bug has been reported to SGI.
|
||||||
|
|
||||||
|
- zlib doesn't work with gcc 2.6.3 on a DEC 3000/300LX under OSF/1 2.1 it works
|
||||||
|
when compiled with cc.
|
||||||
|
|
||||||
|
- On Digital Unix 4.0D (formely OSF/1) on AlphaServer, the cc option -std1 is
|
||||||
|
necessary to get gzprintf working correctly. This is done by configure.
|
||||||
|
|
||||||
|
- zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with
|
||||||
|
other compilers. Use "make test" to check your compiler.
|
||||||
|
|
||||||
|
- gzdopen is not supported on RISCOS or BEOS.
|
||||||
|
|
||||||
|
- For PalmOs, see http://palmzlib.sourceforge.net/
|
||||||
|
|
||||||
|
|
||||||
|
Acknowledgments:
|
||||||
|
|
||||||
|
The deflate format used by zlib was defined by Phil Katz. The deflate and
|
||||||
|
zlib specifications were written by L. Peter Deutsch. Thanks to all the
|
||||||
|
people who reported problems and suggested various improvements in zlib; they
|
||||||
|
are too numerous to cite here.
|
||||||
|
|
||||||
|
Copyright notice:
|
||||||
|
|
||||||
|
(C) 1995-2017 Jean-loup Gailly and Mark Adler
|
||||||
|
|
||||||
|
This software is provided 'as-is', without any express or implied
|
||||||
|
warranty. In no event will the authors be held liable for any damages
|
||||||
|
arising from the use of this software.
|
||||||
|
|
||||||
|
Permission is granted to anyone to use this software for any purpose,
|
||||||
|
including commercial applications, and to alter it and redistribute it
|
||||||
|
freely, subject to the following restrictions:
|
||||||
|
|
||||||
|
1. The origin of this software must not be misrepresented; you must not
|
||||||
|
claim that you wrote the original software. If you use this software
|
||||||
|
in a product, an acknowledgment in the product documentation would be
|
||||||
|
appreciated but is not required.
|
||||||
|
2. Altered source versions must be plainly marked as such, and must not be
|
||||||
|
misrepresented as being the original software.
|
||||||
|
3. This notice may not be removed or altered from any source distribution.
|
||||||
|
|
||||||
|
Jean-loup Gailly Mark Adler
|
||||||
|
jloup@gzip.org madler@alumni.caltech.edu
|
||||||
|
|
||||||
|
If you use the zlib library in a product, we would appreciate *not* receiving
|
||||||
|
lengthy legal documents to sign. The sources are provided for free but without
|
||||||
|
warranty of any kind. The library has been entirely written by Jean-loup
|
||||||
|
Gailly and Mark Adler; it does not include third-party code.
|
||||||
|
|
||||||
|
If you redistribute modified sources, we would appreciate that you include in
|
||||||
|
the file ChangeLog history information documenting your changes. Please read
|
||||||
|
the FAQ for more information on the distribution of modified source versions.
|
BIN
third_party/ZLIB-Windows/zlib-1.2.11_deploy_v140/debug_dynamic/x64/bin/zlibd.dll
vendored
Normal file
BIN
third_party/ZLIB-Windows/zlib-1.2.11_deploy_v140/debug_dynamic/x64/bin/zlibd.dll
vendored
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user