mafintosh / torrent-stream

The low level streaming torrent engine that peerflix uses
MIT License
1.94k stars 228 forks source link

Dependably get send/receive speed in mbps #96

Closed matbee-eth closed 9 years ago

matbee-eth commented 9 years ago

How would one calculate the current download mbps and upload mbps?

asapach commented 9 years ago

A torrent-stream instance has a swarm property, which in turn has downloadSpeed() and uploadSpeed() methods.

mafintosh commented 9 years ago

Like @asapach said use the swarm. If for some reason you have trouble getting this to work feel free to reopen.