views:

35

answers:

1

hello, can any one tell me How To Communicate with Trackers and Get The Peers List ? with any example...

A: 

From the bittorent API project page:

Simple and easy-to-use API that should permit any developer to create new JAVA applications that require the use of Bittorrent Protocol. Provided examples show very simple torrent creator and publisher, Bittorrent client and tracker.

What you're looking for should be in the example code.


Further Reading:

Andreas_D
cant we view in browser as http request ..tracker http://thepiratebay.org/scrape?info_hash=b52ae30711444eedf0a9bd7dcc7493a0eebb9f2d i found in bit torrent specification but it didnt work
see
A http request by your browser does not send any torrent-specific information to the tracker. You have to use the API or write your own mini-client that sends BEncode data to the tracker via HTTP!
f1sh