Download/upload stats Monitor

Hi,
I would like to use my computer or browser download/upload stats (Mb/Kb downloaded in a certain time frame) in processing and visualize these in different ways.
Does anyone have a clue on how I could access these variables easily?

Thank you very much, best

1 Like

Hi FPAIS – do mean, for example, download transfer rates for the Chrome web browser?

I believe that Chrome exposes its download rate information to Dev Tools and to Extensions – this is how various speed test extensions work.

So, in theory, you could write a Google Chrome extension that would broadcast or log your download speeds each second, and then the Processing sketch could listen to the broadcast or read the log file.