thiezn / iperf3-python

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

Use find_library to load libiperf #28

Closed Austinpayne closed 6 years ago

Austinpayne commented 6 years ago

Fixes an issue with hardcoded libiperf.so.0 on Mac OS X. Tested on El Capitan 10.11.6.

(see https://github.com/thiezn/iperf3-python/issues/23)

thiezn commented 6 years ago

Thanks for that @Austinpayne, I've updated one of the test cases to ensure everything is properly tested again and submitted v0.1.9 to PyPi.