-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random behaviour with opendrop receive #24
Comments
There's another setup I've tried:
|
Ok, I think I've found the error. If you run opendrop in a virtual machine in a mac host, the airdrop service will override the opendrop service, in order to make it work, it is mandatory to disable both Wifi and Bluetooth in the host machine (mac) and use an external card in the VM. |
Hmm, that does not sound very plausible to me since you are using for own physical Wi-Fi card within the guest. The erratic behavior seems to have to to with the fact that your card does not support active monitor mode (see seemoo-lab/owl#9, why else would you need |
Yes it’s true, I don’t know why the bad performance somehow made me believe it was the problem, so that’s the reason, please could you suggest me any card that supports active monitor? Thanks again, really appreciate your work. |
Ok, I’ve read the docs of owl, any other external card that could possibly support active monitore mode? Thank you in advance. |
According to seemoo-lab/owl#10, the TP-Link Archer T1U (mt76 driver) seems to work. |
Hi, I've tried in multiple virtual machines with the following configuration the "receive" command with no success:
In all of the environments, I've managed to set up the network with the card in monitor mode, although I have only been able to run the owl process with the -N flag
sudo owl -i [iface] -N
When i run the process (both with the daemon process or without it) I've been able to use the
opendrop find
command all the time, discovering all the devices but when i try to runopendrop receive
there are some random issues:So I don't know what to do to fix those issues.
Thanks in advance.
The text was updated successfully, but these errors were encountered: