Bittorrent tracker ASP(3.0) or VB6
I'm about to give up, but it's worth to try here before that.
I want to create a torrentsite where clients can upload their own songs, softwares and so on, wich they've created ..
Now, I'm not that kind of person who uses others software if they aren't that hard to create. A bittorrent tracker, same as a dchub is not hard at all to create.
I'm just stuck right now because all the codes out there are for php or other languages.
Have anyone tried to create a torrent tracker with asp or vb6?
I have been programming in asp for a very long time, but I can't understand anything from php, except the basics of programming.
I'm mainly trying to create the tracker in vb6, so if anyone have something that could be usefull then I would be grateful.
Since the bittorrent tracker have decided to go non-opensorce, it's not easy to find anything on their site.
http://wiki.theory.org/BitTorrentSpecification
This link is no useful because there is things that is missing in vb6 that i need, like decoding sha1.
Re: Bittorrent tracker ASP(3.0) or VB6
VB6 is a desktop language and as far as I know all BitTorrent trackers out there are webbased, that's why you can find PHP examples, but no VB6 examples.
Re: Bittorrent tracker ASP(3.0) or VB6
Yes, i know. But winsock will do the work. I have sent the client peers easily. But it's the sha1 that is missing. So it's not hard at all to create a bittorrent tracker with vb6.