Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

libtorrent inbuilt tracker [closed]

Does libtorrent provide a inbuilt tracker? I was looking at the API docs and examples but could not find anything on those lines.

Other libs like BitTorando, Snark etc expose a Tracker as well.

Anyone have any idea about this or is there any code which can help me in briging up a tracker with libtorrent itself.

like image 941
rmoh21 Avatar asked Apr 16 '26 08:04

rmoh21


1 Answers

assuming you're talking about libtorrent-rasterbar (as in libtorrent.org); no, it does not come with a tracker.

I would recommend taking a look at OpenTracker or utrack (udp only).

like image 108
Arvid Avatar answered Apr 17 '26 22:04

Arvid