I'm writing an iPhone/iPad program where I can capture an image, draw something on the image(e.g a line), and send it to a PC (e.g WinXP) in real time. To send the image data to a PC, I'm considering bluetooth and wifi but here's what I found:
- Bluetooth - IMPOSSIBLE, no API
- Wifi TCP/IP - (i) Bonjour NSStream(XCode) and GCDAsyncSocket(C++) (ii) Bonjour NSStream(XCode) and Bonjour Windows (C++)
- Wifi UDP - Bonjour NSStream(XCode) and MFC's CAsyncSocket(C++)
Is the above correct?