Live data from Hacker News

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

github.com

251–260 of 284 posts

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

#251
This is a great app! Simple and does the job.

The F1TV app is not available in my country on play store on my Google TV. The first time, I logged into the device using the android debugger to install the APK - I didn't want to use an ad-full app. Then I tried LocalSend, and it is now my default to send the APK from my mac to my android tv. Love the simple experience. Minor quirks in the UI, but gets the job done.

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

#252
I made websend to make it easier and secure to send images from phones to computers. It also allows automatically OCRing and cropping etc to turn a bunch of pictures into a proper pdf when there's no flatbed scanner around.

https://github.com/thiswillbeyourgithub/WebSend

Note that I'm currently refactoring it heavily (the code is awful currently).

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

#253
post #155

Earlier quoted context omitted.

Speaking of ad-hoc communication channels that do not require shared infrastructure: I like the idea of https://github.com/divan/txqr which sends data using animated QR codes. An ultimate guarantee of physical proximity. The bandwidth is not comparable to WiFi 6, of course, but no OS support is required.

With color it would be even faster! https://en.wikipedia.org/wiki/High_Capacity_Color_Barcode

The better example for colored QRs is https://jabcode.org/ by by Fraunhofer Institute for Secure Information Technology. It is more recent and actively maintained.

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

#254

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…

websend works even on separate networks.

https://github.com/thiswillbeyourgithub/WebSend

Note that I'm currently refactoring it heavily (the code is awful currently).

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

#255
Unfortunately I can't use it in my office. Because for some reason the network there is designed in the way one computer can't see another even if there're on the same wifi. So basically if I setup a server on pc#1, I can't open pc#1.ip:port on pc#2. As a result Localsend doesn't work

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

#256

Earlier quoted context omitted.

No WiFi cards for pcs support it.

Researched this for a bit: there is some hardware for PCI supporting it, but Windows 10/11 not, and Linux is still work in progress, so no real support on OS level, only for some iOS/Android devices.

Afaik the hardware supports it for a while now, but there is no firmware to expose the functionality.

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

#257

Earlier quoted context omitted.

If you're on a hike you can get on the same network by joining your friend's phone WiFi hotspot.

I'm honestly surprised that WiFi Hotspot doesn't isolate hosts, after companies like Meta have been caught running servers inside their apps and connecting to those to track users.

I was too when due to network problems at our last traditional LAN-party (WC3, CS1.6 etc.) we used the hotspot feature of one phone to get everyone on a local network. I was skeptical and assumed the PCs wouldnt be able to see each other but lo and behold: it worked flawlessly!

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

#258
post #130

Earlier quoted context omitted.

This. Localsend may be very useful for a set of devices you control or influence. The USP of Airdrop is ad hoc sharing with people you don't really know. Classic case is meeting strangers on holiday and you want to swap some photos of the trip you're on. One or both of you doesn't have data or time to install anything, or it's just too hard to persuade someone they should install random app. Pairing Bluetooth or sett…

setting up local networks is so trivial compared to forcing everyone to buy an Apple gizmo.

The real choice though is between (a) buying an apple gizmo and not having to set up local networks; and (b) buying a non-apple gizmo and having to do that.

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

#259
post #45

Earlier quoted context omitted.

For true crossplatform p2p the closest I have found is FlyingCarpet [1]. But it is not super reliable or friendly. [1] https://github.com/spieglt/FlyingCarpet

We've made the one true, and ultimate, cross platform P2P + E2EE data transfer tool out there. Both UI and CLI with complete feature parity on any device/OS, between the same user's devices and between users. https://zynk.it

iOS App 10€/month Hmm - no.

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

#260
post #117

I just use send(formerly FF send) and share a URL via chat or whatever: https://github.com/timvisee/send With a CLI tool as well: https://github.com/timvisee/ffsend

Also https://wormhole.app/ , but feross is busy witch Socket and the myriad of NPM supply chain attacks nowadays

Thanks for the mention!
Post reply on HN