I’m looking for a “simple” use of a TCP packet transfer between iphone and server.
I guess it’s mainly open socket, specify port & IP and press send. (it’s what I usually do with Python)
Anyone know of a quickstart guide or a “for dummies” kind of tutorial?
This is a pretty good article: iPhone Network Programming