A fork of OpenDrop containing custom tweaks to play around with airdrop/AWDL. Not really usable for anything serious.
Run in virtual environment
$ python3 -m venv .venv
$ . .venv/bin/activate
$ pip install -r requirements.txt
$ pip install -r requirements-dev.txt
# python3 -m opendrop --help
Original authors of OpenDrop are:
OpenDrop is licensed under the GNU General Public License v3.0.