tags:

views:

15

answers:

0

I am using lidgen-network library 3 to try and create a peer to peer connection. I am new to network programming which is why i'm using this library.

Using the DiscoverKnownPeer() function i have been able to connect within my network. What i have read online is that i need to do a NAT punchthrough which requires a running server that is outside the router. I am hoping for a solution that doesnt require this extra server.

If i can store both ip addesses on a web server, and get create a web service to send the ip's to each respective client through XML, would I be able to create a peer to peer connection?

Thank you in advance.