iphone client side mac server TCP /IP -


i'm doing typical client - server application, server going mac (the server uses asynsocket) , clients iphones/ipod touch/ipads , want know how can send messages between de iphones example. can send information server, , answers me correctly, don't know how sen message between user1 - server - user2 , user2 answers message :s can me? possible to using asyncsocket? thanks.

if want have direct communication between clients, isn't client - server application anymore.

for peer-to-peer communication suggest use gamekit. create gksession mode gksessionmodepeer , same session id on both clients can communicate.

read peer-to-peer connectivity in game kit programming guide.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -