当前位置: 首页 > 工具软件 > Ubuntu Phone > 使用案例 >

使用airdrop在iphone与ubuntu之间共享文件

章晋鹏
2023-12-01

因为我的开发环境是ubuntu系统,这些年一直想在ubuntu上能使用airdrop协议,但是没有找到解决方案,幸运的是,今天找到了,opendrop。

opendrop代码库:

https://github.com/seemoo-lab/opendrop

你可以使用pip3 install opendrop来安装,也可以使用源码方式安装。

系统需要先安装owlink的协议包。

https://owlink.org/

关于使用:

$ opendrop find
Looking for receivers. Press Ctrl+C to stop ...
Found  index 0  ID eccb2f2dcfe7  name John’s iPhone
Found  index 1  ID e63138ac6ba8  name Jane’s MacBook Pro
$ opendrop send -r 0 -f /path/to/some/file
Asking receiver to accept ...
Receiver accepted
Uploading file ...
Uploading has been successful
$ opendrop receive

相关介绍:

https://hub.packtpub.com/introducing-opendrop-an-open-source-implementation-of-apple-airdrop-written-in-python/

还有一些解决方案:

https://github.com/roznet/remotestash

https://shownotes.opensourceisawesome.com/snapdrop-an-open-source-airdrop-for-everyone/

good luck。

 类似资料: