Skip to content

scria1000/iperf3-static-zig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iperf3 static builds with Zig

This repo intends to provide static builds of iPerf3 for some platforms that were unsupported by the original repo.

Static compilation with Zig.

Binaries are available here: https://github.com/scria1000/iperf3-static-zig/releases/latest

Supported platforms

Architecture Operating System
mips linux
mipsel linux
mips64 linux
mips64el linux
riscv64 linux

Use the static binaries from this repo

Download and install to the bin directory of your local user (for root this may not be in the $PATH)

Pick the platform URL you need:

mips

mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-mips-linux-musl
chmod 700 ~/bin/iperf3

mips build with openssl

mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-mips-linux-musl_openssl
chmod 700 ~/bin/iperf3

mips little endian

mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-mipsel-linux-musl
chmod 700 ~/bin/iperf3

mips little endian build with openssl

mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-mipsel-linux-musl_openssl
chmod 700 ~/bin/iperf3

mips64

mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-mips64-linux-musl
chmod 700 ~/bin/iperf3

mips64 build with openssl

mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-mips64-linux-musl_openssl
chmod 700 ~/bin/iperf3

mips64 little endian

mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-mips64el-linux-musl
chmod 700 ~/bin/iperf3

mips64 little endian build with openssl

mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-mips64el-linux-musl_openssl
chmod 700 ~/bin/iperf3

riscv64

mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-riscv64-linux-musl
chmod 700 ~/bin/iperf3

riscv64 build with openssl

mkdir -p ~/bin && source ~/.profile
wget -qO ~/bin/iperf3 https://github.com/scria1000/iperf3-static-zig/releases/latest/download/iperf3-riscv64-linux-musl_openssl
chmod 700 ~/bin/iperf3

About

A static build of iperf3 to do network testing on remote servers.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%