Objective c TCP/IP client
Posted
by charith
on Stack Overflow
See other posts from Stack Overflow
or by charith
Published on 2010-06-11T09:29:10Z
Indexed on
2010/06/11
9:32 UTC
Read the original article
Hit count: 1089
Hi all,
I have a TCP server running on a machine. (implemented in Java). I need to connect to that server from a iPhone and send data to the server and also, receive data on the iphone when server pushes me data. So I need to be notified when data pushes from the server.
Is there a way to do this in Objective C(socket programming). Although I googled I couldn't find a solution. But I saw CFSocket etc. Please anyone have a solution?
© Stack Overflow or respective owner