thiezn / iperf3-python

Python wrapper around iperf3
https://iperf3-python.readthedocs.org/
MIT License
110 stars 51 forks source link

Help adding the bandwidth attribute to the Client() method #10

Closed cvicente closed 7 years ago

cvicente commented 7 years ago

Greetings,

I now have the need to use the bandwidth parameter. I wrote some code, but the test does not pass. The "rate" attribute comes back with a negative, unknown number. My C skills are really outdated, so I would appreciate some pointers on getting it done right. The diffs are here:

https://github.com/thiezn/iperf3-python/compare/master...cvicente:add_bw?expand=1

Cheers, cv

cvicente commented 7 years ago

Never mind. My code needed work.