This commit is contained in:
Murat Doğan
2021-06-08 11:59:08 +03:00
committed by GitHub
parent d218e7923c
commit 86f93e9aa3

View File

@ -3,7 +3,7 @@
This directory contains a native client to open Data Channels with WebSocket signaling using libdatachannel and benchmark functionalities. It offers three functionalities; This directory contains a native client to open Data Channels with WebSocket signaling using libdatachannel and benchmark functionalities. It offers three functionalities;
- Benchmark: Bi-directional data transfer benchmark (Also supports One-Way testing) - Benchmark: Bi-directional data transfer benchmark (Also supports One-Way testing)
- Constant Throughput Set: Send desired amount of data per second - Constant Throughput Set: Send desired amount of data per second
- Multiple Data Channel: Create desried count of data channel - Multiple Data Channel: Create desired amount of data channel
## Start Signaling Server ## Start Signaling Server
- Start one of the signaling server from the examples folder. For example start `signaling-server-nodejs` like; - Start one of the signaling server from the examples folder. For example start `signaling-server-nodejs` like;
@ -460,4 +460,4 @@ Stats# Received Total: 343 MB Sent Total: 372 MB RTT: 16 ms
DC-1 Received: 7972 KB/s Sent: 8001 KB/s BufferSize: 82497 DC-1 Received: 7972 KB/s Sent: 8001 KB/s BufferSize: 82497
TOTL Received: 39894 KB/s Sent: 40005 KB/s TOTL Received: 39894 KB/s Sent: 40005 KB/s
Stats# Received Total: 538 MB Sent Total: 581 MB RTT: 3 ms Stats# Received Total: 538 MB Sent Total: 581 MB RTT: 3 ms
``` ```