This project is a simple asyncsocket client example for iOS.
- Project created with the iPhone OS SDK 4.0 (8A400a), Xcode 3.2.3 64-bit.
- The project uses asyncsocket r97.
- The example application starts and initiates an HTTP request to www.google.com (port 80).
- Response is logged to the debugging console (NSLog).
- There is currently no GUI, application simply starts and logs in the background.