Skip to content

Latest commit

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Project

Network Traffic Bandwith Throughput Written in C++, inspired by goben.

Compile

In Project Root Directory

xmake f -m release
xmake

You will get only one Binary, used as Server and Client.

Usage

Total CLI Args will be shown with -help

./build/linux/x86_64/release/network_bench -help

Example

Run As Server:

./build/linux/x86_64/release/network_bench -listen_addr "0.0.0.0:10000"

Run As Client:

./build/linux/x86_64/release/network_bench -server_addr "192.168.100.100:10000" -send_rate 2.75M

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages