Tutorial: Building A Simple iOS TCP Socket Based App Client And Server
There are many guides, and libraries available to make HTTP communication between iOS apps/servers easier. I’ve found an excellent step-by-step tutorial that demonstrates how to use NSStream and CSStream to communicate from within your iOS apps to a TCP server.
The tutorial is from Cesare Rocchi and also demonstrates the basics of creating a custom TCP server using Python, and the Twisted networking engine along with how to make a simple interface for the client in Cocoa Touch..
You can find the tutorial here:
How To Create A Socket Based iPhone App And Server
You can read more about the Twisted networking engine on their offical site here:
http://twistedmatrix.com/
Overall this is a great tutorial that guides you with detail through every step.
Submit A Resource
Have you created a useful tutorial, library or tool for iOS development that you would like to get in front of our 300,000+ monthly page views from iOS developers?
You can send a Tweet to @maniacdev on Twitter or submit the url here.
The resources we feel will appeal to our readers the most will be posted on the front page.





