Skip to content

bablokb/circuitpython-iperf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircuitPython-Library supporting the iperf Protocol

This is a port of Damian George's version downloaded from https://pypi.org/project/uiperf3/.

See examples/-directory for a server and client program.

When running as server, start iperf3 on a PC/laptop with:

iperf3 -l 4K -c 192.xxx.x.xxx     # PC is sender
iperf3 -R -l 4K -c 192.xxx.x.xxx  # CP-device is sender

When running as a client, start iperf3 on a PC/laptop with:

iperf3 -s

Be sure to update the IP/hostname of the server in examples/client.py.

About

CircuitPython-Library supporting the iperf protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages