Is there a particular reason they chose GPL 3 over an MIT license?
Why is this downvoted?
OpenDrop: An open Apple AirDrop implementation written in Python
61–70 of 132 posts
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#62Earlier quoted context omitted.
Or the reverse of that where it sends a random meme to anyone walking by.
Oh no, a thousand marketers just had the idea of automatically airdropping advertisements to passers-by. You could even structure it as a lottery-esque type of thing, only giving out good coupons or discounts to random individuals at random intervals, prompting people to loiter and wait for theirs.
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#63Does Air Drop use bluetooth or is it network facing? I always worry about yet another attack vector being opened up. Usually any new usability feature like this is designed with security from the ground up which is a misnomer for riddled with unexposed security holes. I always recall the promotion of JAVA as being the security standard bearer but look where that ended up. The best way to secure an unwanted feature is…
AirDrop never was hacked. It uses bluetooth and wifi to auth/search/transfer. It doesn’t require any existing network so it works in the desert or in the middle of the ocean.
Now, the victim has to accept the Airdrop payload, and Airdrop has limited range, so it's not as scary as the Pegasus iMessage exploit which was totally remote, but I wouldn't bet my life on the Airdrop code having zero bugs.
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#64Earlier quoted context omitted.
" Android users are carrying around data transfer cables? Hey guys, get a load of this!" ...says the guy with a huge dongle in his pocket.
I would love to see this caricature of ios users, what dongle do you imagine we carry and what purpose does said dongle serve?
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#65Earlier quoted context omitted.
" Android users are carrying around data transfer cables? Hey guys, get a load of this!" ...says the guy with a huge dongle in his pocket.
I would love to see this caricature of ios users, what dongle do you imagine we carry and what purpose does said dongle serve?
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#66Earlier quoted context omitted.
Android users are carrying around data transfer cables? Hey guys, get a load of this!
" Android users are carrying around data transfer cables? Hey guys, get a load of this!" ...says the guy with a huge dongle in his pocket.
No, just happy to see you
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#67I would be interested in an overview and comparison of all the available options to solve this kind of problem. Here is a list of some services I’ve used successfully in the past. SnapDrop - Site: https://snapdrop.net/ - Source: https://github.com/RobinLinus/snapdrop ShareDrop - Site: https://www.sharedrop.io/ - Source: https://github.com/szimek/sharedrop FilePizza - Site: https://file.pizza/ - Source: https://github…
You can also take a look at the following: Croc: - Site: https://schollz.com/blog/croc6/ - Source: https://github.com/schollz/croc Magic Wormhole: - Source: https://github.com/magic-wormhole/magic-wormhole Send (A fork of Mozilla's Send): - Site: https://send.vis.ee/ - Source: https://github.com/timvisee/send - CLI: https://gitlab.com/timvisee/ffsend I've personally used Snapdrop and Croc before and they're both very…
AirDrop's use of wireless technology to discover (bluetooth) & connect (wifi) devices remains a great frontier few have explored or tapped. Sad.
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#68I believe AirDrop is a a great example of how Apples vertical integration and full ownership of software and hardware really thrives. It may not offer interoperability with other platforms, but that’s because other platforms don’t have the control needed to implement the same level of integration of hardware and software needed. Without the direct low level control of the radio hardware they would not have been able…
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#69AirDrop is brilliant but it fails silently, no error messages - nothing. At best, it says that it was cancelled. Does anyone knows how to debug it? I also wonder, why this type of file transfer isn't the industry standart. It's so straightforward(when it works), why would anyone transfer files in any other way? Okay, maybe a transfer history can also be useful.
This is true for most Apple protocols in my experience. I’m supposed to be able to control my Homepod from my watch with a tap but it never works. Sometimes I can’t use the Homepod for minutes until it shows up. iMessage regularly fails to show the blue name for contacts, FaceTime is randomly unavailable for certain contacts, Airpods randomly disconnect, Airdrop rarely works. Tethering is also kind of spotty. The wat…
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#70Is there a particular reason they chose GPL 3 over an MIT license?
Why is this downvoted?
If you are curious why they chose the license, why not ask them?