Skip to content

jailop/bandwidthspeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BANDWIDTH SPEED TESTER

Screenshot

To compile:

$ make

In one host, run the server:

$ ./server

In one or more other hosts, run the client:

$ ./client SERVER_ADDRESS TIME

Cross compilation using Zig

To compile for MacOS ARM64:

$ make CC="zig cc -target aarch64-macos" \
  CXX="zig c++ -target aarch64-macos" AR="zig ar" \
  RANLIB="zig ranlib" USE_JEMALLOC=no USE_SYSTEMD=no

About

A basic bandwidth speed tester

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published