Possible to make an interface that just displays UL/DL speed

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Post Reply
defaultsup
Posts: 2
Joined: Thu Jul 25, 2013 12:52 am

Possible to make an interface that just displays UL/DL speed

Post by defaultsup »

Hello everyone,

I've spent a bit of time reading through the threads here and I think what I want to do is possible but was hoping someone could confirm it?

I'm trying to make a private website that displays some information about computer.. some of it real time, some of it snapshots of data.. as part of that, I'd like to be able to just take the Ul/Dl speeds from the Transmission web interface and just have that information displayed on my page.

I have no problems digging through some of the customer interfaces to see how this would be done but am mostly concerned with whether or not I'd be wasting my time.

Thanks!
killemov
Posts: 542
Joined: Sat Jul 31, 2010 5:04 pm

Re: Possible to make an interface that just displays UL/DL s

Post by killemov »

If you host everything on a single machine then there should be little problems. If not, then you probably need to reverse-proxy the transmission instance.
For your data you need to make a session-get request. https://trac.transmissionbt.com/browser ... c.txt#L444
defaultsup
Posts: 2
Joined: Thu Jul 25, 2013 12:52 am

Re: Possible to make an interface that just displays UL/DL s

Post by defaultsup »

Thanks for the information!
Post Reply