You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gi-torrent developers
Looking around for other clients I found some of them with a graphical
view on the upload and download speed. This triggered me into looking
for the chart add in of General Interface. I did not find the prefect
chart to graph it, so I settled for second best. The line chart can
live without x coordinate, but scales the x axis instead of adding to
it. I used insertRecord() and deleteRecord() to keep a set of max 100
samples and used the refresh interval as the ticker. I used Speed.js
to add upload and download values into the CDF document for the chart.
Works as a charm.