Live data from Hacker News

Localsend: An open-source cross-platform alternative to AirDrop

github.com

141–150 of 284 posts

Re: Localsend: An open-source cross-platform alternative to AirDrop

#141

Earlier quoted context omitted.

Wait did they actually name it NaN or is that a joke?

NAN, not NaN. NaN is parent's editorialization or muscle memory.

Oh; I thought maybe it just didn’t have an 802 type name so it might have just been a little joke.

Anyway, good to know we can use our NAN signal to send signal NaNs!

Re: Localsend: An open-source cross-platform alternative to AirDrop

#142

My problem is that all these alternatives require the devices to be on the same local network. One beauty of Airdrop is that it creates and handles that local network automatically under the hood (as far as I understand). So you could be out on a hike with friends and Airdrop something. The workaround I've found after switching to an Android device has been to teather my connection to my friend's device, which ends u…

[flagged]

Both Samsung and Google already did it. My S26 Ultra supports Airdrop and I've tested it by sending and receiving photos with iPad

Re: Localsend: An open-source cross-platform alternative to AirDrop

#143

My problem is that all these alternatives require the devices to be on the same local network. One beauty of Airdrop is that it creates and handles that local network automatically under the hood (as far as I understand). So you could be out on a hike with friends and Airdrop something. The workaround I've found after switching to an Android device has been to teather my connection to my friend's device, which ends u…

Indeed, Localsend only does the last step of what Airdrop does. With Localsend, you need to: - Create an ad-hoc Wi-Fi network on one device. - Connect the other device(s) to that Wi-Fi network. - Now run Localsend. The first two steps are a bit of a drag, and the fact that Airdrop handles it is what makes it so frictionless to use.

Right, the first two steps are what make AirDrop, "AirDrop". This isn't an alternative at all if it requires both devices to already be connected to the same WiFi.

AirDrop is fantastic for sharing files with people you don't know/just met - if we have to find and agree to join the same wifi before we interact we are no longer talking about the same feature.

If Apple's AirDrop implementation had required people to join the same WiFi first, the feature would never have taken off the way it has among non-techy users. I'm still today mildly surprised I can use AirDrop as a verb in conversation and most of the time the other party knows what I mean.

Re: Localsend: An open-source cross-platform alternative to AirDrop

#144

My problem is that all these alternatives require the devices to be on the same local network. One beauty of Airdrop is that it creates and handles that local network automatically under the hood (as far as I understand). So you could be out on a hike with friends and Airdrop something. The workaround I've found after switching to an Android device has been to teather my connection to my friend's device, which ends u…

I've recently started using blip, which works very similarly to airdrop after the initial pairing has happened. The devices do not need to be on the same network etc.

Re: Localsend: An open-source cross-platform alternative to AirDrop

#146
Why not use WebRTC? 0 download.

(I'm all for alternatives to AirDrop. I'm all for AirDrop inter-operability. Nothing against those things.)

For LAN file sharing, you can do it with any browser. Implementations like: https://sendfiles.dev/ (though there are many others)

Re: Localsend: An open-source cross-platform alternative to AirDrop

#147

https://github.com/schlagmichdoch/pairdrop A similar project but this one works entirely in the browser and can connect to clients beyond your local network with "public" rooms

Pairdrop is awesome! The docs are a bit hidden, the FAQ is at https://github.com/schlagmichdoch/pairdrop/blob/master/docs/... and the How-To for integration into Share menu on Android, iOS and Windows at https://github.com/schlagmichdoch/PairDrop/blob/master/docs/... They forked sharedrop after it and snapdrop got acquired and enshittified by LimeWire, whoever that is now.

Submitted on its own: https://news.ycombinator.com/item?id=47935875

Re: Localsend: An open-source cross-platform alternative to AirDrop

#150

https://github.com/schlagmichdoch/pairdrop A similar project but this one works entirely in the browser and can connect to clients beyond your local network with "public" rooms

I'll need to give this a shot. I have Localsend installed for sending thing between my iPhone and Linux desktop, but it doesn't always play nice. Even with the Localsend port open in Firewalld it can take upwards of 10 minutes for the devices to see each other. A browser solution should at least have faster discovery.
Post reply on HN