showwin / speedtest-go

CLI and Go API to Test Internet Speed using speedtest.net
MIT License
570 stars 115 forks source link

Live/Stream Download & Upload speeds? #234

Closed freitzzz closed 4 weeks ago

freitzzz commented 4 weeks ago

Hi

I'm figuring out how to print the current download/upload speed every 300ms, just like in the browser version. Is it possible with the library?

Thanks!

freitzzz commented 4 weeks ago

Oops, shouldn't have raised this ticket so early. Figured it out after playing around with the API. SetCallbackDownload

r3inbowari commented 4 weeks ago

SetCallbackDownload

This can be achieved by matching the sampling interval.