-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] network info #1
Comments
I think we can support obtaining download speed with some way but your other requests are probably cannot done with such general purpose liblary for following reasons: 1 - for measuring the upload speed, we need to upload some file to somewhere and we need to take a response about the median upload speed. I checked many speed tester website on the internet and as i see none of them give you that answer with simple http connection, they done it with ajax or/and websocket. Because of that, if you need that kind of feature i recommend you to create a server that measures the speed of file uploads. Thanks for feedback, i'll apply measuring download speed in future release. If you wan't to implement that, you can make a pull request and i'll test in windows and linux and accept if it works fine. |
There may be a misunderstanding. What I mean is not to test the network speed. It is the data received by the network card per second and the data sent per second. It is the total amount of data received and sent within a period of time. |
Very great project, can you support obtaining network information? Such as
upload speed
,download speed
,total upload traffic
andtotal download traffic
The text was updated successfully, but these errors were encountered: