I 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…
OpenDrop: An open Apple AirDrop implementation written in Python
31–40 of 132 posts
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#32Is there any Airdrop alternative for Android - Android and Android - Windows devices in the same network?
I reverse engineered enough of its protocol to be able to transfer a file from my phone to my computer over LAN. I really need to do a writeup on this stuff, and also finish my macOS app to be actually usable.
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#33Make me want to setup a raspberry pi in a public place and just see what sort of things people send to it.
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#34Earlier quoted context omitted.
A major failure point for me is devices simply not showing up as available.
I’ve got an MBP that doesn’t show up, and never has, but it sees the rest. Any other macbook or iphone I’ve tried AirDrop with just works, but not my MBP.
Who knows though. Apple's engineers love writing software that doesn't produce useful logs.
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#35Re: OpenDrop: An open Apple AirDrop implementation written in Python
#36Earlier 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.
Did kings and emperors even do that in the old times?
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#37BTW, is there one to share between iOS and Android?
Taildrop
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#38Earlier quoted context omitted.
Also my experience.. Super unreliable. It works, as long as you don't touch your phone/laptop, and don't have any network hickups. Still, it's the only thing that works
When I was traveling from Sharm El Sheikh through Sinai to Israel in the bus I’ve transferred 40GB of photos and videos to my friends on iPhone 6S. Imagine this on Android 5 years ago - they (Google) only managed to copy AirDrop with same functionality (wifi + bluetooh) only in 2020 with Nearby Share.
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#39Earlier quoted context omitted.
When I was traveling from Sharm El Sheikh through Sinai to Israel in the bus I’ve transferred 40GB of photos and videos to my friends on iPhone 6S. Imagine this on Android 5 years ago - they (Google) only managed to copy AirDrop with same functionality (wifi + bluetooh) only in 2020 with Nearby Share.
Why not just use a cable and copy the files? Oh wait you can't do that on an iPhone. You don't have the freedom to.
They are also bulky and the transfer speeds are slow. Airdrop can transfer gigabytes of data in minutes, which is only possible with the latest wired interfaces that only the newest devices have and not all support file transfers.
iPhones tend to last 3-5 years or even more and iPhones from different generations can transfer each other files through AirDrop. Not everyone has the money to update their phone each year and many who can update think it's wasteful to do so that they can use the latest wired file transfer method.
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#40I 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…