Comment by cibyr
11 days ago
I've been working on a little utility to transfer files between two computers using QR codes: https://github.com/cibyr/qftf
It's kinda like Magic Wormhole without typing. It uses iroh for the p2p networking - on both ends, and also in the little web app that you use to scan the QR codes and start the transfer.
Have you seen https://file.pizza/ FilePizza? Similar concept using WebRTC
Similar concept, though an important distinction: QFTF assumes that you have a phone you can scan QR codes with, but that isn't where you want the file to end up. Instead, it displays a QR code on both the sender and the receiver, and you scan both of the QR codes with your phone to start the transfer.