钛金 iPhone 点对点连接支持
是否可以使用 iPhone 版 Titanium Mobile 实现点对点连接?
Is it possible to implement peer-to-peer connectivity with Titanium Mobile for the iPhone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当然!您可以使用 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.
作为这篇文章的更新,并添加道森几年前的答案,这里有一个最近发布的适用于 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