Snapdrop – AirDrop equivalent through a web browser using WebRTC
31–40 of 155 posts
Re: Snapdrop – AirDrop equivalent through a web browser using WebRTC
#32On a similar note: I use [1] for sharing files, links etc. between two devices. Best feature for me: I can generate a qr code, scan that and be instantly connected - no matter which network I‘m on. [1]: https://github.com/mustakimali/just-an-email
Re: Snapdrop – AirDrop equivalent through a web browser using WebRTC
#33This was the best demo I've seen in a long time. Simple, fast, worked well. Great job!
Seems fine between (firefox on ubuntu) and (safari on ios), but neither can talk to (chromium/bromite on e.os) and there's no error message or anything, just nothing ever shows up at the other end.
Super slick between the two that do work, though!
Re: Snapdrop – AirDrop equivalent through a web browser using WebRTC
#34Re: Snapdrop – AirDrop equivalent through a web browser using WebRTC
#35Earlier quoted context omitted.
Why can't I Airdrop from my phone to my MacMini thats connected via ethernet cable. They are on the same network, and verified with other tools, but AirDrop has to be done over wifi for what reason?
Short answer is - Airdrop is a protocol for setting up ad-hoc wifi networks via Bluetooth LE. If it went over ethernet it wouldn't be airdrop. Long answer: Airdrop does discovery via bluetooth. To send a file, the two devices connect via bluetooth to negotiate the details of a new ad-hoc wifi connection, which they then create, connect to, and use for the transfer. The discovery does not rely on a shared network, and…
Re: Snapdrop – AirDrop equivalent through a web browser using WebRTC
#36Earlier quoted context omitted.
Why can't I Airdrop from my phone to my MacMini thats connected via ethernet cable. They are on the same network, and verified with other tools, but AirDrop has to be done over wifi for what reason?
Short answer is - Airdrop is a protocol for setting up ad-hoc wifi networks via Bluetooth LE. If it went over ethernet it wouldn't be airdrop. Long answer: Airdrop does discovery via bluetooth. To send a file, the two devices connect via bluetooth to negotiate the details of a new ad-hoc wifi connection, which they then create, connect to, and use for the transfer. The discovery does not rely on a shared network, and…
Re: Snapdrop – AirDrop equivalent through a web browser using WebRTC
#37On a similar note: I use [1] for sharing files, links etc. between two devices. Best feature for me: I can generate a qr code, scan that and be instantly connected - no matter which network I‘m on. [1]: https://github.com/mustakimali/just-an-email
self promo lmao
Re: Snapdrop – AirDrop equivalent through a web browser using WebRTC
#38[1]: https://sharedrop.io
Re: Snapdrop – AirDrop equivalent through a web browser using WebRTC
#39how was device discovery implemented?
this is 100% the thing apple does that google absolutely refuses to de-intermediate themselves out of. apple allows direct bluetooth discovery, google 100% insists on closed proprietary "android nearby" systems to find local devices. neither release protocols or standards to interoperate on.
Re: Snapdrop – AirDrop equivalent through a web browser using WebRTC
#40Earlier quoted context omitted.
this is 100% the thing apple does that google absolutely refuses to de-intermediate themselves out of. apple allows direct bluetooth discovery, google 100% insists on closed proprietary "android nearby" systems to find local devices. neither release protocols or standards to interoperate on.
Why can't I Airdrop from my phone to my MacMini thats connected via ethernet cable. They are on the same network, and verified with other tools, but AirDrop has to be done over wifi for what reason?