Network communication across two private network

Posted by Sethu on Stack Overflow See other posts from Stack Overflow or by Sethu
Published on 2010-04-10T02:18:27Z Indexed on 2010/04/10 2:23 UTC
Read the original article Hit count: 520

Hi All,

I am trying to implement a peer to peer communication ..

I use sockets for communication between them. I want to know if there are any ways i can use the same sort of communication when the two peers are behind two private Networks (They dont know each others public ip address.) I can think of a shared buffer in a well known location as a means of communication. But is there some other way to get this done?

© Stack Overflow or respective owner

Related posts about networking

Related posts about communication