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;