iOS:可用于套接字通信的第三方框架

发布于 2025-01-06 07:52:39 字数 257 浏览 0 评论 0原文

我的任务是将 G 传感器数据几乎实时地从 iOS 设备发送到在不同设备(OSX、iOS,也许是 Windows)上运行的应用程序。从我到目前为止所读到的内容来看,Socketstream 似乎是此类任务的最佳选择。你同意? 我的问题是,由于我没有套接字编程经验,是否有任何第三方框架可以使套接字编程更容易?也许他们已经创建了一些在连接丢失后会重新连接的东西,比如错误处理?我想不是每个人在使用套接字编程时都会再次发明轮子吧?

感谢您提供有关此主题的任何信息。

特维克尔

my Task is to send the G-Sensor Data nearly in realtime from an iOS Device to an Application running on a different Device (OSX, iOS, maybe Windows). From all I've read so far, a Socketstream seems to be the best choice for this kind of Task. Do you agree?
My Question is, since I have no experience in Socket programming, are there any third party Frameworks that make socket programming more easier? Maybe that they already created something that will reconnect after the connection was lost and such things like Error Handling? I guess that not everyone invents the wheel again while programming with sockets?

Thank you for any kind of information regarding this topic.

twickl

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

走野 2025-01-13 07:52:41

我强烈考虑 CocoaAsyncSocket。它具有您需要的所有回调。还有 Tcp 和 UDP 版本。

I would strongly consider CocoaAsyncSocket. It has very much all the callbacks you will need. There are also a version for Tcp and UDP as well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文