English 中文(简体)
M. “Meti”和“Mac”之间的特别无线连接——可能吗?
原标题:Ad Hoc Wifi Connection Between iPhone & Mac - Possible?

我很想知道,是否有可能在Piich和Mac之间建立一个数据传输隧道,使用在这两个装置上的Wifi硬件? 我的主要目标是通过沿临时维系连接的一台 app机将数据从我的蜂窝转移到我的Mac。 如果还有其他方法,请说明。

期待你们的答复。

感谢!

A.K.

最佳回答

您可通过NSNetservicesCFNetservices 采用Bonjour。

基本:

  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
问题回答

我们不能自动这样做。 也就是说,你必须首先在Mains(Mac/10.5/en/8339.html)上建立专门的无线网络(由计算机到计算机组成的网络),然后与任何其他无线网络一样加入Piper。 之后,上文建议的方法将只作罚款。

我认为,你也称之为“WiFi Direct”是一种非常新的特征,尚未得到“ipe”或“OS X”的支持。

你或许想看一下NSNet Servicess/CFNet Servicess(Bonjour)为达到这种联系而设计的通用软件。





相关问题
2 mysql instances in MAC

i recently switched to mac. first and foremost i installed xampp. then for django-python-mysql connectivity, i "somehow" ended up installing a seperate MySQL. now the seperate mysql installation is ...

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Controlling OSX windows

I m trying to control windows of a foreign OSX applications from my application. I d like to 1. move the windows on the screen 2. resize the windows on the screen 3. change the currently active window ...

Switching J2SE versions on Mac OS (SnowLeopard)

My current JDK on Mac OS (10.6) is set to 1.6 and I d like to switch to 1.5. A listing of /System/Library/Frameworks/JavaVM.framework/Versions/ shows: lrwxr-xr-x 1 root wheel 10 Nov 3 18:34 ...

Scrolling inside Vim in Mac s Terminal

I ve been googling around trying to figure out if it s possible to use my mouse wheel to scroll while inside Vim in Mac s Terminal, with no luck. It seems as if only X11 or iTerm support this. Before ...

export to MP3 from quicktime API

A question for Apple,QT programmers. Would like to know if it s possible to export a Movie object to MP3 using the QuickTime API. Preferably the ConvertMovieToFile function. I ve looked at ...

热门标签