how do people make p2p programs?

#1bAtIsTaFaN

New member
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
 

merinsan

New member
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.
 

merinsan

New member
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.
 
Top