Earlier quoted context omitted.
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…
I’ve encountered many of these as well and have always assumed this was somehow the result of trying to make everything “just work”, wherein providing detailed user feedback or error messages would be some kind of admission that it hadn’t “just worked”.
OpenDrop: An open Apple AirDrop implementation written in Python
81–90 of 132 posts
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#82I 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
#83Earlier quoted context omitted.
Or the reverse of that where it sends a random meme to anyone walking by.
Before the pandemic, one of my friends used to have a hobby of going to bars and conventions and AirDropping pictures of ducks to strangers who left their AirDrop turned on.
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#84I 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…
I seriously doubt this is the case. We're in a thread where people are posting dozens of implementations that work perfectly fine on other hardware.
> Without the direct low level control of the radio hardware they would not have been able to integrate both Bluetooth and WiFi in the way that AirDrop does.
This... is also not necessarily true? Android lets you send arbitrary data through WiFi Direct and Bluetooth alike, I'd really like to see a detailed breakdown that explains how that modulation isn't possible on standard hardware/software stacks though.
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#85Without compatible wifi adapter this will not work unfortunately :-(
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#86Earlier quoted context omitted.
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…
Many "just works" things on the local network start failing for me when I'm using a VPN. Maybe check whether that's the reason. But yes, generally the reliability is so-so. Also, the feature to use Apple Watch to unlock the Mac or iPhone works mostly, at best.
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#87Earlier quoted context omitted.
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.
I've had trouble with airdrop from phone to mbp when the mbp was on VPN. I don't know how airdrop works but I'm guessing the fact the VPN takes over DNS (and blocks requests to all other nameservers) has something to do with it. 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
#88Earlier quoted context omitted.
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.
The default is to only accept transfers from people that are in your address book.
My mobile telco's SIM comes with a couple of contacts on it like their customer support line. I don't know anything about AirDrop, but I assume this will work.
[1]: https://www.usenix.org/conference/usenixsecurity21/presentat...
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#89Earlier quoted context omitted.
Another option (also not Airdrop compatible) is https://github.com/akovacs/uploadserver which is a Rust (Rocket) web server that you can run on a local machine. Open a browser and navigate to the machine's IP address at port 8000 to upload/download files from the web form. Disclaimer: I know the author.
Batteries included. Run: python3 -m http.server and go to port 8000.
Re: OpenDrop: An open Apple AirDrop implementation written in Python
#90I 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…
> but that’s because other platforms don’t have the control needed to implement the same level of integration of hardware and software needed. I seriously doubt this is the case. We're in a thread where people are posting dozens of implementations that work perfectly fine on other hardware. > Without the direct low level control of the radio hardware they would not have been able to integrate both Bluetooth and WiFi…