seemoo-lab / opendrop

An open Apple AirDrop implementation written in Python
https://owlink.org
GNU General Public License v3.0
8.48k stars 265 forks source link

[Question] Whether this works for non-darwin devices transforming data wirelessly? #78

Closed ryuujo1573 closed 2 years ago

ryuujo1573 commented 2 years ago

I am trying to figure out the AirDrop workflows and harvest the convenience in placing this practice into several non-apple devices with "AirSpeed" Or is there any way to send data wirelessly in a speed fast enough that is no far from AirDrop? I was astonished by send gigabytes in few seconds from my first macbook to others

Any kind of reply would help, and thank you for your precious work!

TheLastGimbus commented 2 years ago

Read README.md. TL;DR yes, but you need a wifi card that supports "active monitor mode" - I ran this kinda sucessfully on my Ubuntu, but I've only sucessfully received now - not send

ryuujo1573 commented 2 years ago

Roger. Thank you

TheLastGimbus commented 2 years ago

iw list | grep "active monitor" is probably fastest way to check for this mode, tho I'm not sure if it's 100% accurate - probably yes :ok_hand: