iPhone 和 iPhone 之间的临时 Wifi 连接麦克-可能吗?

发布于 2024-08-13 17:10:42 字数 161 浏览 6 评论 0原文

我只是想知道是否可以使用 iPhone 和 Mac 上的 Wifi 硬件在两个设备上建立数据传输隧道?我的主要目标是通过应用程序沿着临时 WiFi 连接将数据从 iPhone 传输到 Mac。如果您还有其他方法想要建议,请提出。

期待您的回复。

谢谢!

AK

I was just wondering if it is possible to set up a data transfer tunnel between an iPhone and a Mac using the Wifi hardware present on both devices? My main objective is to transfer data from my iPhone to my Mac through an app along an ad hoc wifi connection. If there are any other methods you would like to suggest, then please do.

Looking forward to your replies.

Thanks!

A.K.

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

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

发布评论

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

评论(3

眼泪都笑了 2024-08-20 17:10:42

您可以通过 NSNetServicesCFNetServices API 使用 Bonjour。

基本上:

  1. 在Mac上创建服务器
  2. 通过Bonjour宣布服务器
  3. 在手机上浏览Bonjour并解析bonjour服务。
  4. 建立连接
  5. 通过套接字流交换数据

You can make use of Bonjour, via NSNetServices and CFNetServices APIs.

Basically:

  1. Create a server on the Mac
  2. Announce the server via Bonjour
  3. Browse Bonjour on the phone and resolve the bonjour service.
  4. Establish connection
  5. Exchange data via socket streams
贪恋 2024-08-20 17:10:42

您还不能自动执行此操作。也就是说,您必须手动创建临时首先在 Mac 上连接无线网络(Apple 的说法是“计算机到计算机网络”),然后将 iPhone 连接到该网络,就像任何其他 WiFi 网络一样。之后,上面建议的方法就可以正常工作了。

我认为您所建议的(也称为 WiFi Direct)是一种非常新的规范,iPhone 或 OS X 尚未支持(截至撰写本文时)。

You cannot automagically do this, yet. That is, you must manually create the ad hoc wireless network (a "computer-to-computer network" in Apple parlance) first on the Mac, then join the iPhone to it just like any other WiFi network. After this, the methods suggested above will work just fine.

What I think you are suggesting, also known as WiFi Direct, is a very new specification that is not yet supported by the iPhone or OS X (as of this writing).

黑白记忆 2024-08-20 17:10:42

您可能希望查看 NSNetServices/CFNetServices (Bonjour) 中的通用 API 来完成此类连接。

You'd probably want to look at NSNetServices/CFNetServices (Bonjour) for a common API to accomplish that sort of connection.

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