webtorrent / bittorrent-tracker

🌊 Simple, robust, BitTorrent tracker (client & server) implementation
https://webtorrent.io
MIT License
1.72k stars 314 forks source link

Upload / download count for each peerID #489

Closed trackerZER closed 8 months ago

trackerZER commented 10 months ago

I'm using version 9.19.0 of bittorrent-tracker

I would like an upload and download count added for each user, or a solution.

I've implemented an api key system to make a private tracker, so I can know which api key corresponds to each peerid, I'm currently looking for a way to count the upload and download of each client, taking into account all cases (partial download of a torrent, leaving a torrent and coming back,...).

If you have any help it's welcome, I've tried to manage this in the update si which works but has a lot of problems and bugs.

github-actions[bot] commented 8 months ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?