Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 642 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 642 Bytes

Not a real OpenDrop

A fork of OpenDrop containing custom tweaks to play around with airdrop/AWDL. Not really usable for anything serious.

Run it

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

Authors

Original authors of OpenDrop are:

  • Milan Stute (email, web)
  • Alexander Heinrich

License

OpenDrop is licensed under the GNU General Public License v3.0.