ttorrent icon indicating copy to clipboard operation
ttorrent copied to clipboard

BitTorrent Java library with tracker and download client

Results 71 ttorrent issues
Sort by recently updated
recently updated
newest added

Hi, I am wise, I am from Indonesia, I want to download torrent magnet links, can ttorrent do that, ttorrent indeed I think is very portable because it is based...

tracker.start() works to begin my tracker, but if I want to stop the tracker while the app is running via tracker.stop() and then start it again by tracker.start() I get...

bug
tracker

Could be possible to first download certain pieces to be able to do video streaming and seeking? I don't see how

I've got the problem that, Transmission client able to download files from the torrent only when one of clients(ttorrent clients) downloading file(not in seed mode). Please help, I need to...

Client Program ```java public static void main(String[] args) { Client client = null; File filePath = new File(args[0]); File folder = new File(args[1]); try { client = new Client( //...

need-info

17:39:23.521 [bt-client(..333665)] INFO c.turn.ttorrent.client.SharedTorrent - ... 80% complete 17:39:23.602 [bt-client(..333665)] INFO c.turn.ttorrent.client.SharedTorrent - ... 90% complete 17:39:23.763 [bt-client(..333665)] DEBUG c.turn.ttorrent.client.SharedTorrent - temp: we have 0/162598399 bytes (0.0%) [0/311 pieces]. 17:39:23.764...

I can't seem to figure out why I am getting this error, does anyone have any idea? ``` java 47 [JavaFX Application Thread] INFO com.turn.ttorrent.common.Torrent - Single-file torrent information: 47...

Hello! I have two questions... 1. I've already did the implementation of the client and have no problem, but, i'm only getting the .torrent file, but how can i get...

need-info

Hi! I've tried to use your library with different trackers and different torrent files but it doesn't work ,this is my logger output: 2012-11-12 23:26:06,023 [bt-announce(..616566) ] INFO : Announcing...

feature-request