因为我的开发环境是ubuntu系统,这些年一直想在ubuntu上能使用airdrop协议,但是没有找到解决方案,幸运的是,今天找到了,opendrop。
opendrop代码库:
https://github.com/seemoo-lab/opendrop
你可以使用pip3 install opendrop来安装,也可以使用源码方式安装。
系统需要先安装owlink的协议包。
关于使用:
$ 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://github.com/roznet/remotestash
https://shownotes.opensourceisawesome.com/snapdrop-an-open-source-airdrop-for-everyone/
good luck。