├── IPerfAutomate.psm1 ├── IperfAutomate.Tests.ps1 ├── IperfAutomate.psd1 ├── README.md ├── appveyor.yml └── bin ├── cygwin1.dll └── iperf3.exe /IPerfAutomate.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adbertram/iPerfAutomate/HEAD/IPerfAutomate.psm1 -------------------------------------------------------------------------------- /IperfAutomate.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adbertram/iPerfAutomate/HEAD/IperfAutomate.Tests.ps1 -------------------------------------------------------------------------------- /IperfAutomate.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adbertram/iPerfAutomate/HEAD/IperfAutomate.psd1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adbertram/iPerfAutomate/HEAD/README.md -------------------------------------------------------------------------------- /appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adbertram/iPerfAutomate/HEAD/appveyor.yml -------------------------------------------------------------------------------- /bin/cygwin1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adbertram/iPerfAutomate/HEAD/bin/cygwin1.dll -------------------------------------------------------------------------------- /bin/iperf3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adbertram/iPerfAutomate/HEAD/bin/iperf3.exe --------------------------------------------------------------------------------