我很想知道,是否有可能在Piich和Mac之间建立一个数据传输隧道,使用在这两个装置上的Wifi硬件? 我的主要目标是通过沿临时维系连接的一台 app机将数据从我的蜂窝转移到我的Mac。 如果还有其他方法,请说明。
期待你们的答复。
感谢!
A.K.
我很想知道,是否有可能在Piich和Mac之间建立一个数据传输隧道,使用在这两个装置上的Wifi硬件? 我的主要目标是通过沿临时维系连接的一台 app机将数据从我的蜂窝转移到我的Mac。 如果还有其他方法,请说明。
期待你们的答复。
感谢!
A.K.
您可通过NSNetservices
和CFNetservices
采用Bonjour。
基本:
我们不能自动这样做。 也就是说,你必须首先在Mains(Mac/10.5/en/8339.html)上建立专门的无线网络(由计算机到计算机组成的网络),然后与任何其他无线网络一样加入Piper。 之后,上文建议的方法将只作罚款。
我认为,你也称之为“WiFi Direct”是一种非常新的特征,尚未得到“ipe”或“OS X”的支持。
你或许想看一下NSNet Servicess/CFNet Servicess(Bonjour)为达到这种联系而设计的通用软件。
I m using Xcode on OSX to develop command line C applications. I would also like to use Instruments to profile and find memory leaks. However, I couldn t find a way to display the console when ...
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 ...
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 ...
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 ...
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 ...
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 ...
The problem I am trying to solve is quite simple. When I open the lid of my MacBook I like to have the Dock on the left side of the screen, but when I get home and connect my MacBook to my Cinema ...
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 ...