开发者

How to establish Tcp connection between IOS and windows?

开发者 https://www.devze.com 2023-02-06 18:19 出处:网络
I\'m trying to implement tcp connection between my开发者_高级运维 Ipod as client and PC as server. I use QTcpServer to provide a server. What is the best way to realize the connection?Using CFSocket.

I'm trying to implement tcp connection between my开发者_高级运维 Ipod as client and PC as server. I use QTcpServer to provide a server. What is the best way to realize the connection?


Using CFSocket. An awesome cocoa class has been written to wrap CFSocket for you asynchronously! It supports both UDP and TCP, I am using it myself in an IM application.

AsyncSocket on iphone

0

精彩评论

暂无评论...
验证码 换一张
取 消