问题
Possible Duplicate:
Java BitTorrent library
I would like to know more about creating a torrent client in java. I ask this question here because i do not know which direction do i look into to start programming for a torrent client. I guess i would require a
- Socket
- Knowledge of the networking torrents use
Could someone point me in the right direction.
回答1:
The Java Socket API: http://docs.oracle.com/javase/tutorial/networking/sockets/index.html
The Official BitTorrent Protocol Specification: http://www.bittorrent.org/beps/bep_0003.html
来源:https://stackoverflow.com/questions/11589615/creating-a-torrent-client-in-java