Does anyone here know of a magnet-URI-parser for PHP? To validate it, or mayb开发者_运维百科e to extract some information from it?If you only need the fields, here is a quick and dirty one liner:
How do I generate all possible torrent info ha开发者_如何转开发shes? I am looking for an elegant way to do so.
I\'m creating a BitTorrent site. If a user uploads a .torrent file I need to get the info hash to get more info from the tracker.
MonoTorrent client doesn\'t download file from another peer using matadata mode: var torrentDefaults = new TorrentSettings {
I\'m trying to come up with the correct url-encoded info hash to send to the tracker in order to get the peers list.
I\'m running Snort which detects some P2P activity, specifically the BitTorrent announce request. I see the HTTP GET /announce.php?info_hash=XXX... request and I\'m trying to convert this XXX into a p
Basically, I\'m building a small tracker for experimental purposes. I\'ve gotten quite far, and am now working on the announce part.