5 ms·
Is this possible without using any (torrent specific) library?
by MichailP 8y ago
Is this possible without using any (torrent specific) library?
- consto 8y agoHow do you think Bt or libbittorent was written?
- MichailP 8y agoI was thinking about this kind of DIY short term effort to have an example of torrent functionality. Not collaborative development of a torrent library for 10 years.
- matheusmoreira 8y agoOf course. You can read the protocol specification and/or study the source code of the existing libraries and clients to figure out how they work. I think a reasonable first step is learning about B-encoding so that you can parse and generate torrent files.
- war1025 8y agoHere is a bit torrent client I wrote back when I was in school. https://github.com/war1025/Torrent https://github.com/war1025/Torrent