Results 1 to 4 of 4

Thread: Bittorrent Statistics Coding for Windows (VB 6.0)

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2005
    Posts
    2

    Bittorrent Statistics Coding for Windows (VB 6.0)

    I tend to utilize bittorrent a lot and have gathered over 200 torrent files in the last month alone.

    From time to time I may have to try 2 or 3 different torrent to get a working torrent because the websites do not keep realtime tracker info.

    I was wondering how the websites actually obtain the seeder/leacher information and how it can be done in VB 6.0.

    I want to build a "tracker keeper" if you will, that works as a .torrent file manager. It will return real time statistics on all torrents or the torrents you specify.

    Any ideas?

    Thanks in advance,
    ph34r.me

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Bittorrent Statistics Coding for Windows (VB 6.0)

    The peer statistics are obtained from each tracker individually. If a list of IPs is requested from each tracker you may amalgamate them into a list of unique IPs to try to obtain reliable statistics.

    You would need to read up on the BitTorrent protocol.

    BTW, TorrentPortal has realtime statistics.

  3. #3

    Thread Starter
    New Member
    Join Date
    Dec 2005
    Posts
    2

    Re: Bittorrent Statistics Coding for Windows (VB 6.0)

    Thanks for the response, it got me pointed in the right direction.

    Not sure if you know anything about Bittorrent's protocol but I was wondering if this is correct:
    I'd have to send an HTTP request fto the server to recieve the info?

  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Bittorrent Statistics Coding for Windows (VB 6.0)

    Depends on the tracker. Some have UDP addresses as well as HTTP. But it would appear you need to make a GET request.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width