Tagged Questions

7
votes
6answers
5k views

Python Library/Framework for writing P2P applications

Is there any library or framework for writing P2P applications in Python ? I know the initial Bittorrent client was written in Python. I'm looking something like JXTA but for Python.
1
vote
2answers
95 views

Downloading a file in parts from different computers simultaneously

I want to create a application that can communicate to the different computers and can download file from there. If there exist the same file in different computers then the file will be downloaded in ...