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
Post a Comment