how do people make p2p programs?

#1bAtIsTaFaN

New member
Joined
Feb 19, 2008
Messages
5
Reaction score
0
Points
1
like limewire frostwire ares how do people make this p2p program and if u know a site where i can i wana make my own p2p program
uhmmm ok thann............. can ne1 else tell me how instead of dat i didnt understand her and like limewire programs like that i wna make a program like that
 
p2p software requires a meeting point to start with, so that each peer can hook up with each other.
Normally this is a central server (or servers) somewhere, where each peer registers that they are active.
After this any peer can find any other peer through this server, and then start communicating directly via a tcp protocol of their own desire, using a socket.
 
p2p software requires a meeting point to start with, so that each peer can hook up with each other.
Normally this is a central server (or servers) somewhere, where each peer registers that they are active.
After this any peer can find any other peer through this server, and then start communicating directly via a tcp protocol of their own desire, using a socket.
 
Back
Top