Creating a torrent client in Java? [duplicate]

我只是一个虾纸丫 提交于 2020-01-11 03:40:09

问题


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

  1. Socket
  2. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!