hi, the project im working on is to get my iphone to continually send either a string or int to a computer. I am trying to be able to control an remote control blimp from the computer with some arduino hardware, but thats another issue entirely that. I am just trying to send some simple data to the computer so that the computer can turn the data it receives into commands for the arduino.
I am also trying to get the iphone to be able to receive equally simple data so it can display altitude and other telemetry. I am very new to obj c and i dont know c/c++, I have the computer end written in java which is easy but all of the iphone networking examples arn't helping. I did come across
http://www.iphonedevsdk.com/forum/ip...ve-c-java.html but i have no clue what is going on the the lxsocket thing? any help would be so very much appreciated!