通过wifi将图像数据从iPhone / iPad发送到Windows PC

时间:2013-01-09 12:24:34

标签: iphone tcp bluetooth wifi

我正在编写一个iPhone / iPad程序,我可以捕捉图像,在图像上绘制一些东西(例如一条线),然后将它实时发送到PC(例如WinXP)。要将图像数据发送到PC,我正在考虑蓝牙和wifi,但这是我发现的:

  1. 蓝牙 - 不可能,没有API
  2. Wifi TCP / IP - (i)Bonjour NSStream(XCode) and GCDAsyncSocket(C++)(ii)Bonjour NSStream(XCode) and Bonjour Windows (C++)
  3. Wifi UDP - Bonjour NSStream(XCode) and MFC's CAsyncSocket(C++)
  4. 以上是否正确?

1 个答案:

答案 0 :(得分:0)

恕我直言:在您的PC和TCP客户端应用程序(FastSocket https://github.com/dreese/fast-socket)和WiFi(LAN或WL​​AN)上使用TCP服务器,您应该能够通过网络发送图像。另外,请参阅本教程http://www.raywenderlich.com/3932/how-to-create-a-socket-based-iphone-app-and-server