如何在windows中使用Pythonipf?

2024-06-28 20:20:13 发布

您现在位置:Python中文网/ 问答频道 /正文

我试图通过python包装器使用iperf3,但是代码总是给我错误,因为我没有特定的库:

client = iperf3.Client() or client = iperf3.Client(lib_name='iperf3.exe')

如果可能的话,请告诉我如何通过python在windows上使用iperf3。在

^{pr2}$

Tags: or代码nameclientwindowslib错误exe