Tuesday, August 20, 2013

Sending data between any two computers without server

Sending data between any two computers without server

I want to make a multiplayer game for which I want to send data b/w two
pc's. Now I don't want to include server inbetween because suppose if two
guys are in same collage but on different routers packet should find the
smallest possible path so it dosent needs to go to server and come back as
time lagging is critical for games. Now simply pinging to ip will not work
as they are behind NAT and both pc's have same global IP. can any one give
me any hint about any libraries, any project in which this has been
implemented or how to accomplish this.

No comments:

Post a Comment