--- embedaddon/iperf/docs/obtaining.rst 2016/10/18 13:28:18 1.1.1.1 +++ embedaddon/iperf/docs/obtaining.rst 2023/09/27 11:14:54 1.1.1.3 @@ -6,15 +6,33 @@ Obtaining iperf3 Binary Distributions -------------------- -Binary packages are available for several supported operating systems: +Note that ESnet does not distribute binary packages of iperf3. All of +the packages listed in this section are provided by third parties, who +are solely responsible for their contents. This is an incomplete list +of binary packages for various operating systems and distributions: -* FreeBSD: `benchmarks/iperf3 - `_ in the FreeBSD Ports Collection -* Fedora / CentOS: `iperf3 - `_ and +* FreeBSD: via the FreeBSD Ports Collection with ``sudo pkg install + benchmarks/iperf3``. +* Fedora / RedHat Linux / CentOS / Rocky: `iperf3 + `_ and `iperf3-devel - `_ in Fedora - 19 and 20 and in Fedora EPEL 5, 6, and 7. + `_ in Fedora + 19 and 20 and in Fedora EPEL 5, 6, and 7. iperf3 is included as a + part of RedHat Enterprise Linux 7.4 and later (as well as CentOS 7.4 + and later, and all versions of Rocky Linux), and can generally be + installed with ``yum install iperf3``. +* Ubuntu: `iperf3 `_, + is available in Trusty (backports), and as a part of the main + release in Vivid and newer. It can generally be installed with + ``sudo apt-get install iperf3``. +* macOS: via HomeBrew with ``brew install iperf3`` or MacPorts with + ``sudo port install iperf3``. +* Windows: iperf3 binaries for Windows (built with `Cygwin `_) can be found in a variety of + locations, including ``_ + (`discussion thread + `_). +* Android: iperf3 binaries for Android can be found in several + locations, including ``_. Source Distributions -------------------- @@ -22,7 +40,7 @@ Source Distributions Source distributions of iperf are available as compressed (gzip) tarballs at: -http://downloads.es.net/pub/iperf/ +https://downloads.es.net/pub/iperf/ **Note:** Due to a software packaging error, the 3.0.2 release tarball was not compressed, even though its filename had a ``.tar.gz`` @@ -56,7 +74,7 @@ GitHub using: ``git clone https://github.com/esnet/iperf.git`` -Primary development for iperf3 takes place on CentOS 6 Linux, FreeBSD 10, -and MacOS X 10.8. At this time, these are the only officially supported +Primary development for iperf3 takes place on CentOS 7 Linux, FreeBSD 11, +and macOS 10.12. At this time, these are the only officially supported platforms, however there have been some reports of success with -OpenBSD, Android, and other Linux distributions. +NetBSD, OpenBSD, Windows, Solaris, Android, and iOS.