1
vote
4answers
78 views
How do I connect a pair of clients together via a server for an online game?
I'm developing a multi-player game and I know nothing about how to connect from one client to another via a server. Where do I start? Are there any whizzy open source projects wh …
1
vote
2answers
102 views
NSError question
I have been creating a peer to peer connection for a new game, that does not use the peer picker. I am however dumbstruck as what to i put in here:
- (void)session:(GKSession *)se …
2
votes
1answer
109 views
The peerID used in GameKit framework, is always unique for each device?
Hello.
The peerID assigned to your device in a GKSession, is it always the same for the same device?
I mean, every time you create a GKSession, your peerID will be the same one? or …
0
votes
6answers
113 views
Constructive Criticism
While peer programing what is the most optimal way to offer constructive criticism?
How do you critique without pointing out flaws?
0
votes
4answers
92 views
Trouble Finding a Memory Leak
Hey everyone, i am having trouble finding a memory leak. all off my retain counts = 0 when i dealloc them but still I am flagging up a leak from the following bit of code:
- (GKSe …
0
votes
1answer
106 views
WCF Peer to peer chat
I wrote some code for a WCF P2P chat program.
<services>
<service name="PeerChat.Form1">
<host>
<baseAddresses>
<add baseAddress="ne …
0
votes
2answers
152 views
GameKit and GKPeerPicker on 1st Gen iPhone and iPod Touch
This is my current set up for my multiplayer game:
A view that gives connection tips and warns the user that multiplayer will not work on the 1st Gen iPhone or ipod Touch. Ther …
0
votes
0answers
28 views
PNRP Global_ stuck on Alone
Hi, I have two installations of Windows 7. a 64bit version on my hard disk, and a 32bit version installed as a bootable VHD.
on my the 64bit version, I can't get my PNRP Global_ c …
0
votes
1answer
23 views
Windows Peer-to-Peer SDK Statistics
Does anyone happen to have any throughput and speed statistics on the Windows SDK? I am attempting to do a comparative analysis of this to other P2P implementations and can not for …
3
votes
3answers
124 views
XNA Peer-to-Peer
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
…
-1
votes
1answer
130 views
how to handle NAT traversal in c++ peer to peer application ( please code examples not theory )
Hello all
i need to develop simple game that will be using peer to peer connection using centralize index manger server
i know there is problem when client trying to connect other …
0
votes
0answers
15 views
where i can find ServerConnectionManager/indexing server open source to learn
Hello
i need to learn and later to implement Server Connection Manager to be used by peer to peer
turn based game
is there any resource to learn how to implement such architectu …
0
votes
1answer
38 views
Am trying to add an animation to a class that has extended UIView, but it is not adding it at all!!
This is the strangest error i have come across.
Am trying to add a countdown animation onto a Class that extends UIView. The code is shown below:
NSArray *myImages = [[NSArray al …
1
vote
3answers
76 views
.NET External Communication
I used the term "External Communication" simply because I do not mind which method I need to use to be able to send a simple message like "hey, how's it going?" to another person o …
0
votes
1answer
19 views
Interrogating Outlook across a peer-to-peer network?
Eventually we may have Active Directory in place but until then, is there any way I can interrogate a user's Outlook across the network and find out, for instance, what PST and OST …
