钛金 iPhone 点对点连接支持

发布于 2024-09-08 02:44:39 字数 122 浏览 3 评论 0原文

是否可以使用 iPhone 版 Titanium Mobile 实现点对点连接

Is it possible to implement peer-to-peer connectivity with Titanium Mobile for the iPhone?

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

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

发布评论

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

评论(2

多情出卖 2024-09-15 02:44:39

当然!您可以使用 Bonjour 服务和浏览器托管并连接到您附近或本地网络中的其他用户。您还可以通过使用 HTTPClient 或 TCPSocket 连接到您自己的集中式服务器来通过 Internet 进行点对点,以将数据流式传输到各个客户端。

看一下网络模块,它包含所有这些对象。

Of course! You can use the Bonjour service and browser to host and connect to another user in your vicinity or local network. You could also do peer-to-peer over the internet by connecting to your own, centralized server using the HTTPClient or TCPSocket to stream data to various clients.

Take a look at the Network module, which houses all of these objects.

z祗昰~ 2024-09-15 02:44:39

作为这篇文章的更新,并添加道森几年前的答案,这里有一个最近发布的适用于 iOS 的 Titanium 的 Multipeer 模块 https://marketplace.appcelerator.com/apps/8294

As an update to this post and to add to Dawson's answer from several years ago now, there is a recently released Multipeer Module for iOS in Titanium available here https://marketplace.appcelerator.com/apps/8294

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