Skip to content

GUI for the network tool iperf used on a raspberry pi 3 with a 7 inch display

Notifications You must be signed in to change notification settings

guoyu07/iperf-GUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iperf-GUI

GUI for the network tool iperf used on a raspberry pi 3 with a 7 inch display

Using docker to test iperf-interface

Set server IP address as environment variable for using netburn script inside docker container

vim docker/iperf-interface-client/Dockerfile

Replace

ENV SERVER_IP 192.168.1.43

with you IP address

ENV SERVER_IP YOUR_IP_ADDRESS_HERE

Build docker image

cd docker/iperf-interface-client && \
docker build -t iperf-interface-client .

Run iperf-interface-client docker image

docker run -i -t -d --name iperf-interface-client iperf-interface-client

Attach to iperf-interface-client container

docker attach iperf-interface-client

Using netburn bash script inside iperf-interface-client container

netburn duplex

About

GUI for the network tool iperf used on a raspberry pi 3 with a 7 inch display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.3%
  • TeX 12.1%
  • JavaScript 7.5%
  • C++ 7.2%
  • CSS 6.1%
  • PostScript 4.5%
  • Other 0.3%