vote up 3 vote down star
1

Hi, what is the best way for writing an XNA Peer-to-Peer game without having to use the Windows Live stuff that requires that both players of the game have an XBOX Gold membership

I also need some client/server functionality but that isn't as critical yet!

Thank you.

edit: what does everyone think of this http://msdn.microsoft.com/en-us/library/system.net.peertopeer.aspx

flag

3 Answers

vote up 5 vote down check

Specifically, the System.Net.PeerToPeer namespace should be mentioned here. For client/server functionality you should look for more complete libraries, like Ice.

Update: I admit to not having actively used these classes (yet), though the statement "capabilities for serverless managed collaboration sessions" and the classes available in the Collaboration namespace seems to be a promising P2P implementation.

Its worth noting that there seems to be a limitation to running on Vista.

link|flag
and windows 7 I guess? – Shahin Sep 15 at 12:37
Yes, I would believe Windows 7 is covered. – Peter Lillevold Sep 15 at 20:47
vote up 2 vote down

Personally I'd take a good look at these links: System.Net and P2P C# Implementation

link|flag
vote up 0 vote down

You can simply use the .Net networking classes from the System.Net namespace.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.