Simple iPhone TCP/IP Socket to send serial/int
I have looked high and low, and still need help!
Create an iPhone application to send the value of a basic NSSlider (eg. 90) to an IP addess (eg. 192.168.0.50) on Port (eg. 600).
I have got it working using NSURLRequest and NSURLConnection but then HTML headers etc are sent as well.
I am after just a simple TCP/IP kind of connection sending just the value of the NSSlider.
It needs to be super simple and I'm still a super newbie.
Any help would be much appreciated!
A ZIP of source code would be a life saver!
|